Skip to content

Commit

Permalink
Merge pull request #44 from holidayextras/v0.7.0
Browse files Browse the repository at this point in the history
v0.7.0
  • Loading branch information
theninj4 authored Jul 13, 2016
2 parents 789436b + cb6dca2 commit e8c8079
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- 2016-07-13 - v0.7.0
- 2016-07-12 - Send id and type on PATCH requests
- 2016-07-12 - Add flow and jscpd to Travis
- 2016-07-12 - Use qs instead of perry for url formatting
- 2016-07-12 - Don't send null id when creating a resource
- 2016-06-22 - v0.6.0 Updating all dependencies
- 2016-06-08 - v0.5.1 Fixes retrieval of many-to-one relationships
- 2016-04-22 - v0.5.0 Safer error extraction, relationship deduplication bug, adding relationships to new resources
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-client",
"version": "0.6.0",
"version": "0.7.0",
"description": "A clientside module designed to make it really easy to consume a json:api service.",
"keywords": [
"jsonapi",
Expand Down

0 comments on commit e8c8079

Please sign in to comment.