Skip to content

7.4.1

Compare
Choose a tag to compare
@mongoose-pro-bot mongoose-pro-bot released this 24 Jul 14:46
· 1388 commits to master since this release

7.4.1 / 2023-07-24

  • fix(document): correctly clean up nested subdocs modified state on save() #13644 #13609
  • fix(schema): avoid propagating toObject.transform and toJSON.transform option to implicitly created schemas #13634 #13599
  • fix: prevent schema options overwriting user defined writeConcern #13612 #13592
  • types: correctly handle pre('deleteOne', { document: true }) #13632
  • types(schema): handle type: Schema.Types.Map in TypeScript #13628
  • types: Add inline comment to to tell the default value of the runValidator flag in the queryOptions types #13636 omran95
  • docs: rework several code examples that still use callbacks #13635 #13616
  • docs: remove callbacks from validation description #13638 #13501