Skip to content

Releases: orlandos-nl/BSON

5.0.4

18 May 11:30
Compare
Choose a tag to compare

Fixed a crash when replacing an element with a smaller element and verifying the data

5.0.3

01 May 09:10
Compare
Choose a tag to compare

Fixed a kittencore conversion bug

5.0.2

01 May 09:11
Compare
Choose a tag to compare

Fixed a bug when overwriting a value which contains Null and a serialization error on other setters to nil

5.0.1

01 May 09:12
Compare
Choose a tag to compare

Foundation.Data support

5.0.0

01 May 09:12
Compare
Choose a tag to compare
  • Rewrote the public extraction and input APIs.

4.1.4

29 Mar 18:49
Compare
Choose a tag to compare
  • Swift 3.1 support

4.1.3

08 Feb 17:13
Compare
Choose a tag to compare
  • Fixed a null terminator bug causing two equal documents to be unequal

4.1.2

07 Feb 14:10
Compare
Choose a tag to compare
  • More random ObjectIds
  • More performant sub-document querying

4.1.1

06 Feb 12:20
8b96488
Compare
Choose a tag to compare
  • fix init(extendedJSON:) for numbers > Int32.max
  • fix ObjectID epoch

3.8.7

18 Dec 21:00
Compare
Choose a tag to compare

Improved extraction by allowing extraction as Int instead of Int32 or Int64