You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HISTORY.md
+15
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,18 @@
1
+
<aname="2.0.0"></a>
2
+
# 2.0.0 (2018-02-26)
3
+
4
+
5
+
### Bug Fixes
6
+
7
+
***browser:** fixing browser property in package.json ([095fba9](https://github.com/mongodb/js-bson/commit/095fba9))
8
+
***dbref:** only upgrade objects with allowed $keys to DBRefs ([98eb9e2](https://github.com/mongodb/js-bson/commit/98eb9e2))
9
+
***decimal128:** add basic guard against REDOS attacks ([511ecc4](https://github.com/mongodb/js-bson/commit/511ecc4))
10
+
***Decimal128:** update toString and fromString methods to correctly handle the case of too many significant digits ([25ed43e](https://github.com/mongodb/js-bson/commit/25ed43e))
11
+
***objectid:** if pid is 1, use random value ([e188ae6](https://github.com/mongodb/js-bson/commit/e188ae6))
12
+
***serializeWithBufferAndIndex:** write documents to start of intermediate buffer ([b4e4ac5](https://github.com/mongodb/js-bson/commit/b4e4ac5))
13
+
14
+
15
+
1
16
1.0.4 2016-01-11
2
17
----------------
3
18
-#204 remove Buffer.from as it's partially broken in early 4.x.x. series of node releases.
0 commit comments