Releases: orlandos-nl/BSON
Releases · orlandos-nl/BSON
5.0.4
Fixed a crash when replacing an element with a smaller element and verifying the data
5.0.3
Fixed a kittencore conversion bug
5.0.2
Fixed a bug when overwriting a value which contains Null
and a serialization error on other setters to nil
5.0.0
- Rewrote the public extraction and input APIs.
4.1.3
- Fixed a null terminator bug causing two equal documents to be unequal
4.1.2
- More random ObjectIds
- More performant sub-document querying
4.1.1
- fix init(extendedJSON:) for numbers > Int32.max
- fix ObjectID epoch
3.8.7
Improved extraction by allowing extraction as Int
instead of Int32
or Int64