Skip to content

Latest commit

 

History

History
86 lines (73 loc) · 5.93 KB

CHANGELOG.md

File metadata and controls

86 lines (73 loc) · 5.93 KB

Changelog

1.8.0

  • Add SwiftXunitParser class based on JavaJunitParser for swift-xunit reporter dorny#317
  • Use NodeJS 18 LTS as default runtime dorny#332
  • Escape <> characters in suite name dorny#236
  • Update actions runtime to Node20 dorny#315
  • Update check title and remove icon dorny#144

1.7.0

  • Fix #199: Use ✅ instead of ✔️ for better cross platform look by @petrdvorak in dorny#200
  • Verify content of dist/ folder matches build output by @dorny in dorny#207
  • Gracefully handle empty nested testsuite elements for JUnit. by @rvdlaarschot in dorny#193
  • Gracefully handle empty failure tags by @haudren-woven in dorny#213
  • Fix #208 - java-junit: show annotations on PR changed files by @atsu85 in dorny#209
  • Only report failure if fail-on-error is set by @trond-snekvik in dorny#214
  • Improve clarity on configuring for forkable repos by @abelbraaksma in dorny#211
  • Suppress "Processing test results from" log by @vasanthdharmaraj in dorny#179
  • Skip listing of files if error parsing is disabled by @dorny in dorny#216
  • Correct typo in docs by @tangowithfoxtrot in dorny#254
  • update dependencies by @j-catania in dorny#269
  • Add permissions to example yml files by @TurnrDev in dorny#263
  • add feature fail-on-empty by @gdams in dorny#243
  • Add dependabot configuration by @yeikel in dorny#228
  • Bump ws from 7.3.1 to 7.5.9 in /reports/jest by @dependabot in dorny#265
  • Bump actions/checkout from 2 to 4 by @dependabot in dorny#279
  • Add new output for url url html by @luisito666 in dorny#242
  • Update README.md by @IanMoroney in dorny#158
  • Update jest-Junit part of Readme by @ryancasburn-KAI in dorny#176
  • fix: default-valued fields are not mandatory by @TomerFi in dorny#172
  • Bump ansi-regex from 4.1.0 to 4.1.1 in /reports/jest by @dependabot in dorny#278
  • Bump decode-uri-component from 0.2.0 to 0.2.2 in /reports/jest by @dependabot in dorny#276
  • Bump minimist from 1.2.5 to 1.2.8 in /reports/jest by @dependabot in dorny#275
  • Bump qs from 6.5.2 to 6.5.3 in /reports/jest by @dependabot in dorny#272
  • Bump json5 from 2.1.3 to 2.2.3 in /reports/jest by @dependabot in dorny#271
  • Bump ansi-regex from 3.0.0 to 3.0.1 in /reports/mocha by @dependabot in dorny#270
  • declare 'url' and 'url_html' as action outputs by @micha-one in dorny#287
  • Avoid split on undefined by @cazou in dorny#258

v1.6.0

v1.5.0

v1.4.3

v1.4.2

v1.4.1

v1.4.0

v1.3.1

v1.3.0

v1.2.0

v1.1.0

v1.0.0

Supported languages / frameworks:

  • .NET / xUnit / NUnit / MSTest
  • Dart / test
  • Flutter / test
  • JavaScript / JEST