Skip to content

Commit

Permalink
Add CHANGELOG.md (symfony#170)
Browse files Browse the repository at this point in the history
* Add CHANGELOG.md

* Fix typo
  • Loading branch information
dunglas authored Feb 27, 2019
1 parent 9be5bfc commit 5e41bc8
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
CHANGELOG
=========

0.3.0
-----

* Add a new API to manipulate the mouse
* Keep the browser window open on fail, when running in non-headless mode
* Automatically open Chrome DevTools when running in non-headless mode
* PHPUnit 8 compatibility
* Add a PHPUnit extension to keep alive the webserver and the client between tests
* Change the default port of the web server to `9080` to prevent a conflit with Xdebug
* Allow to use an external web server instead of the built-in one for testing
* Allow to use a custom router script
* Allow to use a custom Chrome binary

0.2.0
-----

* Add JS execution capabilities to `Client`
* Allow keeping the webserver and client active even after test teardown
* Add a method to refresh the crawler (`Client::refreshCrawler()`)
* Add options to configure the web server and ChromeDriver
* PHP 7.1 compatibility

0 comments on commit 5e41bc8

Please sign in to comment.