Skip to content

Releases: connectrpc/connect-playwright-es

v0.3.2

24 Jan 22:19
24537b5
Compare
Choose a tag to compare

What's Fixed

  • Fix playwright exports and update to current Connect deps (#101) by @smaye81
  • Fix mocking of gRPC-web and Connect GET requests (#100) by @smaye81

Full Changelog: v0.3.1...v0.3.2

v0.3.1

06 Oct 17:17
477840e
Compare
Choose a tag to compare

What's Changed

  • Add ESM wrapper to avoid dual package hazard by @timostamm in #37

Full Changelog: v0.3.0...v0.3.1

v0.3.0

21 Aug 19:36
7f062a4
Compare
Choose a tag to compare

What's Changed

To keep Connect well-maintained and responsive to its users' needs over the long term, we're preparing to donate it to a foundation. (More details on that soon!) To cleanly separate Connect from Buf's other code, we're moving development to the connectrpc GitHub organization and to the connectrpc organization on npmjs.com.

This is the first release of @connectrpc/connect-playwright to use @connectrpc/connect.

If you have been using connect-playwright before, the best way to install the new version is:

  • Remove connect-playwright with npm remove @connectrpc/connect-playwright.
  • Update your dependencies to the latest version of the @bufbuild/connect packages.
  • Run npx @connectrpc/connect-migrate to switch to the @connectrpc/connect packages.
  • Re-install connect-playwright with npm install @connectrpc/connect-playwright.

If you have never used connect-playwright, give it a try with npm install @connectrpc/connect-playwright.

Full Changelog: v0.2.0...v0.3.0

v0.2.0

21 Aug 10:28
a4837be
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

15 Aug 16:08
55334a2
Compare
Choose a tag to compare

This is the initial release of @connectrpc/connect-playwright, which is a package providing useful utilities for testing Connect-ES applications using Playwright.