Changelog
0.12.1 (2016-03-02)
Features:
save()
from being aborted when Promise.reject
was returned in a hook (#57).id
references to ._id
in READMEArray
and []
were not properly being validated (#53).findMany()
to .find()
(#54).findOneAndUpdate()
with NeDB (#55)Changelog
0.12.0 (2016-02-24)
Features:
loadMany
, loadOne
, loadOneAndUpdate
, and loadOneAndDelete
in favor of find
, findOne
, findOneAndUpdate
, and findOneAndDelete
, respectively (#37)Changelog
0.11.3 (2015-12-29)
Features:
ValidationError
object
Bugfixes:collectionName
method to BaseDocument
so EmbeddedDocument
can use it (#26)id
alias from document object (#20)Changelog
0.11.2 (2015-12-15)
Bugfixes:
Changelog
0.11.1 (2015-12-15)
Bugfixes:
harmony-reflect
dependency