Skip to content

Latest commit

 

History

History
97 lines (71 loc) · 3.96 KB

CHANGELOG.md

File metadata and controls

97 lines (71 loc) · 3.96 KB

Changelog

Unreleased (v3.1.x)

v3.1.20 - 2024/02/10

v3.1.15 - 2023/07/06

  • Update core testlogger to 3.1.130
  • Support for test attachments for test cases. See #101 and #54
  • Fix for illegal xml characters in various names. See spekt/testlogger#37
  • Various infra fixes: move to net7.0, add github ci, and remove appveyor.

v3.0.131 - 2023/01/30

  • Update core testlogger to 3.0.86
  • Fix: issue with numeral parsing in test name parser. See spekt/testlogger#35

v3.0.127 - 2022/09/10

  • Update core testlogger to 3.0.78 for nunit test adapter
  • Fix: Explicit tests should be marked as Skipped. See https://github.com/spekt/nunit.testlogger/issues/86
  • Replace Test Case name parser Possible Breaking Change
    • For most or maybe all users the new parser should fix the issues shown below, without introducing new issues. In case you do encounter any new parsing failures a feature flag Parser=Legacy has been added to use the prior parser. See logger config wiki for details.
    • Fix: Test case parse error if name contains special characters. See https://github.com/spekt/nunit.testlogger/issues/90
    • Fix: Covers several parsing issues. Thanks @becha2 for all the detailed examples. spekt/testlogger#28
    • Fix: Log member data. Thanks @BottlecapDave for the issue report and @hach-que for the draft fix. spekt/junit.testlogger#50
    • Fix: Issue parsing chars. Thanks @binarycow for the issue report. https://github.com/spekt/nunit.testlogger/issues/90
    • Reduce log verbosity: The parser, if it encounters problems, will only output one warning per run to the console instead of one per problem

v3.0.117 - 2021/11/06

v3.0.107 - 2021/05/21

v3.0.97 - 2021/03/10

v3.0.91 - 2021/01/31

v2.1.80 - 2020/10/28

Thanks @Siphonophora and @KonH for their contributions to this release.

See https://github.com/spekt/nunit.testlogger/compare/v2.1.62..v2.1.80 for all changes included in this release.

v2.1.62 - 2020/05/09

See https://github.com/spekt/nunit.testlogger/compare/v2.1.41..v2.1.62 for details.

v2.1.41 - 2019/05/20