Skip to content

Releases: erossdev/fastify-plugin-mongoose

add models on the fly

22 Feb 14:50
d9b0294
Compare
Choose a tag to compare

feat(models): registerModel function now available instead of having to house all models in a directory
chore: added repo info to package.json

fix(models): typo loading model schemas

09 Feb 01:05
Compare
Choose a tag to compare
0.1.5

fix(models): typo

fix(github actions)

08 Feb 20:57
Compare
Choose a tag to compare
0.1.4

adding back the step and version bump

fix(github actions)

08 Feb 20:55
Compare
Choose a tag to compare
fix(github): remove test step since we don't have a mongodb instance …

…in the cloud

fix(tests)

08 Feb 20:48
Compare
Choose a tag to compare
0.1.2

fixed tests. version bump

Initial release

08 Feb 20:45
73b6125
Compare
Choose a tag to compare

This was heavily inspired by fastify-mongoose-driver but I needed pre and post middleware so I added that. I also plan to add more features to make this library useful in more cases.