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: docs/upgrade-to-v5.md
+4
Original file line number
Diff line number
Diff line change
@@ -130,3 +130,7 @@ Now `-0` can be used directly
130
130
BSON.deserialize(BSON.serialize({ d: -0 }))
131
131
// type preservation, returns { d: -0 }
132
132
```
133
+
134
+
### Capital "D" ObjectID export removed
135
+
136
+
For clarity the deprecated and duplicate export `ObjectID` has been removed. `ObjectId` matches the class name and is equal in every way to the capital "D" export.
0 commit comments