🎉🐍 As a developer, I highly recommend using #MongooseJS to work with #MongoDB - it's an essential tool in my work! 🤩 Its intuitive schema-based approach and powerful features make database operations a breeze. Give it a try! #webdev#nodejs#codinglife
Mongoose 8.4.4 released
🚤 Avoid unnecesary get() call and use faster approach for converting to string
🛠️ Handle projections on arrays in Model.hydrate() projection option
#NodeJS#MongoDB#JavaScript
Mongoose 7.7.0 released
🤩 Add throwOnValidationError option for opting into getting MongooseBulkWriteError if all valid operations succeed in bulkWrite() and insertMany()
github.com/Automattic/mongoo…#NodeJS#MongoDB#JavaScript
Mongoose 8.4.3 released
🚤 More toObject() perf improvements
🛠️ Check the value of overwriteModels in options when calling discriminator()
#NodeJS#MongoDB#JavaScript
Mongoose 6.13.0 released:
⭐️ Add throwOnValidationError option for opting into getting MongooseBulkWriteError if all valid operations succeed in bulkWrite() and insertMany()
github.com/Automattic/mongoo…#NodeJS#MongoDB#JavaScript
Mongoose 8.4.1 released
🛠️ Pass options to clone instead of get in applyVirtuals
🛠️ Fire pre validate hooks on 5 level deep single nested subdoc when modifying after save()
github.com/Automattic/mongoo…#NodeJS#MongoDB#JavaScript
Mongoose 6.12.9 released
🛠️ Cast $comment to string in query filters
📕 Allow passing strict type checking override to create()
#NodeJS#MongoDB#JavaScript
Mongoose 8.4.0 released
🌟 Upgrade MongoDB -> 6.6
🌟 Add transactionAsyncLocalStorage option to opt in to automatically setting session on all transactions
Full changelog: github.com/Automattic/mongoo…#NodeJS#MongoDB#JavaScript
Mongoose 8.3.4 released
🏎️ Avoid cloning options using spread operator for perf reasons
🛠️ Apply translateAliases before casting to avoid strictMode error when using aliases
github.com/Automattic/mongoo…#NodeJS#MongoDB#JavaScript
Mongoose 8.3.3 released:
🛠️ Add fast path for applying non-nested virtuals to JSON
🛠️ Make hydrate() recursively hydrate virtual populate docs if hydratedPopulatedDocs is set
github.com/Automattic/mongoo…#NodeJS#MongoDB#JavaScript