Skip to content

Latest commit

 

History

History
191 lines (84 loc) · 6.44 KB

CHANGELOG.md

File metadata and controls

191 lines (84 loc) · 6.44 KB

3.1.3 (2019-04-24)

Features

  • index.js: remove import fs-path (3ca751c)
  • package.json: remove fs-path package (d2b24a5)

3.1.2 (2019-04-20)

Bug Fixes

  • packages: update dependencies (f701836)

3.1.1 (2019-03-15)

Bug Fixes

  • index.js: remove deprecated warning (#22) (23a4bcc)

3.1.0 (2018-09-19)

Features

  • scriptTimeout: add scriptTimeout option (5cc450c), closes #18

3.0.1 (2018-08-09)

Bug Fixes

  • index.js: return promise with axeBuilder (20c18ed)

3.0.0 (2018-07-18)

Features

  • index.js: return a promise (cb877d6)

2.1.2 (2018-06-19)

Bug Fixes

  • index.js: driver instance due to invalid session ID (bbf4dd5)

2.1.1 (2018-05-31)

Bug Fixes

  • index.js: increase timeout to 60000 ms (68d43f1)

2.1.0 (2018-04-24)

Features

  • headless: add support for headless mode (7b1345b)

2.0.0 (2018-04-23)

Features

  • package.json: update axe-core to ^3.0.1 (bec83e6)
  • package.json: update axe-webdriverjs to ^2.0.0 (cf8e76e)
  • phantomjs: remove phantomjs (94d61e1)

1.4.1 (2018-04-23)

Features

  • package.json: update chromedriver to 2.38.0 (958233b)

1.4.0 (2016-12-27)

Features

  • package.json: update axe-webdriverjs and selenium-webdriver (dd7aee2)

1.3.2 (2016-12-16)

Bug Fixes

  • package.json: set chromedriver to version 2.25.1 to avoid problems behind a proxy (e99840e)

1.3.1 (2016-12-09)

Bug Fixes

  • index.js: modify drivers and capabilities to check complex urls in Chrome and PhantomJS (71df07f)

1.3.0 (2016-12-09)

Features

  • 404: create first approach to check only valid urls (3035949)
  • index.js: filter local and non local urls to review the status (dd2e25d)
  • package.json: update axe-core to 2.0.7 (29a3bcc)
  • package.json: update axe-webdriverjs to 0.4.0 (8eb21a2)
  • reporter.js: show message when the URL is not valid (d0be5f6)

1.2.0 (2016-10-10)

Features

  • a11yCheckOptions: add attribute a11yCheckOptions to override options (5244f05)
  • onlyViolations: add option to return only the violations (14b7cc5)
  • verbose: add verbose option to show information messages about the analysis (861f076)

1.1.0 (2016-09-25)

Features

  • exclude: add exclude option to add a CSS selector to the list of elements to exclude in analysis (c93dd88)
  • include: add include option to add a CSS selector to the list of elements to include in analysis (204748a)

1.0.0 (2016-09-07)

Bug Fixes

  • index.js: change how to show the url to test (f3f7cc3)

Features

  • plugin: modify the plugin to admin local and remote urls also glob patterns (ca9abc0)