- Pods
- Bson 1.1.0
- Release Notes

BsonRelease Notes
Versions
v1.1.0
- New:
toJs() methods for Binary, MinKey, MaxKey, ObjectId, & Timestamp. - New:
Timestamp.now() returns a unique Timestamp. - Chg:
Binary and Code are now const classes. (Breaking change.) - Chg: Better Fantom serialization for
Binary. (Breaking change.) - Chg: Changed
Timestamp.seconds from a Duration to an Int. (Breaking change.) - Chg: Better IP hash in
ObjectId for IP6 addresses.
v1.0.0
- New: Initial release.
- New:
BsonWriter caches nested document sizes for increased performance. - Bug: Worked around the dodgy DateTime.fromJava() quirks.
v0.0.2