Skip to content

Releases: orlandos-nl/BSON

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

4.0.0

18 Dec 21:02
Compare
Choose a tag to compare
  • Redesigned the BSON API with extraction
  • Moved from a Value enum to ValueConvertible protocol (Convertible to a BSONPrimitive Value)
  • Many bug fixes

3.8.6

18 Dec 21:00
Compare
Choose a tag to compare

Removed invalid usage of dot notation

3.8.5

18 Dec 20:59
Compare
Choose a tag to compare

Fixed another bug related to key iteration

3.8.4

18 Dec 20:59
Compare
Choose a tag to compare

Fixed a bug related to key selection

3.8.3

27 Oct 11:38
Compare
Choose a tag to compare
  • Added the BSONDocument type to get rid of the necessary ~ operator

3.8.2

27 Oct 11:38
Compare
Choose a tag to compare
  • iOS support with a single loc

3.8.1

24 Oct 13:18
Compare
Choose a tag to compare

Added an argument to skip arrays to Document.flatten()

3.8.0

24 Oct 13:26
Compare
Choose a tag to compare
  • More performance improvements
  • More valueconvertibles
  • Lowercased the first letter of enum cases