Skip to content

Releases: japa/browser-client

Update dependencies

02 Apr 07:45
Compare
Choose a tag to compare
  • chore: update dependencies 6009f22

Full Changelog: v2.0.2...v2.0.3

Update dependencies

16 Dec 09:48
Compare
Choose a tag to compare
  • chore: update dependencies 619f352
  • ci: fix broken yml file reference 8c3b549

Full Changelog: v2.0.1...v2.0.2

Use tsup for bundling

06 Nov 09:54
Compare
Choose a tag to compare
  • chore: use tsup for bundling 7c97b72
  • chore: update dependencies a9fe69a

Full Changelog: v2.0.0...v2.0.1

Major release under latest tag

07 Oct 06:17
Compare
Choose a tag to compare
  • chore: publish under latest tag d626c20
  • chore: update dependencies f6c53ea

Full Changelog: v1.2.0...v2.0.0

Remove fs-extra

25 Sep 11:57
Compare
Choose a tag to compare
Remove fs-extra Pre-release
Pre-release
  • chore: update peer dependencies range 8460317
  • chore: remove fs-extra 060d199
  • chore: update dependencies 0707c49

Full Changelog: v2.0.0-3...v2.0.0-4

Fix - Remove traces before running suite tests

08 Jul 07:59
Compare
Choose a tag to compare
  • test: fix breaking tests 85579ce
  • fix: use current working directory for traces output 53f5347
  • fix: clean suite traces before running the tests 80c6d5c
  • chore: update dependencies 3174fa2

Full Changelog: v2.0.0-2...v2.0.0-3

Fix broken export for types submodule

05 Jul 05:06
Compare
Choose a tag to compare
Pre-release
  • fix: path to types export 2514435

Full Changelog: v2.0.0-1...v2.0.0-2

Breaking changes

05 Jul 04:51
Compare
Choose a tag to compare
Breaking changes Pre-release
Pre-release

Breaking changes

  • BasePageInteraction is not a promise anymore. You will have to call exec on the interaction instance to execute actions. This is done to make our codebases work with no-floating-promises ESLint rule.
  • Rename decoratorsCollection.toJSON to decoratorsCollection.toList.

Other changes

  • Page assertions do not rely on @japa/assert plugin anymore. It uses the assertion module of Node.js.

Commits

  • chore: update peer dependencies range b7ab7cd
  • ci: enable install-playwright-browsers when running tests ef7805e
  • ci: configure browsers before running tests 89b9f3c
  • docs(README): remove snyk badge and update tests badge URL c22d409
  • style: reorganize imports ecbc378
  • chore: do not publish source files fa59926
  • ci: use central workflows file 41bb418
  • refactor: re-organize codebase to be more maintainable 6146b04
  • refactor: make interactions non-promises and make page assertions independent of Japa assert plugin 138a78c

Full Changelog: v2.0.0-0...v2.0.0-1

Pre-release for v3

02 Jul 00:59
Compare
Choose a tag to compare
Pre-release for v3 Pre-release
Pre-release

Breaking Changes

  • Package is now esm only
  • Types are accessible from @japa/browser-client/types

Commits

  • style: remove unused import 52517c7
  • refactor: migrate to esm + new japa/runner d1b0c9b

v1.2.0...v2.0.0-0

Assertions methods now accepts locator instances

24 Feb 09:28
Compare
Choose a tag to compare
  • docs: update labels 0976504
  • docs(README): add gh label 6952895
  • docs(README): add usage docs d5c3e13
  • refactor: accept locator instance for assertions 3dab0fd

Full Changelog: v1.1.1...v1.2.0