We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e4b56b commit 8dd35caCopy full SHA for 8dd35ca
HISTORY.md
@@ -1,3 +1,7 @@
1
+1.0.4 2016-01-11
2
+----------------
3
+- #204 remove Buffer.from as it's partially broken in early 4.x.x. series of node releases.
4
+
5
1.0.3 2016-01-03
6
----------------
7
- Fixed toString for ObjectId so it will work with inspect.
package.json
@@ -12,7 +12,7 @@
12
"browser_build",
13
"bower.json"
14
],
15
- "version": "1.0.3",
+ "version": "1.0.4",
16
"author": "Christian Amor Kvalheim <christkv@gmail.com>",
17
"contributors": [],
18
"repository": "mongodb/js-bson",
0 commit comments