- Code for sanitizing request headers is more resilient.
- Support for a new
localConfig.cjs
feature.- Adds options for test suite config and local implementation endpoint configuration.
- BREAKING: Removed support for
.localImplementationsConfig.cjs
. - BREAKING: Removed support for
localImplementationsConfig.cjs
. - BREAKING: Remove requirement of
only: true
use in local configuration.
- A new option
only
which when added to a local implementation manifest results in only that manifest being run. - Support for
localImplementationsConfig.cjs
a non-dot file config file in addition to the existing dot file.
- See git history for changes.