Skip to content

Latest commit

 

History

History
82 lines (49 loc) · 4.61 KB

CHANGELOG.md

File metadata and controls

82 lines (49 loc) · 4.61 KB

0.2.0 (2016-08-27)

Features

  • ESLint: replace JSHint with ESLint (a013569)
  • index.js: change default browser to Chrome (c0d814d)
  • PhantomJS: add support for PhantomJS (14986b1)

0.1.3 (2016-08-25)

Bug Fixes

  • package.json: add lib folder (92ef9db)

0.1.2 (2016-08-14)

Bug Fixes

  • stream: close the driver when try to use stream mode (ee1a6e5)

0.1.1 (2016-08-13)

Bug Fixes

  • chromedriver: add chromedriver via npm to avoid path problems (2881809)

0.1.0 (2016-08-11)

Bug Fixes

  • async: changes to avoid problems due to async when tests is running (398f600)
  • index.js: avoid showing duplicate urls (180b9a0)
  • index.js: reset promises (30eac56)
  • index.js: resolve promises in the callback (ec8ec54)
  • reporter.js: change how to show the results (afab3f9)
  • test.js: add missing package (6c3dfdc)
  • test.js: add timeout due the async (ef30191)
  • test.js: change assertion value (4217605)
  • test.js: change assertions to avoid JavaScript errors (7f9956c)
  • test.js: enable all the tests (86f4cf0)

Features

  • fixtures: add attribute to fix a11y issue (0799d0b)
  • index.js: add option to set directory to save the reports (5fd98d7)
  • index.js: add reporter based on grunt axe connect (2519303)
  • index.js: change how to call to axe-core (e5bb532)
  • index.js: it uses context to load axe-core (8dc80be)
  • index.js: parse the url to use file protocol (e22490e)
  • index.js: resolve all promises to save a file with all the results (a91f091)
  • index.js: set browser option (6f14267)
  • index.js: use array of promises similar to the grunt connector for aXe (b7b8f59)
  • index.js: use webdriver to call the API (99de412)
  • index.jt: it uses xmldom to parse the file content (8ebd4e2)
  • multiple: analyze multiples files and save report with all the results (e86a5c0)
  • promises: resolve every promise and show the results (5dc6d3c)
  • reporter.js: add reporter based on grunt aXe connector (1ae844e)
  • reporter.js: iterate over all results (710df08)
  • tasks: add auxiliary tasks for the repository (3d29854)
  • test: it moves the test file to the test folder (40ca6b3)