pure-swift-json v0.3.0
Pre-release
Pre-release
JSONEncoderandJSONDecoderare now prefixed withPSto remove naming conflicts with Foundation. (#48)PSJSONEncoderis now astruct(#47)PSJSONEncodercan now encode intoJSONValueandPSJSONDecodercan decode fromJSONValue(#46)JSONValue.debugDataTypeDescriptionis now internal (#29 #45)- everything is now under one target
PureSwiftJSON. (#44) - The code is now formatted with
swiftformat. This is enforced with CI (#43) - The "early stage development" warning has been removed (#49)
This shall be one of the last releases before 1.0.0. With the changes in the project structure and the renaming of the PSJSONEncoder and PSJSONDecoder, I hope that the coming changes will not be source breaking.