This repository has been archived by the owner on Mar 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add changelog and update version (#24)
* feat: add changelog and update version * chore: change format to follow Keep A Changelog
- Loading branch information
1 parent
2b71b9f
commit 58bfa6e
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Change log | ||
All notable changes to this project will be documented in this file. | ||
|
||
## [0.2.0] - 2015-08-16 | ||
### Changed | ||
- Update to use aXe 1.1.0 | ||
|
||
## [0.4.0] - 2016-09-27 | ||
### Added | ||
- New configure method building on axe-core API | ||
|
||
## [0.5.0] - 2016-12-22 | ||
### Added | ||
- Support for axe-cli by passing in a source for axe-core version | ||
|
||
### Changed | ||
- Upgrade to Selenium 3, which requires Node 6 | ||
- Replace ~ with ^ in package.json to get more | ||
- Allow running with Selenium remotely in tests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters