Skip to content

Releases: Hargne/jest-html-reporter

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

v3.4.2

01 Dec 13:21
f92d1e6
Compare
Choose a tag to compare

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

v3.4.1

28 May 07:45
255570f
Compare
Choose a tag to compare

Features & Fixes

  • Upgraded jest peer dependency to 27.x.x
    Fixes #128