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 e136ac0 commit e2fb5d9Copy full SHA for e2fb5d9
HISTORY.md
@@ -1,3 +1,7 @@
1
+1.0.2 2016-12-06
2
+----------------
3
+- Minor optimizations for ObjectID to use Buffer.from where available.
4
+
5
1.0.1 2016-12-06
6
----------------
7
- Reverse behavior for undefined to be serialized as NULL. MongoDB 3.4 does not allow for undefined comparisons.
package.json
@@ -12,7 +12,7 @@
12
"browser_build",
13
"bower.json"
14
],
15
- "version": "1.0.1",
+ "version": "1.0.2",
16
"author": "Christian Amor Kvalheim <[email protected]>",
17
"contributors": [],
18
"repository": "mongodb/js-bson",
0 commit comments