Skip to content

v1.2.1

Compare
Choose a tag to compare
@ttsukagoshi ttsukagoshi released this 28 Nov 15:35
· 265 commits to main since this release

What's Changed

Bug Fixes

  • Fixed a bug where some axe results listed in allowlist still appear when executing axe-scan run with the --allowlist option (#43) in #45
  • Fixed a bug where axe-scan config with --change-value option for resultTypes with proper value returned an error (#44) in #45

Documentation


📢 Announcement of future breaking changes

As described in #35, I would like to replace the words "whitelist" and "whitelisting" with "allowlist" and "allowlisting", respectively, to ensure that everyone feels comfortable using this tool. This change will affect the command options of axe-scan run and axe-scan summary, where the -A | --allowlist option will be used in place of the -W | --whitelist option.

README has already been updated and only the -A | --allowlist option is currently visible to the readers, but the -W | --whitelist option will still be accepted during the v1.x versions to allow time for migration. -W | --whitelist will be deprecated upon updating to v2.0


Full Changelog: v1.2.0...v1.2.1