🎩
- Added
reset
for conveniently resetting a whole collection
💅
- Defined
mobx
as apeerDependency
🐛
- Fixed: Nested attributes couldn't be saved. (kudos to @rdiazv)
🐛
- Fixed: Creating a new model didn't merge the attribute in some cases. (kudos to @rdiazv)
🎩
- Added
mustGet
andmustFind
as whinny versions ofget
andfind
💅
- Added flow types in the build process
- Updated dependencies
💅
- Improved error handling (kudos to @p3drosola)
🐛 Bugfix:
- Stop publishing
babelrc
since it breaks React native
🐛 Bugfix:
- Fix models not being observable after
add
🐛 Fixes:
- Added
transform-runtime
🐛 Fixes:
- Removed need for a runtime by using babel's
transform-async-to-generator
🚀 New features:
- Add
isRequest
for models (it was already inCollection
). - Add
primaryKey
so you can use a different key than'id'
.
🔧 Tooling:
- Add
prettier-standard
- Add flow linting
- Set test coverage