v1.2.0
📢 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
What's Changed
New Features
- Replace
--whitelist
with--allowlist
by @ttsukagoshi in #38
Documentation
- Fix typo (#36) by @ttsukagoshi in #37
Full Changelog: v1.1.0...v1.2.0