We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mongoosejs
Learn more about funding links in repositories.
Report abuse
1 parent d3cb2ab commit c00a715Copy full SHA for c00a715
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+6.12.8 / 2024-04-10
2
+===================
3
+ * fix(document): handle virtuals that are stored as objects but getter returns string with toJSON #14468 #14446
4
+ * fix(schematype): consistently set wasPopulated to object with `value` property rather than boolean #14418
5
+ * docs(model): add extra note about lean option for insertMany() skipping casting #14415 #14376
6
+
7
6.12.7 / 2024-03-01
8
===================
9
* perf(model): make insertMany() lean option skip hydrating Mongoose docs #14376 #14372
package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
- "version": "6.12.7",
+ "version": "6.12.8",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
0 commit comments