Skip to content

Releases: HylandSoftware/unit-test-reporter

v3.0.0

08 May 17:36
Compare
Choose a tag to compare

3.0.0 (2024-05-08)

Features

  • update all packages and runtime to node 20 (#253) (8e25aa3)

BREAKING CHANGES

  • updates the node runtime and a number of libraries. This should not have an impact downstream, as node16 was already deprecated and warning runners of impending breakage, but marking the update as breaking just in case.

v2.0.0

24 May 14:15
Compare
Choose a tag to compare

2.0.0 (2023-05-24)

Originally released as v1.2.3

Upgraded to 2.0.0 as the Node.JS version upgrade is a breaking change for any repositories which specifically install a Node.JS version < v16.

That can be done using the setup-node action.

For reference, see https://github.blog/changelog/2021-12-10-github-actions-github-hosted-runners-now-run-node-js-16-by-default/

No repositories had upgraded to 1.2.3: https://github.com/search?q=org%3AHylandSoftware+%22unit-test-reporter%40v1.2.3%22&type=code

image

Bug Fixes

v1.2.2

16 Aug 12:31
Compare
Choose a tag to compare

1.2.2 (2022-08-16)

Bug Fixes

v1.2.1

22 Jul 12:04
Compare
Choose a tag to compare

1.2.1 (2021-07-22)

Bug Fixes

  • fix report title not uploading correctly (#59) (535ba17)

v1.2.0

20 Jul 14:53
Compare
Choose a tag to compare

1.2.0 (2021-07-20)

Features

  • update deps to latest / fix breaking changes on update (#58) (6893fe5)

v1.1.1

06 Apr 17:57
Compare
Choose a tag to compare

1.1.1 (2021-04-06)

Bug Fixes

  • fix release pipeline to properly move major version tag (#12) (4a0fa09)

v1.1.0

19 Mar 13:43
Compare
Choose a tag to compare

1.1.0 (2021-03-19)

Features

  • add junit parsing, update to current styling / npm packages (#4) (c708d94)

v1.0.4

09 Mar 16:46
Compare
Choose a tag to compare

1.0.4 (2021-03-09)

Bug Fixes

  • fix major release tagging (f797f73)

v1.0.3

19 Jan 06:02
Compare
Choose a tag to compare

1.0.3 (2021-01-19)

Bug Fixes

v1.0.2

19 Jan 04:59
Compare
Choose a tag to compare

1.0.2 (2021-01-19)

Bug Fixes

  • fix trx non-error non-pass results (#2) (6ffc11c)