2.2 KiB
2.2 KiB
Release Notes for 1.0.x
v1.0.13 (2017-04-20)
Added
- Added
illuminate/console
as dependency (#232) - Added security measurement against registering Dusk on production (#229)
- Added
PHP_BINARY
constant to the list of PHP's executable binaries (#240)
Changed
- Changed
propagateScaffoldingToBrowser()
tosetUp()
for compatibility with PHPUnit ~6.0 (#227) - Changed
selected()
comparison to always cast the value to string (#239)
Fixed
- No longer throws exception when Tty is not available (#226)
- Use
getAttribute('value')
instead ofgetText()
fortextarea
elements (#237) - Fixed bug when giving strings with apostrophe to
clickLink()
(#228)
v1.0.12 (2017-04-07)
Added
- Added automated tests for HTML elements identified by strings with a colon (#214)
Fixed
- Support for colon on HTML id tag (#214)
v1.0.11 (2017-03-20)
Added
- Added
assertSelectHasOptions()
,assertSelectMissingOptions()
,assertSelectHasOption()
andand assertSelectMissingOption()
(#195) - Added purge console logs before starting tests (#193)
- Added
assertPathIsNot()
(#183) - Added support for back button (#187)
- Added
waitForLocation()
to allow waiting onwindow.location
to be changed (#176)
Changed
- Updated ChromeDriver to v2.28 so that it works with Chrome 57 (#199)
- Comparison to
option
insideselect
will no longer be strict (#178) - Type-hint Browser for auto-complete support (#174)