mongoose 3.8.36 → 3.8.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/History.md CHANGED
@@ -1,3 +1,20 @@
1
+ 3.8.40 / 2016-04-24
2
+ ===================
3
+ * upgraded; mquery -> 1.10.0 #3989
4
+
5
+ 3.8.39 / 2016-01-15
6
+ ===================
7
+ * fixed; casting a number to a buffer #3764
8
+ * fixed; enumerating virtual property with nested objects #3743 [kusold](https://github.com/kusold)
9
+
10
+ 3.8.38 / 2016-01-07
11
+ ===================
12
+ * fixed; aggregate.append an array #3730 [dbkup](https://github.com/dbkup)
13
+
14
+ 3.8.37 / 2015-11-16
15
+ ===================
16
+ * fixed; use retainKeyOrder for cloning update op #3572
17
+
1
18
  3.8.36 / 2015-10-18
2
19
  ===================
3
20
  * fixed; Make array props non-enumerable #3461 [boblauer](https://github.com/boblauer)