Skip to content

Releases: japa/runner

Update dependencies

07 Sep 10:36
Compare
Choose a tag to compare
  • chore: remove github health files in favor of central .github repo 2cd7e8d
  • chore: update dependencies a6ab2df

Full Changelog: v2.1.1...v2.1.2

Fix for v2.1.0

02 Sep 23:56
Compare
Choose a tag to compare
  • fix: remove package.json import as it breaks with compiled code 40929c5

v2.1.0...v2.1.1

Improvements to the filtering layer and help screen

02 Sep 23:42
Compare
Choose a tag to compare

Improvements to filtering layer

This release improves the filtering layer when --files flag is specified. Earlier all suites were registered regardless of which files were imported. After this release, if --files filter is applied, then only the suites with the selected files will be registered with the runner.

Adding -help screen

@Julien-R44 has added support to show the CLI help screen when using the -h flag.

Commits

  • chore(package): update dependencies 476edb6
  • refactor: consider the --files filter before registering suites 784bc37
  • chore(package): update dependencies d6acdbe
  • fix: share active group with test to not run lone tests with group filter de037ac
  • chore: update dependencies 8634256
  • feat: add -h flag that display help (#22) 99b4661
  • docs(README): update sponsors image source 8883162
  • docs(README): add sponsors be7573b

v2.0.9...v2.1.0

What's Changed

Full Changelog: v2.0.9...v2.1.0

Update dependencies

06 Jun 05:17
Compare
Choose a tag to compare
  • chore: update dependencies e1d24ff
  • chore: update dependencies 52b452c

v2.0.8...v2.0.9

Bug fix where suite.configure wasn't able to define group hooks

17 May 06:50
Compare
Choose a tag to compare
  • fix: add group to the suite before calling the group callback dd54583
  • chore: update dependencies 8ab0d56

v2.0.7...v2.0.8

Update dependencies

08 Apr 04:00
Compare
Choose a tag to compare
  • chore: update dependencies 3673781

v2.0.6...v2.0.7

Bug fixes and update dependencies

02 Apr 03:36
Compare
Choose a tag to compare
  • fix: define the "tags" property on filters before calling push 04e510a
  • feat: add support for defining cwd 51e74e0
  • chore: update dependencies 78eac4a
  • chore: update dependencies 9e528e3

v2.0.5...v2.0.6

Convert file path to URL only for the default importer implementation

23 Mar 07:34
Compare
Choose a tag to compare
  • fix: do not convert file path to url when custom importer is used 73701cb

v2.0.4...v2.0.5

Bug fix ESM import for windows

23 Mar 07:15
Compare
Choose a tag to compare
  • chore: update dependencies 3d1673e
  • fix: import error when using ESM and windows (#2) bdd71d6

v2.0.3...v2.0.4

Export Suite and Runner classes

06 Mar 04:16
Compare
Choose a tag to compare
  • feat: export Suite and Runner classes c255fbd

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