Skip to content

Commit

Permalink
2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
masylum committed Mar 25, 2017
1 parent 4d79f89 commit ff66634
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
28 changes: 17 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,32 @@
# Changelog

## `2.1.0`
## `2.1.3`

:rocket: New features:
:bug: Bugfix:

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

:wrench: Tooling:
## `2.1.2`

- Add `prettier-standard`
- Add flow linting
- Set test coverage
:bug: Fixes:

- Added `transform-runtime`

## `2.1.1`

:bug: Fixes:

- Removed need for a runtime by using babel's `transform-async-to-generator`

## `2.1.2`
## `2.1.0`

:bug: Fixes:
:rocket: New features:

- Added `transform-runtime`
- 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.1.2",
"version": "2.1.3",
"description": "REST conventions for mobx.",
"repository": {
"type": "git",
Expand Down

0 comments on commit ff66634

Please sign in to comment.