Releases: orlandos-nl/BSON
Releases · orlandos-nl/BSON
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
4.0.0
- 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
Removed invalid usage of dot notation
3.8.5
Fixed another bug related to key iteration
3.8.4
Fixed a bug related to key selection
3.8.3
- Added the BSONDocument type to get rid of the necessary
~
operator
3.8.2
- iOS support with a single loc
3.8.1
Added an argument to skip arrays to Document.flatten()
3.8.0
- More performance improvements
- More valueconvertibles
- Lowercased the first letter of enum cases