Skip to content

Releases: ecoAPM/xunit.ts

2.0.0

15 Jan 17:18
2.0.0
6563718
Compare
Choose a tag to compare
  • modernized compatible/supported runtimes and compilers
  • added assertions for regular expression matching on strings
  • fixed a bug where filtering tests to run may throw an exception

1.4.0

24 Mar 14:20
1.4.0
50c7556
Compare
Choose a tag to compare

Adds support for TypeScript v5 🎉!

This release also fixes a potential regular expression denial of service vulnerability for an unsupported scenario when xunit.ts is used as a library in a public web service and exposed to malicious actors

1.3.2

10 Mar 12:53
1.3.2
5da95a0
Compare
Choose a tag to compare

Adds support for Parcel v2

1.3.1

11 Oct 18:19
1.3.1
d0514e6
Compare
Choose a tag to compare

Adds support for Rollup v3

1.3.0

20 Jul 11:25
1.3.0
4a9accf
Compare
Choose a tag to compare

Adds support for Webpack as a compiler/bundler

1.2.2

05 Jul 17:24
1.2.2
5e94b47
Compare
Choose a tag to compare

This release broadens the supported versions of the Node.js runtime to include v14, 16, and 18.

Full Changelog: 1.2.1...1.2.2

1.2.1

09 Jun 18:35
1.2.1
d76ba3c
Compare
Choose a tag to compare

Fixed an issue where xunit will fail if an empty abstract class, or a file with no default export, is located within your tests directory (thanks, @filiptypjeu!)

What's Changed

New Contributors

Full Changelog: 1.1.0...1.2.1

1.1.0

22 Feb 20:14
1.1.0
7b829a2
Compare
Choose a tag to compare

Added the ability to filter which tests run with the -f / --filter flag

Full Changelog: 1.0.3...1.1.0

1.0.3

29 Dec 14:31
Compare
Choose a tag to compare

Moved typescript to a dev+peer dependency as intended, to minimize nested node_modules disk usage.

Full Changelog: 1.0.2...1.0.3

1.0.2

29 Nov 18:03
Compare
Choose a tag to compare

Fixed an issue where a failing InstanceOf assertion would dump the entire class description, rather than just the name of the class

Full Changelog: 1.0.1...1.0.2