Skip to content

5.0.1

Compare
Choose a tag to compare
@Josuto Josuto released this 18 Apr 18:24
· 106 commits to main since this release

What's Changed

Hello monguitoers! 👋

This release is the result of sweeping the house a bit 🧹. Here is what we did:

  • 📦 added some new options parameter to the findOne operation in case you want to include it in your own transactional operations
  • ⚠️ deprecated findOne filters parameter for operation syntax consistency; now you can define filters as part of options instead
  • ⚠️ deprecated the connection property from all monguito operations' options parameter, as it is no longer required
  • 📚 improved the documentation on monguito operations to better explain each options parameter, among other things

As always, enjoy monguito and happy coding! 👩‍💻

Pull Requests

  • feat: add extra options to findOne operation by @Josuto in #217

Full Changelog: 5.0.0...5.0.1