0.8.6
Changes
- #322: Remove
keySource
value after a `setl - #345: Add
find
, a shortcut tofindOrCreate
withcreate: false
- #345: Add lodash compatibility (doesn't have an explicit
findWhere
) - #349: Event ordering: maintain the originally intended order when process gets called more than once.
- #362: Add support for deep
subModelType
hierarchies. - #380: Fix pop on an empty collection.
- #370: Relations can now be a property or a function.
- 7f1dc51:
relatedModel
andcollectionType
can now be defined as a function as well.