Skip to content

Releases: crane-valley/NextUnit

v1.6.2

20 Dec 04:37
fa0ed6f

Choose a tag to compare

What's Changed

  • Implement advanced filtering and rich failure messages by @Copilot in #58

Full Changelog: v1.6.1...v1.6.2

v1.6.1

15 Dec 02:20
4231268

Choose a tag to compare

What's Changed

  • Centralize version and package metadata in Directory.Build.props by @Copilot in #49
  • ci(deps): bump actions/download-artifact from 5 to 7 by @dependabot[bot] in #50
  • ci(deps): bump DavidAnson/markdownlint-cli2-action from 21 to 22 by @dependabot[bot] in #51
  • ci(deps): bump actions/github-script from 7 to 8 by @dependabot[bot] in #52
  • deps: Bump BenchmarkDotNet and BenchmarkDotNet.Diagnostics.Windows by @dependabot[bot] in #54
  • deps: Bump NextUnit from 1.5.0 to 1.6.0 by @dependabot[bot] in #55
  • Release v1.6.1: Package configuration and release process documentation by @Copilot in #56

Full Changelog: v1.6.0...v1.6.1

v1.6.0

14 Dec 14:27
d2ba355

Choose a tag to compare

What's Changed

  • Consolidate overlapping csproj files by @Copilot in #44
  • Auto-build missing test executables in benchmark GlobalSetup and fix NextUnit filter compatibility by @Copilot in #45
  • Update PLANS.md: Reflect completed speed-comparison system and establish forward roadmap by @Copilot in #46
  • Implement Priority 1.1: Enhanced Assertions (v1.6.0) by @Copilot in #47
  • Release v1.6.0: Update version references across project files and documentation by @Copilot in #48

Full Changelog: v1.5.0...v1.6.0

v1.5.0

10 Dec 07:38
9bfe143

Choose a tag to compare

What's Changed

  • Clean up outdated Markdown documentation by @Copilot in #36
  • ci: Remove checks for non-existent documentation files by @Copilot in #37
  • Update solution structure and folder names by @kiyoaki in #38
  • Rename benchmark methods and refactor field names by @kiyoaki in #39
  • Add cross-framework speed comparison benchmarking system by @Copilot in #40
  • Revise benchmark results and add detailed metrics by @kiyoaki in #41
  • Add BenchmarkDotNet-based benchmarking with unified test architecture by @Copilot in #42
  • Add predicate-based collection assertion overloads for xUnit compatibility by @Copilot in #43

Full Changelog: v1.4.0...v1.5.0

v1.4.0

10 Dec 02:18
aec5524

Choose a tag to compare

What's Changed

  • Remove dotnet test support by @Copilot in #35
  • v1.4 - Performance Benchmarks and Optimizations by @Copilot in #34

Full Changelog: v1.3.1...v1.4.0

v1.3.1

09 Dec 15:40
fff376f

Choose a tag to compare

What's Changed

  • Release NextUnit v1.3.1 with dotnet test support and MSBuild integration by @Copilot in #33

Full Changelog: v1.3.0...v1.3.1

v1.3.0

09 Dec 00:48
760a6f3

Choose a tag to compare

What's Changed

  • Implement v1.3: Test output capture with ITestOutput interface by @Copilot in #32

Full Changelog: v1.2.1...v1.3.0

v1.2.1

08 Dec 12:41
b5b7763

Choose a tag to compare

What's Changed

  • Update nightly workflow to use .NET 10 only by @kiyoaki in #22
  • Simplify NextUnit sample tests run command by @kiyoaki in #23
  • Update documentation for auto-generated Program.cs entry point by @Copilot in #27
  • Add test coverage for auto-generated entry point by @Copilot in #25
  • ci(deps): bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #29
  • Add nightly build badge to README by @kiyoaki in #30
  • Fix syntax error in EntryPointGeneratorTests causing build failure by @Copilot in #31
  • Add auto-generated entry point for test projects by @kiyoaki in #24

Full Changelog: v1.2.0...v1.2.1

v1.2.0

07 Dec 02:20
a4ffe38

Choose a tag to compare

What's Changed

  • Add new GitHub workflow and setup files to solution by @kiyoaki in #14
  • Add Dependabot configuration for NuGet and GitHub Actions by @Copilot in #13
  • ci(deps): bump actions/setup-dotnet from 4 to 5 by @dependabot[bot] in #15
  • ci(deps): bump DavidAnson/markdownlint-cli2-action from 18 to 21 by @dependabot[bot] in #16
  • ci(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #17
  • deps: Bump the microsoft-codeanalysis group with 1 update by @dependabot[bot] in #19
  • deps: Bump Microsoft.NET.Test.Sdk from 17.14.1 to 18.0.1 by @dependabot[bot] in #20
  • Add explicit permissions to workflow files to enforce least privilege by @Copilot in #18
  • Implement v1.2: CLI filtering and session-scoped lifecycle by @Copilot in #21

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

06 Dec 12:08
b2a4c20

Choose a tag to compare

What's Changed

  • Update NUGET_README.md by @kiyoaki in #12
  • Implement category and tag filtering for test organization (v1.1.0) by @Copilot in #8

Full Changelog: v1.0.2...v1.1.0