Skip to content

Latest commit

 

History

History
69 lines (31 loc) · 3.14 KB

CHANGELOG.md

File metadata and controls

69 lines (31 loc) · 3.14 KB

Changelog

0.4.3 (2023-09-17)

Bug Fixes

  • Simplify TEST_EXTENSIONS null/undefined check (#84) (aa92fcb)
  • Use 'node:' protocol in imports (#86) (850eb7b)

0.4.2 (2023-07-23)

Bug Fixes

  • deps: update dependency yargs to v17.7.2 (#35) (0350ce0)

Miscellaneous Chores

0.4.1 (2023-03-19)

Bug Fixes

  • Don't recurse into node_modules unless explicitly requested (#54) (c51fe5f)
  • Update 'yargs' and provide command handler (#51) (ceced17)

0.4.0 (2023-03-17)

Features

  • Support additional test-related CLI flags (#45) (756c457)

Bug Fixes

0.3.0 (2022-12-26)

Features

  • Implement support for watch mode (#32) (8914426)

0.2.0 (2022-09-22)

Features

  • Support custom extensions via env variable (#10) (8839f88)

0.1.1 (2022-07-29)

Miscellaneous Chores

  • Run build on prepack (fixes missing files in NPM package) (#5) (e24d20c)

0.1.0 (2022-07-29)

Features