5.1.0
What's Changed
Hey monguito
ers!
This new release enables you to register any standalone Mongoose plugin of your liking during the creation of your schemas 🎁. All you need to do is to invoke the extendSchema
function passing an array of plugins as value for options.plugins
, as illustrated in this example. Hope you find it useful!
Happy Saturday to y'all! 👋
Pull Requests
- fix: enable Mongoose plugin registration in schemas by @Josuto in #221
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.5.0 to 7.7.0 by @dependabot in #222
Full Changelog: 5.0.1...5.1.0