File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
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
6.0.4 / 2021-09-01
2
11
==================
3
12
* fix(schema): handle maps of maps #10644
Original file line number Diff line number Diff line change 73
73
"build-browser" : " node build-browser.js" ,
74
74
"prepublishOnly" : " npm run build-browser" ,
75
75
"release" : " git pull && git push origin master --tags && npm publish" ,
76
- "release-legacy" : " git pull origin 4 .x && git push origin 4 .x --tags && npm publish --tag legacy" ,
76
+ "release-legacy" : " git pull origin 5 .x && git push origin 5 .x --tags && npm publish --tag legacy" ,
77
77
"test" : " mocha --exit ./test/*.test.js ./test/typescript/main.test.js" ,
78
78
"tdd" : " mocha ./test/*.test.js ./test/typescript/main.test.js --inspect --watch --recursive --watch-files ./**/*.js" ,
79
79
"test-cov" : " nyc --reporter=html --reporter=text npm test"
You can’t perform that action at this time.
0 commit comments