Releases: connectrpc/connect-playwright-es
v0.5.0
v0.4.0
What's Changed
This release updates to protobuf-es v2, and to connect-es v2. Note that this release requires a pre-release version of connect-es.
Please continue to use v0.3.2 if you don't want to switch to v2 of protobuf-es and connect-es yet.
Full Changelog: v0.3.2...v0.4.0
v0.3.2
v0.3.1
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
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
What's Changed
- Make playwright a peer dep by @paul-sachs in #5
New Contributors
- @paul-sachs made their first contribution in #5
Full Changelog: v0.1.0...v0.2.0
v0.1.0
This is the initial release of @connectrpc/connect-playwright, which is a package providing useful utilities for testing Connect-ES applications using Playwright.