forked from masylum/mobx-rest
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
18 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters