Mongoose 7.6.2 released
🛠️ Avoid storing a separate entry in schema subpaths for every element in an array
🛠️ Avoid triggering setter when initializing Model.prototype.collection, enable using collection as a schema path name
github.com/Automattic/mongoo…#NodeJS#MongoDB
Mongoose 6.12.1 (legacy) released
🛠️ Correctly handle global applyPluginsToChildSchemas option
🛠️ Document.prototype.isModified support for a string of keys as first parameter
github.com/Automattic/mongoo…#NodeJS#MongoDB#JavaScript
Mongoose 7.5.1 released:
🛠️ Set default value for _update when no update object is provided and versionKey is set to false
🛠️ Avoid unexpected error when accessing null array element on discriminator array when populating
github.com/Automattic/mongoo…#NodeJS#MongoDB#JavaScript
Mongoose 7.5.1 released:
🛠️ Set default value for _update when no update object is provided and versionKey is set to false
🛠️ Avoid unexpected error when accessing null array element on discriminator array when populating
github.com/Automattic/mongoo…#NodeJS#MongoDB#JavaScript
Mongoose 7.5.0 released:
⭐ Allow top level dollar keys with findOneAndUpdate(), update() for MongoDB 5
🛠️ Make array getters avoid unintentionally modifying array, defer getters until index access instead
github.com/Automattic/mongoo…#NodeJS#MongoDB#JavaScript
Mongoose can automatically cast certain strings to booleans.
By default, the strings '1', 'yes', and 'true' cast to true; and '0', 'no', and 'false' cast to false
#NodeJS#JavaScript#MongoDB
Mongoose can automatically cast certain strings to booleans.
By default, the strings '1', 'yes', and 'true' cast to true; and '0', 'no', and 'false' cast to false
#NodeJS#JavaScript#MongoDB