Skip to content

Commit

Permalink
Updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
geclos committed May 29, 2019
1 parent 969fc69 commit 2a5c2db
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
# Changelog

## `3.0.0`
🎉

- [x] Migrate to Typescript
- [x] Add support for Mobx 5+
- [x] Rollback default `keepChanges` behaviour.
- [x] Reimplement `mustFind` and `mustGet` methods
- [x] Bring back `onProgress`
- [x] Make rpc label optional with a default 'fetching' value
- [x] Bring back the `request` attribute in Model. The attribute tracks the last request.
- [x] Documented new APIs
- [x] Fix https://github.com/masylum/mobx-rest/issues/47
- [x] Fix https://github.com/masylum/mobx-rest/issues/41
New features 🎩:
- Reimplemented `mustFind` and `mustGet` methods in Collection.
- Brought back the `request` attribute in Model. The attribute tracks the last issued request.
- Brought back `onProgress` hook in `save` method.

Solved bugs 🐛:
- Fix https://github.com/masylum/mobx-rest/issues/47
- Fix https://github.com/masylum/mobx-rest/issues/41

What's changed 💅:
- Migrated to Typescript
- Made RPC label optional with a default `fetching` value

Breaking changes ☢️:
- Migrated to Mobx 5+
- Rollback default `keepChanges` flag value to `false`.

## `3.0.0.alpha`

Expand Down

0 comments on commit 2a5c2db

Please sign in to comment.