Skip to content

Commit

Permalink
v5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
YasharF committed May 9, 2018
1 parent c5b2dcd commit 230e073
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 19 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,20 @@
# Changelog
---------

### 5.1.0 (May 9, 2018)
- Bootstrap 4.1 upgrade (breaking change)
- Addition of popper.js
- jQuery and Bootstrap will be pulled in the project using their npm packages
- Dockerfile will use development instead of production
- Security improvement by removing X-Powered-By header
- Removed deprecated Instagram popular images API call from the Instagram example (@nacimgoura)
- Removed `mongoose global.Promise` as it is no longer needed (@nacimgoura)
- Refactoring of GitHub, last.fm api, twitter examples and code improvements to use ES6/ES7 features (@nacimgoura)
- Add NodeJS 10 in travis.yml (@nacimgoura)
- Improvements to the Steam API example (@nacimgoura)
- Readme and documentation improvements (thanks in part to @nacimgoura)
- Dependency updates

### 5.0.0 (April 1, 2018)
- NodeJS 8.0+ is now required
- Removed dependency on Bluebird in favor of native NodeJS promisify support
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@ Hackathon Starter

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

Jump to [What's new in 5.0.0?](https://github.com/sahat/hackathon-starter/blob/master/CHANGELOG.md)
Jump to [What's new?](https://github.com/sahat/hackathon-starter/blob/master/CHANGELOG.md)

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

Expand Down
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "hackathon-starter",
"version": "5.0.0",
"version": "5.1.0",
"description": "A boilerplate for Node.js web applications",
"repository": {
"type": "git",
Expand Down Expand Up @@ -38,7 +38,7 @@
"lastfm": "^0.9.2",
"lob": "^5.2.0",
"lusca": "^1.6.0",
"mongoose": "^5.0.12",
"mongoose": "^5.0.18",
"morgan": "^1.9.0",
"multer": "^1.3.0",
"node-foursquare": "^0.3.2",
Expand Down Expand Up @@ -74,7 +74,7 @@
"eslint-plugin-import": "^2.11.0",
"mocha": "^5.1.1",
"nyc": "^11.7.2",
"sinon": "^5.0.7",
"sinon": "^4.5.0",
"sinon-mongoose": "^2.1.1",
"supertest": "^3.0.0"
},
Expand Down

1 comment on commit 230e073

@sdan
Copy link

@sdan sdan commented on 230e073 May 11, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏Greatly appreciate the Bootstrap upgrade.

Please sign in to comment.