Releases: zenstruck/browser
Releases · zenstruck/browser
v0.7.0
v0.6.0
v0.5.2
v0.5.1
v0.5.0
- 038ee12 [bug] use response crawler for dumping elements (Kevin Bond)
- 256c9be [feature] add ability to "use" response (Kevin Bond)
- 5d36412 [feature] make Browser::response() public (Kevin Bond)
- 9351c6e [bug] mark failing tests as incomplete for later fix (Kevin Bond)
- ffea153 [bug] fix getting the title html tag in PantherBrowser (Kevin Bond)
- cab7a34 [bug] return null for JsonResponse::json() if content is empty (Kevin Bond)
- a82ed99 [feature] assertJson improvements: (Kevin Bond)
- 496aa54 [minor] add Symfony 5.3/5.4-dev to CI test matrix (#36) (Kevin Bond)
- 346305a [minor] update php-cs-fixer to v3 (Kevin Bond)
- e3ed8a4 [minor] fix symfony 5.3 deprecation (Kevin Bond)
- a4bd32a [minor] fix symfony 5.3 deprecation (Kevin Bond)
- 22da239 [minor] lock php-cs-fixer due to bug (Kevin Bond)
- 91ad135 [minor] adjust codecov threshold (Kevin Bond)
v0.4.0
v0.3.0
- e5d4a58 [minor] make HasBrowser::browser() protected (Kevin Bond)
- df4430d [BC BREAK] Split HasBrowser trait (#23) (Wouter J)
- ff32f91 [minor] remove Browser::create() (Kevin Bond)
- 27e6f4c [minor] test to ensure response headers/status dumped (Kevin Bond)
- 417c10b [minor] add XmlResponse (#26) (Kevin Bond)
- 3891204 [minor] remove mailer component/extension (#25) (Kevin Bond)
- c24db9b [minor] add missing test coverage (Kevin Bond)
- 6c9c071 [minor] remove unused method (Kevin Bond)
- a80d34a [minor] mark api final/internal as much as possible (Kevin Bond)
- 79e8130 [minor] allow passing of options to test browser factories (Kevin Bond)
- 5606a08 [minor] upgrade to panther 1.0 (Kevin Bond)
- 6442b09 [minor] use php-cs-fixer tool from shivammathur/setup-php (Kevin Bond)
- 0e5f6ec [minor] fix cs (Kevin Bond)
v0.2.0
- 785ca48 [minor] bump zenstruck/callback min version requirement (Kevin Bond)
- b3950b6 [minor] replace FunctionExecutor with zenstruck/callback (Kevin Bond)
- e1df6a9 [feature] ensure intercepting redirects when asserting redirected (Kevin Bond)
- 90cd98c [BC BREAK] rename "parameters" to "query" in HttpOptions (closes #19) (Kevin Bond)
- 14afbb4 [minor] remove ProfileAware (Kevin Bond)
- 027f7f9 [BC BREAK] change HttpOptions namespace (Kevin Bond)
- 8d02b43 [minor] merge core "extensions" into browsers (Kevin Bond)