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-presets
or-d
in the CLI tool anddisablePresets: 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
anddescription
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.