Releases: Hargne/jest-html-reporter
Releases · Hargne/jest-html-reporter
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
v3.4.2
What's Changed
- Added A sanitize helper method to prevent invalid XML characters to break the script
- Upgraded
strip-ansi
Full Changelog: 3.4.1...3.4.2