Skip to content

Releases: svenvc/NeoJSON

version 18

21 Jun 08:22
Compare
Choose a tag to compare
  • Change NeoJSONWriter to give an error when map keys/names are not strings (as per the standard)
  • Switch CI from Travis to GitHub Actions
  • Add NeoJSONWriter>#floatPrinter: to set an optional float printer
  • Make NeoJSONFloatPrinter more configurable
  • Make NeoJSONObject inherit from OrderedDictionary (as a convenience)
  • Patch a bug in OrderedDictionary>>#at:ifPresent:ifAbsentPut:
  • Use OSPlatform current lineEnding as default for NeoJSONWriter's newLine setting
  • Add support for different species of String in NeoJSONReader streams
  • Add NeoJSONObject>>#at:at:[put:] overrides delegated to #atPath:put:
  • Improve Float parsing accuracy following improvements made in STON

version 17

16 Dec 17:10
14da762
Compare
Choose a tag to compare

Stable version 17 corresponding with MC repo