Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Latest commit

 

History

History
144 lines (80 loc) · 6.4 KB

CHANGELOG.md

File metadata and controls

144 lines (80 loc) · 6.4 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.2.0 (2019-09-30)

Bug Fixes

Features

3.1.1 (2019-08-20)

Bug Fixes

  • Update Chromedriver dependency #103 #104

3.1.0 (2019-07-15)

Bug Fixes

Features

Tests

  • make "ready class" test more forgiving (#74) (fc2b595)

3.0.0 (2018-03-28)

Features

2.1.0-alpha.1 (2018-02-21)

Features

  • Support aXe-core 3.0 Shadow DOM selectors (#49) (790b421)

2.1.0-alpha.0 (2018-02-20)

Bug Fixes

  • Security vulnerability in hoek package (#50) (81695ad)

Features

  • Upgrade axe-core to 3.0.0-beta.1
  • Upgrade axe-webdriverjs to 2.0.0-alpha.1

2.0.0 (2017-12-19)

Features

  • Use chrome-headless as default browser replacing PhantomJS (1ae8e12)

BREAKING CHANGES

  • PhantomJS is no longer maintained. We will be replacing it with headless Chrome

1.3.1 (2017-12-19)

Features

  • Add axe-core 2.6.0

1.3.0 (2017-11-17)

Bug Fixes

  • package.json & .snyk to reduce vulnerabilities (#39) (9b20eef)

Features

  • Add flag that enables supplying a list of rules to be skipped during the analysis (d22903d)
  • Allow running from file:// and ftp(s):// (#41) (aa3d937)
  • Link to DeqeuU courses/testingmethods (#38) (8c0e661)

1.2.0 (2017-10-31)

Features

1.1.1 (2017-09-20)

New Features

  • feat: Add --timeout and --timer options (6d4d14f)
  • chore: upgrade axe-core to 2.4.1, axe-webdriverjs to 1.1.5 (933f1fd)

Bug Fixes

  • doc: Changed non-working promo url for courses to use a working url (ca7361e)

1.0.3 (2017-07-05)

New Features

  • chore: update axe/webdriverjs to 2.3.1 (c16bc2f)
  • feat: support exit codes (e14e2d5)

1.0.2 (2017-05-06)

Bug Fixes

  • add correct Selenium server URL (043d0a4)
  • add node version restriction (#14) (b9ff463)
  • handle phantomjs and selenium without errors (afedd67)
  • remove extraneous driver kill (870f6de)