File tree 2 files changed +19
-1
lines changed
2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
1
+ 6.2.2 / 2022-02-16
2
+ ==================
3
+ * fix: fix QueryCursor and AggregationCursor compatibility with Node v17.5 #11381 [ benjamingr] ( https://github.com/benjamingr )
4
+ * fix: better esm support, no necessity for setting allowSyntheticDefaultImports and esModuleInterop #11343 [ Uzlopak] ( https://github.com/Uzlopak )
5
+ * fix(model): apply projection parameter to hydrate() #11375
6
+ * fix: fix issue with creating arrays of length > 10000 #11405 [ Uzlopak] ( https://github.com/Uzlopak )
7
+ * fix(document): minimize single nested subdocs #11247
8
+ * fix(connection): handle reopening base connection with useDb() #11240
9
+ * perf: use property access instead of ` get() ` helper where possible #11389 [ Uzlopak] ( https://github.com/Uzlopak )
10
+ * fix: use ` isArray() ` instead of ` instanceof Array ` #11393 [ Uzlopak] ( https://github.com/Uzlopak )
11
+ * perf: improve performance of ` cast$expr() ` #11388 [ Uzlopak] ( https://github.com/Uzlopak )
12
+ * perf: remove ` startsWith() ` from ` isOperator() ` #11400 [ Uzlopak] ( https://github.com/Uzlopak )
13
+ * fix(index.d.ts): extract ` PipelineStage ` into separate file #11368 [ Uzlopak] ( https://github.com/Uzlopak )
14
+ * fix(index.d.ts): fix $search highlight path option type #11373 [ lmX2015] ( https://github.com/lmX2015 )
15
+ * docs: update changelog file to CHANGELOG.md #11365 [ AbdelrahmanHafez] ( https://github.com/AbdelrahmanHafez )
16
+ * docs: fix broken links #11388 #11377 [ saibbyweb] ( https://github.com/saibbyweb )
17
+ * docs: remove double determiners in connections docs #11340 [ Erma32] ( https://github.com/Erma32 )
18
+
1
19
6.2.1 / 2022-02-07
2
20
==================
3
21
* perf: improve performance especially of validate and clone #11298 [ Uzlopak] ( https://github.com/Uzlopak )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mongoose" ,
3
3
"description" : " Mongoose MongoDB ODM" ,
4
- "version" : " 6.2.1 " ,
4
+ "version" : " 6.2.2 " ,
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