Skip to content

Releases: Hargne/jest-html-reporter

v4.0.1

11 Feb 17:40
ba82b24
Compare
Choose a tag to compare

🐞 Fixes

  • Fixed issue when looking for configuration inside package.json (fixes #192 )

Full Changelog: 4.0.0...4.0.1

v4.0.0

10 Feb 22:08
fdd512f
Compare
Choose a tag to compare

⚠️ Breaking Changes

  • The environment variable for statusIgnoreFilter has changed from JEST_HTML_REPORTER_STATUS_FILTER -> JEST_HTML_REPORTER_STATUS_IGNORE_FILTER to follow the pattern.

🚀 New Features / Improvements

  • Added customizable status sort order:"sort": "status:failed,passed,pending" (fixes #178 )
  • Improved accessibility for test report HTML
  • Appropriate HTML elements (main, section, details etc.) are now used instead of using div

🐞 Fixes

  • Revised configuration options in README and fixed incorrect default value for pageTitle ("Test Suite" -> "Test Report")
  • Set minimum viable Node version to >= 14

🧹 Chores

  • Upgraded Rollup v2 -> v4
  • Upgraded Typescript v4 -> v5
  • Removed Babel
  • Replaced tslint with eslint and fixed linting errors
  • Broke out utility methods to improve readability and testability
  • Moved tests to lie next to the file it is testing
  • Reworked Github workflow where the project is installed and run on various node versions against targeted Jest versions. These additional checks adds another chance to catch environmentally-specific bugs when releasing new features and fixes.
  • Removed multiple unused files

Full Changelog: 3.10.2...4.0.0

v3.10.2

21 Aug 13:24
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.10.0...3.10.2

v3.10.0

25 May 18:10
3a1afec
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.9.0...3.10.0

v3.9.0

03 May 10:40
Compare
Choose a tag to compare

What's Changed

  • Added includeStackTrace configuration option (#161)

Full Changelog: 3.8.0...3.9.0

v3.8.0

20 Apr 22:10
84d98d7
Compare
Choose a tag to compare

What's Changed

  • Fixed issue where if append config option was set to true, only the outer html-tag would be stripped ultimately resulting in duplicated body/script/css-tags.
  • Updated tests accordingly
  • Breaking Change: Changed wrapper div with id #jesthtml-content to class: .jesthtml-content

v3.7.1

18 Mar 09:48
fe94d06
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.7.0...3.7.1

v3.7.0

11 Sep 09:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.6.0...3.7.0

v3.6.0

16 Jul 18:38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.5.0...3.6.0

v3.5.0

27 Apr 10:54
1796683
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.4.2...3.5.0