Skip to content

Releases: shakefu/live-mongodb-fixtures

v2.0.1

27 Jan 20:25
Compare
Choose a tag to compare
  • Updates bson dependency to 1.0.4 since it was way out of date
  • Updates other dependencies to latest

v2.0.0

25 Jan 01:11
Compare
Choose a tag to compare
  • Backwards-incompatible change to how live-mongodb-fixtures determines the directory for BSON data. In previous versions it was always ./test/. Now it will try to look for the directory where the Fixture's definition file resides, and use that.
  • Adds a new option path to new Fixture(options), that allows you to specify a path to use for BSON data.