Releases: ecoAPM/xunit.ts
2.0.0
1.4.0
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
Adds support for Parcel v2
1.3.1
Adds support for Rollup v3
1.3.0
Adds support for Webpack as a compiler/bundler
1.2.2
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
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
- Abstract TestSuite and empty files crashes xunit by @filiptypjeu in #328
New Contributors
- @filiptypjeu made their first contribution in #328
Full Changelog: 1.1.0...1.2.1
1.1.0
Added the ability to filter which tests run with the -f / --filter
flag
Full Changelog: 1.0.3...1.1.0
1.0.3
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
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