mesan-nodejs-crud-api-with-pagination-filtering-grouping-and-sorting-capabilities
mesan-nodejs-crud-api-with-pagination-filtering-grouping-and-sorting-capabilities copied to clipboard
Bump mongoose from 5.7.1 to 5.7.5
Bumps mongoose from 5.7.1 to 5.7.5.
Changelog
Sourced from mongoose's changelog.
5.7.14 / 2019-12-06
- fix(cursor): wait until all
eachAsync()functions finish before resolving the promise #8352- fix(update): handle embedded discriminator paths when discriminator key is defined in the update #8378
- fix(schematype): handle passing
messagefunction toSchemaType#validate()as positional arg #8360- fix(map): handle cloning a schema that has a map of subdocuments #8357
- docs(schema): clarify that
uppercase,lowercase, andtrimoptions for SchemaString don't affect RegExp queries #83335.7.13 / 2019-11-29
- fix: upgrade mongodb driver -> 3.3.5 #8383
- fix(model): catch the error when insertMany fails to initialize the document #8365 #8363 Fonger
- fix(schema): add array.$, array.$.$ subpaths for nested arrays #6405
- docs(error): add more detail about the ValidatorError class, including properties #8346
- docs(connection): document
Connection#modelsproperty #83145.7.12 / 2019-11-19
- fix: avoid throwing error if calling
push()on a doc array with no parent #8351 #8317 #8312 AbdelrahmanHafez- fix(connection): only buffer for "open" events when calling connection helper while connecting #8319
- fix(connection): pull default database from connection string if specified #8355 #8354 zachazar
- fix(populate+discriminator): handle populating document whose discriminator value is different from discriminator model name #8324
- fix: add
mongoose.isValidObjectId()function to test whether Mongoose can cast a value to an objectid #3823- fix(model): support setting
excludeIndexesas schema option for subdocs #8343- fix: add SchemaMapOptions class for options to map schematype #8318
- docs(query): remove duplicate omitUndefined options #8349 mdumandag
- docs(schema): add Schema#paths docs to public API docs #8340
5.7.11 / 2019-11-14
- fix: update mongodb driver -> 3.3.4 #8276
- fix(model): throw readable error when casting bulkWrite update without a 'filter' or 'update' #8332 #8331 AbdelrahmanHafez
- fix(connection): bubble up connected/disconnected events with unified topology #8338 #8337
- fix(model): delete $versionError after saving #8326 #8048 Fonger
- test(model): add test for issue #8040 #8341 Fonger
5.7.10 / 2019-11-11
- perf(cursor): remove unnecessary
setTimeout()ineachAsync(), 4x speedup in basic benchmarks #8310- docs(README): re-order sections for better readability #8321 dandv
- chore: make npm test not hard-code file paths #8322 stieg
5.7.9 / 2019-11-08
- fix(schema): support setting schema path to an instance of SchemaTypeOptions to fix integration with mongoose-i18n-localize #8297 #8292
- fix(populate): make
retainNullValuesset array element tonullif foreign doc with that id was not found #8293- fix(document): support getter setting virtual on manually populated doc when calling toJSON() #8295
- fix(model): allow objects with
toBSON()to make it tosave()#82995.7.8 / 2019-11-04
... (truncated)
Commits
40a879bchore: release 5.7.5159457dchore: add vpn black friday as sponsore6285eaMerge pull request #8244 from AbdelrahmanHafez/masterd9163f5fix: correct order for declarationcec9ddaMinor refactor to ValidationError13ae085docs(index): add favicon to home page96ce0ebstyle: fix lint973b1e0docs: add schema options to API docscdfb507chore: add useUnifiedTopology for tests re: #8212936ddfbfix(update): handle subdocument pre('validate') errors in update validation- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot ignore this [patch|minor|major] versionwill close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.