Releases: kennethklee/node-mongoose-fixtures
Releases · kennethklee/node-mongoose-fixtures
1.25.1: Merge pull request #8 from luciomartinez/master
Fixes #7 - Use insertMany instead of create to save documents in order
Named Fixtures and Database Collection Reset
Added two cool features
- Named fixtures can be saved and created later.
- Handy feature to wipe database collections.
Ready for usage
Updated readme for publish usage.
Initial release
This is the first release of node-mongoose-fixtures
. It only has very basic functionality for adding records into the mongoose table. There is no functionality to delete existing records.