Releases: orlandos-nl/IkigaJSON
Releases · orlandos-nl/IkigaJSON
2.1.2
2.1.1
2.1.0
- Improved decoding from
String
performance, by preferring access to its contiguous storage - Changed JSONParserError to emit line/column information
- Added
NilValueDecodingStrategy
andNilValueEncodingStrategy
- Fixed a couple encoding bugs when encountering
Optional<Optional<EncodableValue>>.some(.none)
- Fixed a couple other optional/null related encoding issues
- Move Package.swift to Swift 5.2, which is also required by our dependency SwiftNIO
- Fix an error being thrown when decoding boolean values from unkeyed containers
- Added a hell of a lot of tests
- Fixed snake case encoding