Skip to content

Commit

Permalink
Bump 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SeyZ committed Jun 29, 2015
1 parent e09f400 commit 905b586
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# jsonapi-serializer Changelog

### 1.0.3 (June 29, 2015)
- [FEATURE] Add the keyForAttribute option.
- [FEATURE] Pass the top-level record to the link functions.
- [FEATURE] Add the included option.
- [FEATURE] Add the pluralizeType option.

### 1.0.2 (June 24, 2015)
- [FEATURE] Handle links

### 1.0.0 (June 22, 2015)

- [#1](https://github.com/SeyZ/jsonapi-serializer/issues/1) [BREAKING] apiEndpoint must be replace by links.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jsonapi-serializer",
"version": "1.0.2",
"version": "1.0.3",
"description": "A Node.js framework agnostic library for serializing your data to JSON API",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 905b586

Please sign in to comment.