Commit 07946be 1 parent 264554f commit 07946be Copy full SHA for 07946be
File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
1
+ 5.13.9 / 2021-09-06
2
+ ===================
3
+ * fix(populate): avoid setting empty array on lean document when populate result is undefined #10599
4
+ * fix(document): make depopulate() handle populated paths underneath document arrays #10592
5
+ * fix: peg @types/bson version to 1.x || 4.0.x to avoid stubbed 4.2.x release #10678
6
+ * fix(index.d.ts): simplify UpdateQuery to avoid "excessively deep and possibly infinite" errors with ` extends Document ` and ` any ` #10647
7
+ * fix(index.d.ts): allow specifying weights as an IndexOption #10586
8
+ * fix: upgrade to mpath v0.8.4 re: security issue #10683
9
+
1
10
5.13.8 / 2021-08-23
2
11
===================
3
12
* fix(populate): handle populating subdoc array virtual with sort #10552
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.13.8 " ,
4
+ "version" : " 5.13.9 " ,
5
5
"author" : " Guillermo Rauch <guillermo@learnboost.com>" ,
6
6
"keywords" : [
7
7
" mongodb" ,
79
79
"build-browser" : " node build-browser.js" ,
80
80
"prepublishOnly" : " npm run build-browser" ,
81
81
"release" : " git pull && git push origin master --tags && npm publish" ,
82
- "release-legacy" : " git pull origin 4 .x && git push origin 4 .x --tags && npm publish --tag legacy" ,
82
+ "release-legacy" : " git pull origin 5 .x && git push origin 5 .x --tags && npm publish --tag legacy" ,
83
83
"test" : " mocha --exit ./test/*.test.js ./test/typescript/main.test.js" ,
84
84
"tdd" : " mocha ./test/*.test.js ./test/typescript/main.test.js --watch --recursive --watch-files ./**/*.js" ,
85
85
"test-cov" : " nyc --reporter=html --reporter=text npm test"
You can’t perform that action at this time.
0 commit comments