Releases: shakefu/live-mongodb-fixtures
Releases · shakefu/live-mongodb-fixtures
v2.0.1
v2.0.0
- 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
tonew Fixture(options)
, that allows you to specify a path to use for BSON data.