Skip to content

Commit

Permalink
Update Dependencies and Release 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YasharF committed Apr 2, 2018
1 parent ccbefb7 commit 0bf8382
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 151 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ Hackathon Starter

**Live Demo**: https://hackathon-starter-2018.herokuapp.com

Jump to [What's new in 4.4.0?](#changelog)

:bulb: Looking for ES5 code? [Click here](https://github.com/sahat/hackathon-starter/tree/es5).
Jump to [What's new in 5.0.0?](#changelog)

A boilerplate for **Node.js** web applications.

Expand Down Expand Up @@ -1441,6 +1439,21 @@ Be sure to check out the full list of Watson services to forwarder enhance your
Changelog
---------
### 5.0.0 (April 1, 2018)
- NodeJS 8.0+ is now required
- Removed dependency on Bluebird in favor of native NodeJS promisify support
- Font awesome 5 Upgrade
- Fix console warning about Foursquare API version
- Added environment configs to eslint configs and cleaned up code (Thanks to @nacimgoura)
- Fixed eslint rules to better match the project
- Fixed Instagram API example view (@nacimgoura)
- Adding additional code editor related files to .gitignore (@nacimgoura)
- Upgraded syntax at various places to use ES6 syntax (thThanksanks to @nacimgoura)
- Re-added travis-ci.yml (Thanks to @nacimgoura)
- Fixed bug in Steam API when the user had no achievements (Thanks to @nacimgoura)
- Readme and documentation improvements
- Dependency updates
### 4.4.0 (March 23, 2018)
- Added Docker support (Thanks to @gregorysobotka, @praveenweb, @ryanhanwu). The initial integration has also been upgraded to use NodeJS 8 and Mongo 3.6.
- Removed dependency on async in favor of using promises (@fmcarvalho). Note that the promise support will be upgraded in the upcoming releases to remove the use of Bluebird.
Expand Down
Loading

0 comments on commit 0bf8382

Please sign in to comment.