Skip to content

Releases: avajs/typescript

v4.1.0

30 Jun 20:09
4ce6669
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.1.0

v4.0.0

12 Mar 17:11
e0a5cf0
Compare
Choose a tag to compare

What's Changed

  • Support additional extensions and other modernizations by @novemberborn in #45

Full Changelog: v3.0.1...v4.0.0

v3.0.1

16 Nov 17:15
34da7bf
Compare
Choose a tag to compare

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

02 Nov 19:41
v3.0.0
a3b205a
Compare
Choose a tag to compare

Requires AVA 4 and supports ES modules.

New Contributors

Full Changelog: v2.0.0...v3.0.0

2.0.0

12 Apr 08:36
v2.0.0
b6bc757
Compare
Choose a tag to compare
  • Add compile option 869760a. Support compilation using tsc before AVA runs tests. This is a breaking change. To retain the old behavior you must configure compile: false. Thanks @szmarczak!

  • Require at least AVA 3.2, update minimal Node.js versions de9c6f7

v1.1.1...v2.0.0

1.1.1

16 Feb 12:46
f622e6b
Compare
Choose a tag to compare

v1.1.0...v1.1.1

1.1.0

02 Feb 16:44
5f56fc2
Compare
Choose a tag to compare

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).

v1.0.0...v1.1.0

1.0.0

26 Jan 14:45
a5ea5ce
Compare
Choose a tag to compare

Initial rudimentary implementation of the TypeScript provider for AVA.