Skip to content

Releases: zenstruck/browser

v0.11.0

07 Apr 14:11
2afbcca
Compare
Choose a tag to compare
v0.11.0 Pre-release
Pre-release

2afbcca [feature] fail if trying to manipulate an "exception" page (#81) by @kbond
8989fca [feature] add KernelBrowser::clickAndIntercept() (#82) by @kbond
da4a6e4 [feature] add BROWSER_FOLLOW_REDIRECTS/CATCH_EXCEPTIONS env vars (#79) by @kbond
acefe9d [doc] remove reference to PantherBrowser::inspect() by @kbond
93b677b [minor] remove deprecation layers by @kbond
f051372 [feature] add KernelBrowser::expectException() (#78) by @kbond
888c736 [bug] ensure all requests are piped through session (#78) by @kbond
80d55a8 [minor] refactor internals (#75) by @kbond
be748fe [minor] remove Dom/Interactive extensions (#75) by @kbond
e34c1bf [BC BREAK] rename PantherBrowser::inspect() to pause() (#75) by @kbond
7ee81a0 [feature] add content type/json helpers (#75) by @kbond
6d337f8 [minor] improve HasBrowser error handling (#75) by @kbond
714437f [minor] add symfony version to gh job name (#75) by @kbond
e2acba9 [feature] add ability to "use" the "inner" browser (#75) by @kbond
2451f54 [BC BREAK] remove Response system (#75) by @kbond
400277f [minor] remove BrowserKitBrowser, add Browser::client() (#75) by @kbond
cf75454 [minor] move Browser DOM/interactive methods to extensions (#75) by @kbond
8122f29 [minor] upgrade dbrekelmans/bdi (#75) by @kbond
bfb0bab [BC BREAK] remove Browser::follow() - use Browser::click() (#75) by @kbond
31fbd04 [feature] add zenstruck/foundry integration (#75) by @kbond
2c4d97a [minor] adjust phpstan-baseline (#75) by @kbond
e2d535d [BC BREAK] remove "demo" Authentication extension (#75) by @kbond
31ffc41 [minor] move mtdowling/jmespath.php to require-dev (#75) by @kbond
284f43b [BC BREAK] remove HttpBrowser (#75) by @kbond

Full Change List

v0.10.0

28 Mar 17:02
7e716ee
Compare
Choose a tag to compare
v0.10.0 Pre-release
Pre-release

baaa970 [minor] drop scrutinizer (#74) by @kbond
529fe04 [minor] require Symfony 5.4+ (#74) by @kbond
aeab194 [minor] fix phpstan (#74) by @kbond
4351585 [feature] add ability to "use" profile data collectors (#74) by @kbond
6f5c0a3 [feature] add ability to "use" CookieJar (#74) by @kbond
3c16d6e [feature] Add BrowserKitBrowser::patch() (#72) by @KDederichs
d1dbfdb [minor] add static code analysis with phpstan (#69) by @kbond

Full Change List

v0.9.2

08 Feb 19:10
c976a53
Compare
Choose a tag to compare
v0.9.2 Pre-release
Pre-release

c976a53 [bug] Normalized test name matches int and string indexed data provider (#68) by @flohw

Full Change List

v0.9.1

19 Nov 19:21
aec83f9
Compare
Choose a tag to compare
v0.9.1 Pre-release
Pre-release

aec83f9 [minor] allow panther 2 by @kbond

Full Change List

v0.9.0

19 Nov 18:55
b153787
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release

b153787 [feature] add Symfony 6 support (#64) by @kbond
a4b8389 [doc] adjust HasBrowser example (ref: #63) by @kbond

Full Change List

v0.8.1

02 Nov 15:24
05736e9
Compare
Choose a tag to compare
v0.8.1 Pre-release
Pre-release

05736e9 [minor] allow setting server parameters to kernel browser by @kbond
9bce254 [ci] use reusable workflows (#61) by @kbond

Full Change List

v0.8.0

02 Oct 21:14
d555ce8
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

d555ce8 [feature] allow Browser::click() to work with css selectors (#60) by @Nyholm
db95a42 [minor] add Symfony 5.4 to CI matrix (#58) by @kbond
7d322e6 [minor] use zenstruck/assert for assertions instead of phpunit (#49) by @kbond

Full Change List

v0.7.1

31 Aug 16:04
3a787a5
Compare
Choose a tag to compare
v0.7.1 Pre-release
Pre-release
  • bff29aa [bug] fix clicking button with no "type" (Kevin Bond)
  • d747a5d [minor] disable dev ci (Kevin Bond)
  • b4deec0 [bug] fix form submission regression (closes #55) (Kevin Bond)

v0.7.0

24 Aug 12:57
34b55fa
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release
  • 34b55fa [feature] add ability to attach multiple files (#53) (Kevin Bond)
  • 4739145 [minor] add test for submitting form with different submit button values (#54) (Kevin Bond)
  • 12c6d5c [feature] add ability to "use" dom crawler (#50) (Kevin Bond)

v0.6.0

04 Aug 15:04
50798f7
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release
  • 50798f7 [feature] add Browser::selectField() as an alias for... (#48) (Kevin Bond)
  • 50798f7 [bug] allow Browser::checkField() to work with radios (#48) (Kevin Bond)
  • 2b63095 [bug] fix HttpOptions query/parameters (#45) (Kevin Bond)