dependabot npm(deps): bump mongoose from 6.4.2 to 6.4.3
Bumps mongoose from 6.4.2 to 6.4.3.
Release notes
Sourced from mongoose's releases.
6.4.3 / 2022-07-05
- fix(document): handle validating deeply nested subdocuments underneath nested paths with required: false #12021
- fix(types): infer schematype type from schema paths when calling
SchemaType.path()
#11987- fix(types): add $top and $topN aggregation operators #12053
- fix(types): clean up a couple of issues with $add and $ifNull #12017
- fix(types): allow $cond with $in #12028
- docs: add path level descending index example in docs #12023 MitchellCash
- docs: add Buffer, Decimal128, Map to docs #11971
Changelog
Sourced from mongoose's changelog.
6.4.3 / 2022-07-05
- fix(document): handle validating deeply nested subdocuments underneath nested paths with required: false #12021
- fix(types): infer schematype type from schema paths when calling
SchemaType.path()
#11987- fix(types): add $top and $topN aggregation operators #12053
- fix(types): clean up a couple of issues with $add and $ifNull #12017
- fix(types): allow $cond with $in #12028
- docs: add path level descending index example in docs #12023 MitchellCash
- docs: add Buffer, Decimal128, Map to docs #11971
Commits
-
38865df
chore: release 6.4.3 -
afad86a
fix(types): allow $cond with $in -
783ed75
fix(types): clean up a couple of issues with$add
and$ifNull
-
aa46617
fix(types): add $top and $topN aggregation operators -
81c410a
Merge branch 'master' of github.com:Automattic/mongoose -
04966eb
fix(document): handle validating deeply nested subdocuments underneath nested... -
320fcad
test(document): repro #12021 -
cba16b9
Merge pull request #12054 from MontgomeryWatts/patch-2 -
f947c20
Merge pull request #12055 from lpizzinidev/fix-benchjs-4 -
499f499
fix benchmark - Additional commits viewable in compare view