All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.3.0 (2019-07-24)
- add option to not print iframe error to console (b4f2494)
2.2.0 (2019-03-07)
- log "iframe warning" to stderr (#102) (bb4fb2c)
- update
AxeBuilder#analyze()
usage (#93) (f2ead15), closes #92
- 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)
2.0.1 (2018-06-25)
- 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)
1.3.0 (2018-01-18)
- 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)
- update to axe-core version 2.6.1 (1718ac5)
1.2.1 (2017-12-19)
1.2.0 (2017-11-16)
- 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)
- 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)
- inject raw source to work with limited CSPs (b6fa546)