Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
- 2016-05-16 - v1.6.0
- 2016-05-16 - Enable authentication errors
- 2016-05-16 - Avoid the HTTP stack for inclusions
- 2016-05-16 - Fix crash when opt-ing out of resource operations
- 2016-05-05 - v1.5.0
- 2016-05-05 - Allow overriding debug output functions
- 2016-04-27 - Static code analysis with Flow and JSCPD
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsonapi-server",
"version": "1.5.0",
"version": "1.6.0",
"description": "A config driven NodeJS framework implementing json:api",
"keywords": [
"jsonapi",
Expand Down