Releases: avajs/typescript
v5.0.0
What's Changed
- Restrict compatibility to AVA 6 by @novemberborn in #54
- Include Node.js 21 in supported engines by @rien in #52
- Include Node.js 22 in supported engines by @lenovouser in #53
New Contributors
- @rien made their first contribution in #52
- @lenovouser made their first contribution in #53
Full Changelog: v4.1.0...v5.0.0
v4.1.0
What's Changed
- Support the new watch mode in AVA 6 by @novemberborn in #46
Full Changelog: v4.0.0...v4.1.0
v4.0.0
What's Changed
- Support additional extensions and other modernizations by @novemberborn in #45
Full Changelog: v3.0.1...v4.0.0
v3.0.1
What's Changed
- Correctly print version numbers when there is a mismatch by @crashmax-dev in #38
Full Changelog: v3.0.0...v3.0.1
v3.0.0
Requires AVA 4 and supports ES modules.
New Contributors
- @remotealex made their first contribution in #34
Full Changelog: v2.0.0...v3.0.0
2.0.0
-
Add
compile
option 869760a. Support compilation usingtsc
before AVA runs tests. This is a breaking change. To retain the old behavior you must configurecompile: false
. Thanks @szmarczak! -
Require at least AVA 3.2, update minimal Node.js versions de9c6f7
1.1.1
1.1.0
This release works best with AVA 3.2.0 or newer.
AVA's watch mode now ignores changes to your TypeScript source files, instead re-running test files after the build output has changed. Source maps in the build output no longer cause test re-runs either.
*.d.ts
files are now excluded from AVA's test file selection. The same goes for any file inside the build directories (the values of the rewritePaths
mapping).
1.0.0
Initial rudimentary implementation of the TypeScript provider for AVA.