Skip to content

Commit 8fe3bd2

Browse files
committed
chore: release 6.2.8
1 parent 17a5d5a commit 8fe3bd2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
6.2.8 / 2022-03-22
2+
==================
3+
* fix(document): handle casting array of spread docs #11522
4+
* fix(document): avoid setting nested properties on top-level document when initing with strict: false #11526
5+
* fix(document): correctly handle deeply nested subdocuments when getting paths to validate #11501
6+
* fix(types): avoid making TInstanceMethods any by default leading to `this = any` in middleware #11435
7+
* fix(types): allow defining array default if using Types.Array<> in document interface #11391
8+
* docs(migrating_to_6): describe breaking change in Mongoose 6 about default query populate model #11289
9+
* docs(middleware): fix typo #11537 [x1489](https://github.com/x1489)
10+
111
6.2.7 / 2022-03-16
212
==================
313
* perf(document): avoid running validation on every array element if there's no validators to run #11380

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

0 commit comments

Comments
 (0)