Skip to content

v1.6.0

Compare
Choose a tag to compare
@adyatlov adyatlov released this 09 Sep 23:49
· 47 commits to master since this release
a2c3a8c

Enhancements

  • I removed the check command to simplify usage.
  • I added a CheckBuilder which dramatically simplified existing checks.
  • I added the ReadFromJSON functions to simplify reading from JSON files.
  • I got rid of some superficial things like contexts and progress reports.
  • I abstracted the filesystem as the next step towards a test infrastructure.
  • I documented some public types and functions.