Releases: orlandos-nl/BSON
Releases · orlandos-nl/BSON
3.7.2
- Fixed BSON Value comparison in some specific scenarios
- Added small performance improvements to BSON's Unit Tests thanks to @colemancda
- Fixed a data race in ObjectId
- Made ObjectId hashable
3.7.1
3.7.0
3.6.1
3.6.0
3.5.6
3.5.5
- Added
makeDocument()
to a sequence of Documents, like[Document]
, to convert it to a single array document - Improved the JSON date parser (ISO8601)
- Added additional subscripts for
Document
so you canlet val = doc["key", "subKey", "subKeyKey"]
- Meow, so you can now
let meow = Meow()
😼 - Added
Document.flatten()
andDocument.flattened()
- Fixed a bug that would crash BSON after generating 32767 ObjectId's
3.5.4
3.5.3
ISO8601 fix
- Cross-platform ISO8601 parsing