Skip to content

0.8.6

Compare
Choose a tag to compare
@bpatram bpatram released this 03 Apr 01:57
· 134 commits to master since this release

Changes

  • #322: Remove keySource value after a `setl
  • #345: Add find, a shortcut to findOrCreate with create: 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 and collectionType can now be defined as a function as well.