Skip to content

pure-swift-json v0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@fabianfett fabianfett released this 20 Mar 15:46
2b2a70f

Fixed a couple of issues.

  • Fixed a couple of typos in the README.md (thx for reporting @Trzyipolkostkicukru) #23
  • Fixed typo decodeFixedWithInteger() -> decodeFixedWidthInteger() (thx @rjchatfield) #22 #18
  • Updated the README.md with an example of how to use Date with a propertyWrapper (thx @Trzyipolkostkicukru) #17
  • Allow encode<T: Encodable>(_ value: T) in JSONSingleValueEncodingContainer (thx @adam-fowler) #20 #24
  • Added a License (Apache 2.0) #27
  • JSONEncoder nestedContainer() and nestedUnkeyedContainer() work #19 #25 (thx for reporting @adam-fowler)
  • JSONEncoder updates coding path #21 #25 (thx for reporting @adam-fowler)
  • If NaN or Infinity is encoded an error is thrown #13 (thx for reporting @dinhhungle)