Skip to content

Latest commit

 

History

History
81 lines (43 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

81 lines (43 loc) · 1.19 KB

Changelog

2.2.1

🎩

  • Added reset for conveniently resetting a whole collection

2.2.0

💅

  • Defined mobx as a peerDependency

2.1.9

🐛

  • Fixed: Nested attributes couldn't be saved. (kudos to @rdiazv)

2.1.8

🐛

  • Fixed: Creating a new model didn't merge the attribute in some cases. (kudos to @rdiazv)

2.1.7

🎩

  • Added mustGet and mustFind as whinny versions of get and find

2.1.6

💅

  • Added flow types in the build process
  • Updated dependencies

2.1.5

💅

  • Improved error handling (kudos to @p3drosola)

2.1.4

🐛 Bugfix:

  • Stop publishing babelrc since it breaks React native

2.1.3

🐛 Bugfix:

  • Fix models not being observable after add

2.1.2

🐛 Fixes:

  • Added transform-runtime

2.1.1

🐛 Fixes:

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

2.1.0

🚀 New features:

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

🔧 Tooling:

  • Add prettier-standard
  • Add flow linting
  • Set test coverage