All Versions
655
Latest Version
Avg Release Cycle
7 days
Latest Release
1768 days ago

Changelog History
Page 26

  • v4.13.16 Changes

    August 30, 2018
    • fix(document): disallow setting proto if strict mode false
    • feat(error): backport adding modified paths to VersionError #6928 freewil
  • v4.13.15 Changes

    August 14, 2018
    • fix(mongoose): add global usePushEach option for easier Mongoose 4.x + MongoDB 3.6 #6858
    • chore: fix flakey tests for 4.x #6853 Fonger
    • feat(error): add version number to VersionError #6852 freewil
  • v4.13.14 Changes

    May 25, 2018
    • fix(model): handle retainKeyOrder option in findOneAndUpdate() #6484
  • v4.13.13 Changes

    May 17, 2018
    • fix(update): stop clobbering $in when casting update #6441 #6339
    • fix: upgrade async -> 2.6.0 re: security warning
  • v4.13.12 Changes

    March 13, 2018
    • fix(document): make virtual get() return undefined instead of null if no getters #6223
    • docs: fix url in useMongoClient error message #6219 #6217 lineus
    • fix(discriminator): don't copy discriminators property from base schema #6122 #6064
  • v4.13.11 Changes

    February 07, 2018
    • docs: fix links in 4.x docs #6081
    • chore: add release script that uses --tag for npm publish for 4.x releases #6063
  • v4.13.10 Changes

    January 28, 2018
    • docs(model+query): add lean() option to Model helpers #5996 aguyinmontreal
    • fix: use lazy loading so we can build mongoose with webpack #5993 #5842
    • docs(connections): clarify multi-mongos with useMongoClient for 4.x docs #5984
    • fix(populate): handle populating embedded discriminator paths #5970
    • docs(query+aggregate): add more detail re: maxTimeMS #4066
  • v4.13.9 Changes

    January 07, 2018
    • chore: update marked (dev dependency) re: security vulnerability #5951 ChristianMurphy
    • fix: upgrade mongodb -> 2.2.34 for ipv6 and autoReconnect fixes #5794 #5760
    • docs: use useMongooseAggCursor for aggregate docs #2955
  • v4.13.8 Changes

    December 27, 2017
    • docs(guide): use more up-to-date syntax for autoIndex example #5933
    • docs: fix grammar #5927 abagh0703
    • fix: propagate lean options to child schemas #5914
    • fix(populate): use correct model with discriminators + nested populate #5858
  • v4.13.7 Changes

    December 11, 2017
    • docs(schematypes): fix typo #5889 gokaygurcan
    • fix(cursor): handle reject(null) with eachAsync callback #5875 #5874 ZacharyRSmith
    • fix: disallow setting mongoose.connection to invalid values #5871 jinasonlin
    • docs(middleware): suggest using return next() to stop middleware execution #5866
    • docs(connection): improve connection string query param docs #5864
    • fix(document): run validate hooks on array subdocs even if not directly modified #5861
    • fix(discriminator): don't treat $meta as defining projection when querying #5859
    • fix(types): handle Decimal128 when using bson-ext on server side #5850
    • fix(document): ensure projection with only $slice isn't treated as inclusive for discriminators #4991
    • fix(model): throw error when passing non-object to create() #2037