Skip to content

Commit f858619

Browse files
committed
chore: release 6.4.0
1 parent 259cc7f commit f858619

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
6.4.0 / 2022-06-17
2+
==================
3+
* feat: upgrade mongodb driver -> 4.7.0 #11909 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
4+
* feat(types+document): add $assertPopulated() for working with manually populated paths in TypeScript #11843
5+
* feat(mongoose): add setDriver() function to allow overwriting driver in a more consistent way #11900
6+
* feat(types): add helpers to infer schema type automatically #11563 [mohammad0-0ahmad](https://github.com/mohammad0-0ahmad)
7+
* feat: add `transform` option to `lean()` #10423 [IslandRhythms](https://github.com/IslandRhythms)
8+
* feat(base): add support to set default immutable for createdAt globally #11888 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
9+
* fix: make doValidate() on document array elements run validation on the whole subdoc #11902
10+
* feat(types): add expression typings to Aggregate stages #11370 [Uzlopak](https://github.com/Uzlopak)
11+
* fix: remove `on` from schema reserved keys #11580 [IslandRhythms](https://github.com/IslandRhythms)
12+
113
6.3.9 / 2022-06-17
214
==================
315
* fix(document): handle nested paths underneath subdocuments when getting all subdocuments for pre save hooks #11917

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": "6.3.9",
4+
"version": "6.4.0",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)