Skip to content

Commit 979b534

Browse files
committed
chore: release 8.3.0
1 parent 7803d80 commit 979b534

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
110
8.2.4 / 2024-03-28
211
==================
312
* types(query): bring "getFilter" and "getQuery" in-line with "find" and other types #14463 [noseworthy](https://github.com/noseworthy)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "8.2.4",
4+
"version": "8.3.0",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)