File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
1
+ 5.11.7 / 2020-12-10
2
+ ===================
3
+ * fix(document): ensure calling ` get() ` with empty string returns undefined for mongoose-plugin-autoinc #9681
4
+ * fix(model): set ` isNew ` to false for documents that were successfully inserted by ` insertMany ` with ` ordered = false ` when an error occurred #9677
5
+ * fix(index.d.ts): add missing Aggregate#skip() & Aggregate#limit() #9692 [ sahasayan] ( https://github.com/sahasayan )
6
+ * fix(index.d.ts): make ` Document#id ` optional so types that use ` id ` can use ` Model<IMyType & Document> ` #9684
7
+
1
8
5.11.6 / 2020-12-09
2
9
===================
3
10
* fix(middleware): ensure sync errors in pre hooks always bubble up to the calling code #9659
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mongoose" ,
3
3
"description" : " Mongoose MongoDB ODM" ,
4
- "version" : " 5.11.6 " ,
4
+ "version" : " 5.11.7 " ,
5
5
"author" : " Guillermo Rauch <guillermo@learnboost.com>" ,
6
6
"keywords" : [
7
7
" mongodb" ,
You can’t perform that action at this time.
0 commit comments