Skip to content

Latest commit

 

History

History
117 lines (46 loc) · 4.69 KB

CHANGELOG.md

File metadata and controls

117 lines (46 loc) · 4.69 KB

Change Log

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

2.2.0 (2019-03-07)

Bug Fixes

Features

  • add ES6 modules/TypeScript compatible export (#94) (eee46c9), closes #74
  • Allow errors bubble up to the caller (#83) (5b1cf4e), closes #56

2.1.0 (2018-11-13)

Features

  • Allow errors bubble up to the caller (#83) (5b1cf4e), closes #56

2.0.1 (2018-06-25)

Bug Fixes

  • move selenium to development deps (#55) (d8c6a0f)
  • Prevent infinitely recursing when injecting into iframes (#66) (591a701), closes #63

2.0.0 (2018-03-28)

2.0.0-alpha.1 (2018-01-19)

Features

  • upgrade to axe-core 3.0.0-alpha.9 (#46) (097a012)

1.3.0 (2018-01-18)

Bug Fixes

  • allow errors to be caught by mocha (f500305)
  • Ensure that when the injection of axe-core into an iframe fails, the driver context is reset to something meaningful (10cf353)

Features

  • update to axe-core version 2.6.1 (1718ac5)

1.2.1 (2017-12-19)

Features

  • change to axe.run (WIP) (c3e94ca)
  • handle promises with axe.run (02ee730)

1.2.0 (2017-11-16)

Bug Fixes

  • Add seleniuv-webdriver to package.json (#45) (918f61c)
  • replace axe-core dependency, bump to 1.1.5 (059d18d)
  • replace axe-core dependency, bump to 1.1.5 (275819a)

Features

  • Add disableRules method for disabling individual rules (3833c59)

1.1.4 (2017-09-18)

1.1.1 (2017-05-20)

1.1.0 (2017-05-02)

Bug Fixes

  • inject raw source to work with limited CSPs (b6fa546)

0.5.0 (2016-12-22)

Features

  • add changelog and update version (#24) (58bfa6e)