Skip to content

5.1.0

Compare
Choose a tag to compare
@Josuto Josuto released this 20 Apr 18:15
· 102 commits to main since this release
aeccfdc

What's Changed

Hey monguitoers!

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