Skip to content

Releases: Kesin11/ts-junit2json

v2.0.6

19 Jan 13:45
760b2db
Compare
Choose a tag to compare

2.0.6 (2022-01-19)

Remove shipjs from package.json #130

It also fixes some Dependabot alerts.

v2.0.5

04 Oct 13:59
e12a0de
Compare
Choose a tag to compare

2.0.5 (2021-10-04)

Bug Fixes

  • CLI does not work when no -f option (d5f13ec)

v2.0.4

02 Oct 13:56
f4559bb
Compare
Choose a tag to compare

2.0.4 (2021-10-02)

Bump dependencies

v2.0.3

19 May 14:32
3c1f719
Compare
Choose a tag to compare

2.0.3 (2021-05-19)

Bump dependencies to fix security vulnerability.

v2.0.2

17 Jan 07:46
8880ce4
Compare
Choose a tag to compare

2.0.2 (2021-01-17)

Bug Fixes

v2.0.1

07 Oct 14:08
85a52a1
Compare
Choose a tag to compare

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

13 Jul 00:52
8d2aad0
Compare
Choose a tag to compare

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

09 Jun 14:44
7cd70ea
Compare
Choose a tag to compare

1.0.2 (2020-06-09)

Bug Fixes

  • Fix: bugfix @types/xml2js type error when import junit2json with TypeScript (285eb8)

v1.0.1

13 May 11:24
b895ad8
Compare
Choose a tag to compare

1.0.1 (2020-05-13)

v1.0.0

13 May 10:50
1585677
Compare
Choose a tag to compare

1.0.0 (2020-05-13)

Features