forked from athenahealth/ladon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
executable file
·33 lines (25 loc) · 1005 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [1.1.1.rc.1] - 2017-09-15
### Added
- CSV data provider - Enabling parallel execution of single script with different datasets.
## [1.1.1] - 2017-09-13
### Updates
- Adding wait for browser ready state during transitions which is not handled by IE driver
## [1.1.0] - 2017-08-22
### Updated
- Enabling detailed logging on assertion failure with actual and expected values
- Allowing actual and expected values to be compared in assert instead of code block
## [1.0.1] - 2017-07-21
### Added
- JUnit Results parsing with to_junit
### Changed
- Fixed ARGV parsing from Powershell
- Output file paths can be relative or fully-qualified
- Rspec dependency version: 3.6
- Rubocop dependency version: 0.49
## [1.0.0] - 2016-11-14
### Added
- Everything