Releases: Kesin11/ts-junit2json
Releases · Kesin11/ts-junit2json
v2.0.6
2.0.6 (2022-01-19)
Remove shipjs from package.json #130
It also fixes some Dependabot alerts.
v2.0.5
2.0.5 (2021-10-04)
Bug Fixes
- CLI does not work when no -f option (d5f13ec)
v2.0.4
2.0.4 (2021-10-02)
Bump dependencies
v2.0.3
2.0.3 (2021-05-19)
Bump dependencies to fix security vulnerability.
v2.0.2
2.0.2 (2021-01-17)
Bug Fixes
v2.0.1
2.0.1 (2020-10-07)
Bump dependencies to fix security vulnerability.
- npm audit fix (977bd8c)
- bump node-fetch from 2.6.0 to 2.6.1 #28
v2.0.0
2.0.0 (2020-07-13)
Features
- Remove parseWithOptions() (25be28b)
- Support XML that has not testsuites tag (3dce88e)
BREAKING CHANGES
- parse() will return
Promise<TestSuites> | Promise<TestSuite>
type now
- Fix parse() accepting xml2jsOptions
v1.0.2
1.0.2 (2020-06-09)
Bug Fixes
- Fix: bugfix @types/xml2js type error when import junit2json with TypeScript (285eb8)
v1.0.0
1.0.0 (2020-05-13)
Features