Skip to content

0.7.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ssilverman ssilverman released this 28 May 09:05
· 276 commits to master since this 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.