dependabot npm(deps): bump mongoose from 7.0.3 to 7.0.4
Bumps mongoose from 7.0.3 to 7.0.4.
Release notes
Sourced from mongoose's releases.
7.0.4 / 2023-04-17
- fix(schema): fix dangling reference to virtual in tree after removeVirtual() #13255 #13085
- fix(query): cast query filters on
findOneAndUpdate()
#13220 #13219 dermasmid- types(model): aligned watch() type for mongodb 4.6.0 #13208 #13206
- docs: fix async function anchors #13226 hasezoey
- docs: fix schema syntax in exemple #13262 c-marc
- docs: rework scripts to allow easier setting of current and past versions #13222 #13148 hasezoey
Changelog
Sourced from mongoose's changelog.
7.0.4 / 2023-04-17
- fix(schema): fix dangling reference to virtual in tree after removeVirtual() #13255 #13085
- fix(query): cast query filters on
findOneAndUpdate()
#13220 #13219 dermasmid- types(model): aligned watch() type for mongodb 4.6.0 #13208 #13206
- docs: fix async function anchors #13226 hasezoey
- docs: fix schema syntax in exemple #13262 c-marc
- docs: rework scripts to allow easier setting of current and past versions #13222 #13148 hasezoey
6.10.5 / 2023-04-06
- perf(document): avoid unnecessary loops, conditionals, string manipulation on Document.prototype.get() for 10x speedup on top-level properties #12953
- fix(model): execute valid write operations if calling bulkWrite() with ordered: false #13218 #13176
- fix(array): pass-through all parameters #13202 #13201 hasezoey
- fix: improve error message when sorting by empty string #13249 #10182
- docs: add version support and check version docs #13251 #13193
5.13.17 / 2023-04-04
- fix: backport fix for array filters handling $or and $and #13195 #13192 #10696 raj-goguardian
- fix: update the isIndexEqual function to take into account non-text indexes when checking compound indexes that include both text and non-text indexes #13138 #13136 rdeavila94
Commits
-
1b938d9
chore: release 7.0.4 -
d3ea3ab
fix(query): re-apply changes for #13249 -
7971a4d
Merge pull request #13262 from c-marc/patch-1 -
59e55bb
Modify exemple and schema syntax -
d4e513d
Merge branch '6.x' -
02b9b2b
chore: release 6.10.5 -
87a9a7f
Merge pull request #13251 from Automattic/vkarpov15/gh-13193 -
25c7535
Merge pull request #13218 from Automattic/vkarpov15/gh-13176 -
c1ceb12
Update docs/source/index.js -
90527df
fix: quick fix to support getters for fast path in get() re: #12953 - Additional commits viewable in compare view