Skip to content

Releases: ssilverman/snowy-json

0.7.0

28 May 09:05
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release

Added

  • New section on annotations and errors in the README.
  • New annotation type descriptions in the README.
  • Optional test counts in the test runner.
  • New AUTO_RESOLVE option.
  • New Options.is method for reading Boolean values more conveniently.

Changed

  • Better and more consistent internal handling of anchors and IDs.

Removed

  • Annotation collection was removed from the Contains keyword.

Fixed

  • Fixed percent encoder, used when resolving absolute locations.
  • Relative paths resolved against a base URI having an empty path no longer result in an infinite loop.
  • Other code and Javadoc fixes.