Skip to content

Releases: kennethklee/node-mongoose-fixtures

1.25.1: Merge pull request #8 from luciomartinez/master

30 Jul 14:33
d6d8feb
Compare
Choose a tag to compare
Fixes #7 - Use insertMany instead of create to save documents in order

Named Fixtures and Database Collection Reset

20 Mar 16:29
Compare
Choose a tag to compare

Added two cool features

  • Named fixtures can be saved and created later.
  • Handy feature to wipe database collections.

Ready for usage

18 Mar 15:16
Compare
Choose a tag to compare

Updated readme for publish usage.

Initial release

15 Mar 00:29
Compare
Choose a tag to compare

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.