Skip to content

Commit 9e4dfb6

Browse files
authored
Add CHANGELOG.md (#170)
* Add CHANGELOG.md * Fix typo
1 parent 96719d8 commit 9e4dfb6

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
CHANGELOG
2+
=========
3+
4+
0.3.0
5+
-----
6+
7+
* Add a new API to manipulate the mouse
8+
* Keep the browser window open on fail, when running in non-headless mode
9+
* Automatically open Chrome DevTools when running in non-headless mode
10+
* PHPUnit 8 compatibility
11+
* Add a PHPUnit extension to keep alive the webserver and the client between tests
12+
* Change the default port of the web server to `9080` to prevent a conflit with Xdebug
13+
* Allow to use an external web server instead of the built-in one for testing
14+
* Allow to use a custom router script
15+
* Allow to use a custom Chrome binary
16+
17+
0.2.0
18+
-----
19+
20+
* Add JS execution capabilities to `Client`
21+
* Allow keeping the webserver and client active even after test teardown
22+
* Add a method to refresh the crawler (`Client::refreshCrawler()`)
23+
* Add options to configure the web server and ChromeDriver
24+
* PHP 7.1 compatibility

0 commit comments

Comments
 (0)