v2.0 - Enhancements and bug fixes
New since v1.0:
- Added option to disable automatic preset testing, so that only explicitly requested presets are tested - see or
--disable-presetsor-din the CLI tool anddisablePresets: truein the API. - Added option to group tests by setting a
groupproperty on each test. - Added option to set a default group for all tests in a preset using
groupproperty on a preset. - Added option to set a default schema for all tests in a preset using
schemaproperty on a preset. - Added a
nameanddescriptionto 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.