Skip to content

v1.16.4

Compare
Choose a tag to compare
@neumino neumino released this 23 Feb 03:36
· 262 commits to master since this release
  • For hasAndBelongsToMany relations, you can provide the key of the joined document instead of the whole document. In this case, the relation will be created.
  • Fix race condition in a test (advanced.js/pairs)
  • Add options for Model.save(...)