Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog for 1.7.2 #786

Closed
Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
1.7.2 / 2019-09-XX
==================

Bug fixes:

* DriverInterface#getValue() can return null
aik099 marked this conversation as resolved.
Show resolved Hide resolved
* Modify response[Contains|NotContains] to use strpos vs preg_match
aik099 marked this conversation as resolved.
Show resolved Hide resolved
* Fix compatibility with PHP 7.2
aik099 marked this conversation as resolved.
Show resolved Hide resolved
* Allow Symfony 4.
aik099 marked this conversation as resolved.
Show resolved Hide resolved
* Optimize the splitting of XPath unions
aik099 marked this conversation as resolved.
Show resolved Hide resolved
* Allow pipes (|) in attributes by implementing better XPath parsing
aik099 marked this conversation as resolved.
Show resolved Hide resolved
* Auto-start session only upon 1st "->visit(...)" method call
aik099 marked this conversation as resolved.
Show resolved Hide resolved

Testsuite:

* Don't install PHPUnit 8.0
aik099 marked this conversation as resolved.
Show resolved Hide resolved
* Fix PHP 5.4 and PHP 5.5 builds
aik099 marked this conversation as resolved.
Show resolved Hide resolved
* Objects with __toString() can be asserted.
aik099 marked this conversation as resolved.
Show resolved Hide resolved
* Add testing on PHP 7.2
aik099 marked this conversation as resolved.
Show resolved Hide resolved
* Add compatibility with PHPUnit 6
aik099 marked this conversation as resolved.
Show resolved Hide resolved
* Extracted driver test suite into separate repository.
aik099 marked this conversation as resolved.
Show resolved Hide resolved

Misc:

* Rename boolean type in lowercase
aik099 marked this conversation as resolved.
Show resolved Hide resolved
* Suggest chrome-mink-driver as fast JS-enabled alternative to selenium
aik099 marked this conversation as resolved.
Show resolved Hide resolved
* Use ! operator instead of === false
aik099 marked this conversation as resolved.
Show resolved Hide resolved
* Improved variable names and simplified quote logic
aik099 marked this conversation as resolved.
Show resolved Hide resolved
* Changed method visibility to private and variable name to camle case
aik099 marked this conversation as resolved.
Show resolved Hide resolved

1.7.1 / 2016-03-05
==================

Expand Down