Skip to content

Latest commit

 

History

History
106 lines (56 loc) · 1.51 KB

CHANGELOG.md

File metadata and controls

106 lines (56 loc) · 1.51 KB

Changelog

2.2.5

💅

  • Remove flow-typed
  • Improve bundle size with babel-lodash (kudos @ryedin)

2.2.4

🎩

  • Fixed reset on models. Use mobx replace

2.2.3

🎩

  • Added reset to models.

2.2.2

🎩

  • Added length for conveniently checking the length of the collection

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