Releases: orlandos-nl/BSON
Releases · orlandos-nl/BSON
5.1.1
- Fixed DictionaryValue, it's been broken for months apparently.
- Fixed overall correctness in validation (too permissive)
- Fixed array validation (not permissive enough, arrays with the key "username" make sense apparently)
- Complete unit test suite for BSON's Spec
5.1.0
Reworked the entire parser for stability and a tonne of performance.
5.0.5
When you've got a Dictionary<String, Primitive>
or [String : Primitive]
you can now convert them to a Document using Document(dictionary)
. The same goes for [Primitive]
/ Array<Primitive>
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