dependabot npm(deps): bump mongoose from 6.2.11 to 6.3.0
Bumps mongoose from 6.2.11 to 6.3.0.
Release notes
Sourced from mongoose's releases.
6.3.0 / 2022-04-14
- fix: upgrade mongodb driver -> 4.5.0 #11623 AbdelrahmanHafez
- feat(schema): allow defining discriminators on schema and in schema definition #7971 IslandRhythms
- feat(base): add option to set allowDiskUse globally #11554 AbdelrahmanHafez
- feat(schema): add
removeIndex()
andclearIndex()
#11547 IslandRhythms- feat(cursor): add
continueOnError
option to allow executingeachAsync()
on all docs even if error occurs #6355- feat(query): add
versionKey
option tolean()
for removing version key from lean docs #8934 IslandRhythms- feat(types): create new ProjectionType type for select(), find(), etc. #11437
- chore: use webpack 5 for browser build #11584 AbdelrahmanHafez
Changelog
Sourced from mongoose's changelog.
6.3.0 / 2022-04-14
- fix: upgrade mongodb driver -> 4.5.0 #11623 AbdelrahmanHafez
- feat(schema): allow defining discriminators on schema and in schema definition #7971 IslandRhythms
- feat(base): add option to set allowDiskUse globally #11554 AbdelrahmanHafez
- feat(schema): add
removeIndex()
andclearIndex()
#11547 IslandRhythms- feat(cursor): add
continueOnError
option to allow executingeachAsync()
on all docs even if error occurs #6355- feat(query): add
versionKey
option tolean()
for removing version key from lean docs #8934 IslandRhythms- feat(types): create new ProjectionType type for select(), find(), etc. #11437
- chore: use webpack 5 for browser build #11584 AbdelrahmanHafez
Commits
-
c1a6a01
chore: release 6.3.0 -
97e7f43
Merge pull request #11666 from Automattic/6.3 -
f7da45e
chore: fix tidelift action -
78578e2
Merge pull request #11657 from Automattic/7971-followUp -
5eeb582
fix: correctly apply schema-level discriminators when compiling model re: #7971 -
10feddb
style: fix lint -
63fbbb2
Merge branch '6.3' into 7971-followUp -
cbcec5c
Merge branch 'master' into 6.3 -
20aa5e1
Merge branch 'master' of github.com:Automattic/mongoose -
f74931e
Update populate.md (#11662) - Additional commits viewable in compare view