Skip to content

Releases: zenstruck/browser

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)

v0.5.2

09 Jul 14:04
ecbb08b
Compare
Choose a tag to compare
v0.5.2 Pre-release
Pre-release
  • ecbb08b [bug] allow custom json/ajax headers for HttpOptions (#44) (Kevin Bond)
  • 05110a1 [doc] Fix: Typo (#43) (Oskar Stark)

v0.5.1

06 Jul 01:49
d765024
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release
  • d765024 [minor] prevent attaching file that doesn't exist (#42) (Oskar Stark)
  • 91d62d3 [minor] Xml/HtmlResponse::dump($selector) now dumps outer html (#40) (Kevin Bond)
  • 8aa29da [minor] disable codecov pr annotations (Kevin Bond)

v0.5.0

15 Jun 19:55
f02a91d
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release
  • 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

27 Feb 16:08
a3460a5
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release
  • a3460a5 Revert most of "[feature] Split HasBrowser trait (#23)" (#32) (Wouter J)
  • 4b8d902 [minor] remove internal flag from BrowserKitBrowser::inner() (Kevin Bond)

v0.3.0

27 Feb 13:24
e5d4a58
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
  • 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

15 Jan 15:16
785ca48
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • 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)

v0.1.0

05 Jan 18:12
bfdb67a
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
[minor] update symfony/panther dependency