Changelog
0.10.0 (2015-11-12)
Features:
loadOne()
and loadMany()
Bugfixes:isNativeId
where we weren't returning a proper Boolean.Changelog
0.9.1 (2015-11-06)
Features:
Changelog
0.9.0 (2015-10-30)
Features:
sort
option on .loadMany()
limit
option on .loadMany()
skip
option on .loadMany()
.toJSON()
to Document
and EmbeddedDocument
for serializationDocument
s couldn't be initialized with an array of EmbeddedDocument
objects via .create()
Changelog
0.8.0 (2015-10-12)
Features:
validate
property
Bugfixes:undefined
Changelog
0.7.1 (2015-08-21)
Bugfixes:
loadMany()
now loads all documents if query is not provideddeleteMany()
now deletes all documents if query is not providedChangelog
0.7.0 (2015-08-18)
Features:
loadOneAndUpdate
static method to Document
classloadOneAndDelete
static method to Document
classChangelog
0.6.0 (2015-08-10)
Features:
Document
Changelog
0.5.7 (2015-08-06)
Bugfixes:
schema()
wasn't canonicalizing schema definitions.schema()
.Changelog
0.5.6 (2015-07-20)
Features: