Mongoose 6.11.1 (legacy) released:
🛠️ Apply schema-level paths before calculating projection for findOneAndUpdate()
🛠️ Add SUPPRESS_JEST_WARNINGS environment variable to hide jest warnings
Full changelog: github.com/Automattic/mongoo…#NodeJS#MongoDB#JavaScript
Mongoose 7.0.4 includes a **massive** performance speedup for accessing top-level properties 🏍
10x faster on our basic benchmark 🔥
#NodeJS#MongoDB#JavaScript
🚨 Big news for Node.js developers! 🚨
Mongoose 7.1 is adding support for BigInts! Say goodbye to those pesky rounding errors and hello to more accurate calculations.
Follow along here 👉 github.com/Automattic/mongoo…#NodeJS#JavaScript#MongoDB
Mongoose 7.0.4 released:
🏎️ Avoid unnecessary loops, conditionals, string manipulation on Document.prototype.get() for 10x speedup on top-level properties
🛠️ Fix dangling reference to virtual in tree after removeVirtual()
Changelog github.com/Automattic/mongoo…#NodeJS#MongoDB