Skip to content

Commit

Permalink
🔧 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
masylum committed Mar 19, 2017
1 parent c862ad6 commit ba31ed7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## `2.1.0`

:rocket: New features:

- Add `isRequest` for models (it was already in `Collection`).
- Add `primaryKey` so you can use a different key than `'id'`.

:wrench: Tooling:

- Add `prettier-standard`
- Add flow linting
- Set test coverage
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobx-rest",
"version": "2.0.4",
"version": "2.1.0",
"description": "REST conventions for mobx.",
"repository": {
"type": "git",
Expand Down

0 comments on commit ba31ed7

Please sign in to comment.