v1.16.4
- 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(...)