File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ 8.3.0 / 2024-04-03
2
+ ==================
3
+ * feat(document): add validateAllPaths option to validate() and validateSync() #14467 #14414
4
+ * feat: pathsToSave option to save() function #14385 #9583
5
+ * feat(query): add options parameter to Query.prototype.sort() #14375 #14365
6
+ * feat: add function SchemaType.prototype.validateAll #14434 #6910
7
+ * fix: handle array schema definitions with of keyword #14447 #14416
8
+ * types: add overwriteMiddlewareResult and skipMiddlewareFunction to types #14328 #14829
9
+
1
10
8.2.4 / 2024-03-28
2
11
==================
3
12
* types(query): bring "getFilter" and "getQuery" in-line with "find" and other types #14463 [noseworthy](https://github.com/noseworthy)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mongoose" ,
3
3
"description" : " Mongoose MongoDB ODM" ,
4
- "version" : " 8.2.4 " ,
4
+ "version" : " 8.3.0 " ,
5
5
"author" :
" Guillermo Rauch <[email protected] >" ,
6
6
"keywords" : [
7
7
" mongodb" ,
You can’t perform that action at this time.
0 commit comments