Skip to content

Releases: Automattic/mongoose

6.0.12

21 Oct 21:27
Compare
Choose a tag to compare

6.0.12 / 2021-10-21

  • fix(cursor): remove the logic for emitting close, rely on autoDestroy option for Node 12 support #10906 iovanom
  • fix(map): support passing flattenMaps: false to Map toJSON(), make toJSON() flatten maps by default in TypeScript #10872
  • fix: upgrade to mongodb driver 4.1.3 #10911 orgads
  • fix(index.d.ts): correct TS function signature for SchemaType.prototype.set() #10799
  • fix(index.d.ts): support implicit $in in FilterQuery #10826
  • fix(index.d.ts): More precise type for Schema.clone() #10899 coyotte508
  • fix(index.d.ts): add caster property to schema arrays and document arrays #10865
  • docs: update updateMany() and deleteMany() docs to reflect new matchedCount, modifiedCount, deletedCount properties #10908 IslandRhythms
  • docs: fix broken links to populate virtuals #10870 IslandRhythms
  • docs: updated docs to have returnOriginal, removed new and returnDocument #10887 IslandRhythms

4.0.2

30 Apr 16:02
Compare
Choose a tag to compare
release 4.0.2

3.8.23

20 Feb 19:38
Compare
Choose a tag to compare
release 3.8.23

3.8.20

09 Dec 17:47
Compare
Choose a tag to compare
release 3.8.20

v3.8.19

10 Nov 19:21
Compare
Choose a tag to compare
release 3.8.19

3.6.13

02 Jul 23:19
Compare
Choose a tag to compare

3.6.13 / 2013-06-27

  • fixed; calling model.distinct without conditions #1541
  • fixed; regression in Query#count() #1542