Skip to content

Releases: erikbra/smink

0.4.0

22 Apr 20:08
Compare
Choose a tag to compare

Environment

  • Add support for xUnit logger's "Environment" parameter

Other stuff that's Changed

  • Update NUnit requirement from 3.13.* to 4.0.* by @dependabot in #41
  • Bump Microsoft.Extensions.Logging from 8.0.0-rc.1.23419.4 to 8.0.0 by @dependabot in #40
  • Update xunit requirement from 2.5.* to 2.6.* by @dependabot in #36
  • Bump Microsoft.AspNetCore.Components.Web and Microsoft.AspNetCore.Components by @dependabot in #44
  • Bump actions/setup-dotnet from 3 to 4 by @dependabot in #42
  • Bump actions/upload-artifact from 3 to 4 by @dependabot in #43
  • Bump coverlet.collector from 6.0.0 to 6.0.1 by @dependabot in #47
  • Bump gittools/actions from 0.10.2 to 0.13.2 by @dependabot in #49
  • Bump gittools/actions from 0.13.2 to 1.0.0 by @dependabot in #51
  • Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.9.0 by @dependabot in #46
  • Bump Microsoft.AspNetCore.Components from 8.0.2 to 8.0.3 by @dependabot in #52
  • Bump coverlet.collector from 6.0.1 to 6.0.2 by @dependabot in #53
  • Bump gittools/actions from 1.0.0 to 1.1.1 by @dependabot in #54
  • Bump Microsoft.AspNetCore.Components.Web from 8.0.2 to 8.0.3 by @dependabot in #55
  • Bump Microsoft.AspNetCore.Components from 8.0.3 to 8.0.4 by @dependabot in #57
  • Bump Microsoft.AspNetCore.Components.Web from 8.0.3 to 8.0.4 by @dependabot in #58

Full Changelog: 0.3.0...0.4.0

Release 0.3.0

08 Oct 16:08
2599e9a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.3.0

0.2.0

16 Sep 17:20
bccb232
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.3...0.2.0

0.1.3

13 Aug 21:20
7c1de05
Compare
Choose a tag to compare

Add timestamp to test report

What's Changed

Full Changelog: 0.1.2...0.1.3

0.1.2 - First, minimal smink release

03 Aug 20:14
01387c5
Compare
Choose a tag to compare

Just getting it out in the wild. Only support xUnit test results format for now, and the generated HTML report isn't very pretty. But need to test it a bit more on real-world projects, to get some experience.

Please file bug reports, and, even better, create Pull Requests, and make suggestions for improvements. Is this something that you would find useful?