Skip to content

v2.0 - Enhancements and bug fixes

Compare
Choose a tag to compare
@iaincollins iaincollins released this 23 Jul 17:30
· 63 commits to master since this release

New since v1.0:

  • Added option to disable automatic preset testing, so that only explicitly requested presets are tested - see or --disable-presets or -d in the CLI tool and disablePresets: true in the API.
  • Added option to group tests by setting a group property on each test.
  • Added option to set a default group for all tests in a preset using group property on a preset.
  • Added option to set a default schema for all tests in a preset using schema property on a preset.
  • Added a name and description to all schema presets using definitions from Schema.org.
  • Improved documentation, especially for options and presets.
  • Fixed bug impacting instances of itemProps containing multiple properties on the same element.
  • Fixed bug impacting case-sensitive file systems.
  • Minor improvements to CLI tool output.