Skip to content

Commit

Permalink
feat: use regex parser (#93)
Browse files Browse the repository at this point in the history
* Bump logger to use regex parser

* Point changelog to the github releases page

* Update changelog
  • Loading branch information
Siphonophora authored Jun 26, 2022
1 parent e8890a5 commit d62f01a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,20 @@

## Unreleased (v3.1.x)

* Update core testlogger to 3.0.54 for nunit test adapter
* 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
* Fix: Test case parse error if name contains special characters. See
* 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](https://github.com/spekt/testlogger/wiki/Logger-Configuration) 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.
https://github.com/spekt/testlogger/issues/28
* Fix: Log member data. Thanks @BottlecapDave for the issue report and @hach-que for the draft fix.
https://github.com/spekt/junit.testlogger/issues/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

Expand Down
2 changes: 1 addition & 1 deletion scripts/dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<MSTestVersion>1.3.2</MSTestVersion>
<NETTestSdkVersion>15.7.2</NETTestSdkVersion>
<MoqVersion>4.9.0</MoqVersion>
<TestLoggerVersion>3.0.54</TestLoggerVersion>
<TestLoggerVersion>3.0.78</TestLoggerVersion>

<!-- Test Assets use the minimum supported versions -->
<NETTestSdkMinimumVersion>15.0.0</NETTestSdkMinimumVersion>
Expand Down

0 comments on commit d62f01a

Please sign in to comment.