Skip to content

Commit

Permalink
chore: release 5.11.10
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jan 4, 2021
1 parent fce72fe commit 0a25640
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
5.11.10 / 2020-01-04
====================
* fix(model): support `populate` option for `insertMany()` as a workaround for mongoose-autopopulate #9720
* perf(schema): avoid creating extra array when initializing array of arrays #9588
* perf(schema): avoid setting `arrayPath` when casting to a non-array, avoid unnecessarily setting atomics #9588
* perf(schema): avoid expensive `String#slice()` call when creating a new array #9588
* fix(queryhelpers): avoid modifying `lean.virtuals` in place #9754
* fix: fall back to legacy treatment for square brackets if square brackets contents aren't a number #9640
* fix(document): make fix for #9396 handle null values more gracefully #9709
* fix(index.d.ts): add missing overloaded function for Document#populate() #9744 [sahasayan](https://github.com/sahasayan)
* fix(index.d.ts): allow Model.create param1 overwrite #9753 [hasezoey](https://github.com/hasezoey)
* fix(index.d.ts): improve autocomplete for query middleware #9752 [3Aahmednaser94](https://github.com/3Aahmednaser94)
* fix(index.d.ts): add missing function for Aggregate#group() #9750 [coro101](https://github.com/coro101)
* fix(index.d.ts): add missing `Aggregate#project()` #9763 [vorticalbox](https://github.com/vorticalbox)
* fix(index.d.ts): allow `null` as an enum value for schematypes #9746
* docs(guide+schema): make schema API docs and guide docs' list of Schema options line up #9749
* docs(documents): add some more details about what the `save()` promise resolves to #9689
* docs(subdocs): add section about subdocument defaults #7291
* chore: run GitHub CI on PRs and update badge #9760 [YC](https://github.com/YC)

5.11.9 / 2020-12-28
===================
* fix(document): keeps atomics when assigning array to filtered array #9651
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "5.11.9",
"version": "5.11.10",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 0a25640

Please sign in to comment.