Skip to content

v2.0.0

Choose a tag to compare

@jimlambie jimlambie released this 08 Sep 16:54
· 161 commits to master since this release

2.0.0 (2017-09-08)

Features

  • allow db override, add options param to insert (1132538)

BREAKING CHANGES

  • the insert() method signature has changed, now accepting an options argument:
DataStore.prototype.insert = function (data, collection, options, schema)