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

Changelog History
Page 46

  • v3.8.11 Changes

    May 22, 2014
    • updated; node-mongodb-native to 1.4.5
    • reverted; #2052, fixes #2097
  • v3.8.10 Changes

    May 20, 2014
    • updated; node-mongodb-native to 1.4.4
    • fixed; _.isEqual false negatives bug in js-bson #2070
    • fixed; missing check for schema.options #2014
    • fixed; missing support for $position #2024
    • fixed; options object corruption #2049
    • fixed; improvements to virtuals docs #2055
    • fixed; added domain to reserved keywords #2052 #1338
  • v3.8.9 Changes

    May 08, 2014
    • updated; mquery to 0.7.0
    • updated; node-mongodb-native to 1.4.3
    • fixed; $near failing against MongoDB 2.6
    • fixed; relying on .options() to determine if collection exists
    • fixed; $out aggregate helper
    • fixed; all test failures against MongoDB 2.6.1, with caveat #2065
  • v3.8.8 Changes

    February 22, 2014
    • fixed; saving Buffers #1914
    • updated; expose connection states for user-land #1926 yorkie
    • updated; mquery to 0.5.3
    • updated; added get / set to reserved path list #1903 tstrimple
    • docs; README code highlighting, syntax fixes #1930 IonicaBizau
    • docs; fixes link in the doc at #1925 kapeels
    • docs; add a missed word 'hook' for the description of the post-hook api #1924 ipoval
  • v3.8.7 Changes

    February 09, 2014
    • fixed; sending safe/read options in Query#exec #1895
    • fixed; findOneAnd..() with sort #1887
  • v3.8.6 Changes

    January 30, 2014
    • fixed; setting readPreferences #1895
  • v3.8.5 Changes

    January 23, 2014
    • fixed; ssl setting when using URI #1882
    • fixed; findByIdAndUpdate now respects the overwrite option #1809 owenallenaz
  • v3.8.4 Changes

    January 07, 2014
    • updated; mongodb driver to 1.3.23
    • updated; mquery to 0.4.1
    • updated; mpromise to 0.4.3
    • fixed; discriminators now work when selecting fields #1820 daemon1981
    • fixed; geoSearch with no results timeout #1846 ghartnett
    • fixed; infitite recursion in ValidationError #1834 chetverikov
  • v3.8.3 Changes

    December 17, 2013
    • fixed; setting empty array with model.update #1838
    • docs; fix url
  • v3.8.2 Changes

    December 14, 2013
    • fixed; enum validation of multiple values #1778 heroicyang
    • fixed; global var leak #1803
    • fixed; post remove now fires on subdocs #1810
    • fixed; no longer set default empty array for geospatial-indexed fields #1668 shirish87
    • fixed; model.stream() not hydrating discriminators correctly #1792 j
    • docs: Stablility -> Stability nikmartin
    • tests; improve shard error handling