Skip to content

pure-swift-json v0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@fabianfett fabianfett released this 28 Sep 11:38
· 3 commits to main since this release
3063535

⚠️ This release includes breaking api changes

  • reduce API surface – make DocumentReader internal (#56)
  • add Code of Conduct (#54)
  • use swift run -c release in performance tests (#57) thanks @pokryfka
  • use newer version of swiftformat (#59)
  • fix Documentation (#58) thanks @helje5
  • fix semantics of JSONUnkeyedDecodingContainer (#62) thanks @gwynne