Skip to content

Releases: tasshi-me/jest-md-dashboard

jest-md-dashboard: v0.8.0

26 Feb 11:01
f25223e
Compare
Choose a tag to compare

0.8.0 (2024-02-26)

⚠ BREAKING CHANGES

  • drop Node 14 and 16 support (#469)

Bug Fixes

  • deps: update dependency typescript to v5 (#289) (4d513f7)

Miscellaneous Chores

jest-md-dashboard: v0.7.2

11 Jan 01:17
dce0f23
Compare
Choose a tag to compare

0.7.2 (2023-01-11)

Bug Fixes

  • deps: Bump json5 from 1.0.1 to 1.0.2 (#260) (0ea87ca)

jest-md-dashboard: v0.7.1

08 Sep 09:27
ed6e733
Compare
Choose a tag to compare

0.7.1 (2022-09-08)

Bug Fixes

  • deps: update dependency isomorphic-git to ^1.19.2 (#88) (206b384)
  • deps: update dependency isomorphic-git to ^1.19.3 (#99) (ea6f642)
  • deps: update dependency isomorphic-git to ^1.21.0 (#101) (c9bbcc3)

jest-md-dashboard: v0.7.0

17 Aug 06:36
bdd5bf4
Compare
Choose a tag to compare

0.7.0 (2022-08-16)

Features

  • sort test results alphabetically by file path (#68) (051e9e2)

Bug Fixes

  • deps: update dependency isomorphic-git to ^1.19.1 (#58) (9ce3564)
  • make sort order of test result ascending (#83) (cbb5475)

jest-md-dashboard: v0.6.1

08 Jul 07:42
4b2be86
Compare
Choose a tag to compare

0.6.1 (2022-07-08)

Documentation

  • add example to README.md (e2cd19e)

jest-md-dashboard: v0.6.0

03 Jul 18:55
e26dce0
Compare
Choose a tag to compare

0.6.0 (2022-07-03)

Features

  • show summary for each test files (7996c7e)
  • show the status icon for ancestors. (a7550f8)
  • show the status icon for each test. (59f9613)

Bug Fixes

  • inherit silent from jest global config (d5876dd)

jest-md-dashboard: v0.5.0

03 Jul 16:54
0ecfece
Compare
Choose a tag to compare

0.5.0 (2022-07-03)

⚠ BREAKING CHANGES

  • remove permalink option and add permalinkBaseUrl (#37)
  • output to file by default (#34)

Features

  • output to file by default (#34) (ed723bf)
  • remove permalink option and add permalinkBaseUrl (#37) (a9fdceb)

Bug Fixes

  • change default dashboard title (dc5d2cd)

jest-md-dashboard: v0.4.0

29 Jun 18:31
53ed57e
Compare
Choose a tag to compare

0.4.0 (2022-06-29)

Features

Bug Fixes

  • use config.rootDir to generate file path (ec74a88)

jest-md-dashboard: v0.3.1

28 Jun 03:33
2273122
Compare
Choose a tag to compare

0.3.1 (2022-06-28)

Bug Fixes

  • show outputPath when file generated (7ff155f)

jest-md-dashboard: v0.3.0

27 Jun 11:07
b350cf0
Compare
Choose a tag to compare

0.3.0 (2022-06-27)

⚠ BREAKING CHANGES

  • convert to pure ESM package (#11)

Miscellaneous Chores