Releases: Hargne/jest-html-reporter
Releases · Hargne/jest-html-reporter
v4.0.1
v4.0.0
⚠️ 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 usingdiv
🐞 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
witheslint
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
What's Changed
- Adding npm install instructions to README by @shreypuranik in #167
- Bump semver from 5.7.1 to 5.7.2 by @dependabot in #168
- move @babel deps into devDependencies by @KatSick in #172
New Contributors
- @shreypuranik made their first contribution in #167
- @KatSick made their first contribution in #172
Full Changelog: 3.10.0...3.10.2
v3.10.0
v3.9.0
v3.8.0
What's Changed
- Fixed issue where if
append
config option was set totrue
, 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
What's Changed
- Bump json5 from 2.2.1 to 2.2.3 by @dependabot in #153
- Bumped typescript peer dependency to ^5.x by @StefanPuia in #157
Full Changelog: 3.7.0...3.7.1
v3.7.0
v3.6.0
What's Changed
- bump jest and peer deps to v28 by @StefanPuia in #149
New Contributors
- @StefanPuia made their first contribution in #149
Full Changelog: 3.5.0...3.6.0
v3.5.0
What's Changed
- Correct spelling mistakes by @LukasMac in #144
- Move a variety of packages from dependencies to devDependencies. by @altearius in #139
- Replace in boilerplate config value by @LukasMac in #143
- Fix Append Without Report Already Present by @MuckT in #145
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #141
- Fixed code smells in #147
New Contributors
- @LukasMac made their first contribution in #144
- @altearius made their first contribution in #139
- @MuckT made their first contribution in #145
Full Changelog: 3.4.2...3.5.0