18
README.md
18
README.md
@ -4,7 +4,7 @@ Hackathon Starter [
|
||||
Jump to [What's new in 2.2?](#changelog)
|
||||
|
||||
A boilerplate for **Node.js** web applications.
|
||||
|
||||
@ -1139,10 +1139,24 @@ Add this to `package.json`, after *name* and *version*. This is necessary becaus
|
||||
Changelog
|
||||
---------
|
||||
|
||||
### 2.2 (June 6, 2014)
|
||||
- Use Lodash instead of Underscore.js
|
||||
- Replaced all occurences of `_.findWhere` with `_.find`
|
||||
- Added a flash message when user deletes an account
|
||||
- Updated and clarified some comments
|
||||
- Updated the Remove Auth message in `setup.js`
|
||||
- Redesigned API Examples page
|
||||
- Updated Last.fm API example
|
||||
- Updated Steam API example
|
||||
- Updated Instagram API example
|
||||
- Updated Facebook API example
|
||||
- Updated jQuery to 2.1.1
|
||||
- Fixed a bug that didn't remove Instagram Auth properly
|
||||
- Fixed Foursquare secret token
|
||||
|
||||
### 2.1.4 (June 5, 2014)
|
||||
- Fixed a bug related to `returnTo` url (#155)
|
||||
|
||||
|
||||
### 2.1.3 (June 3, 2014)
|
||||
- Font Awesome 4.1
|
||||
- Updated icons on some API examples
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "hackathon-starter",
|
||||
"version": "2.1.4",
|
||||
"version": "2.2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sahat/hackathon-starter.git"
|
||||
|
Reference in New Issue
Block a user