bson 1.0.9 → 1.1.3

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,43 @@
1
+ <a name="1.1.3"></a>
2
+ ## [1.1.3](https://github.com/mongodb/js-bson/compare/v1.1.2...v1.1.3) (2019-11-09)
3
+
4
+ Reverts 1.1.2
5
+
6
+ <a name="1.1.2"></a>
7
+ ## [1.1.2](https://github.com/mongodb/js-bson/compare/v1.1.1...v1.1.2) (2019-11-08)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * **_bsontype:** only check bsontype if it is a prototype member. ([dd8a349](https://github.com/mongodb/js-bson/commit/dd8a349))
13
+
14
+
15
+
16
+ <a name="1.1.1"></a>
17
+ ## [1.1.1](https://github.com/mongodb/js-bson/compare/v1.1.0...v1.1.1) (2019-03-08)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **object-id:** support 4.x->1.x interop for MinKey and ObjectId ([53419a5](https://github.com/mongodb/js-bson/commit/53419a5))
23
+
24
+
25
+ ### Features
26
+
27
+ * replace new Buffer with modern versions ([24aefba](https://github.com/mongodb/js-bson/commit/24aefba))
28
+
29
+
30
+
31
+ <a name="1.1.0"></a>
32
+ # [1.1.0](https://github.com/mongodb/js-bson/compare/v1.0.9...v1.1.0) (2018-08-13)
33
+
34
+
35
+ ### Bug Fixes
36
+
37
+ * **serializer:** do not use checkKeys for $clusterTime ([573e141](https://github.com/mongodb/js-bson/commit/573e141))
38
+
39
+
40
+
1
41
  <a name="1.0.9"></a>
2
42
  ## [1.0.9](https://github.com/mongodb/js-bson/compare/v1.0.8...v1.0.9) (2018-06-07)
3
43