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 eab4668 commit ca1447aCopy full SHA for ca1447a
HISTORY.md
@@ -1,3 +1,7 @@
1
+1.0.3 2016-01-03
2
+----------------
3
+- Fixed toString for ObjectId so it will work with inspect.
4
+
5
1.0.2 2016-01-02
6
----------------
7
- Minor optimizations for ObjectID to use Buffer.from where available.
package.json
@@ -12,7 +12,7 @@
12
"browser_build",
13
"bower.json"
14
],
15
- "version": "1.0.2",
+ "version": "1.0.3",
16
"author": "Christian Amor Kvalheim <[email protected]>",
17
"contributors": [],
18
"repository": "mongodb/js-bson",
0 commit comments