Skip to content

Latest commit

 

History

History
153 lines (97 loc) · 4.61 KB

File metadata and controls

153 lines (97 loc) · 4.61 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

2.4.1.19 - 2026-03-04

2.4.0.18 - 2025-12-27

Fixed

  • Bug with deployment (#226)
  • Made sure that parity exists between V2 and V3 attributes (#202)
  • Add Services to V2 (#202)
  • Fix naming issue with DatabaseTests in V3 (#202)
  • Fix naming issue with IntegrationTests in V3 (#202)
  • Fix naming issue with SnapshotTests in V3 (#202)
  • Release creation permissions (#232)

2.3.3.16 - 2025-12-26

2.3.2.15 - 2025-11-21

2.3.1.13 - 2025-09-30

2.3.0.12 - 2025-08-20

2.2.1.11 - 2025-06-23

Fixed

  • Fixed dependabot grouping for xunit.v3.extensibility packages (#156)

Changed

  • Migrated from thomaseizinger/keep-a-changelog-new-release to baynezy/ChangeLogger.Action (#158)

2.2.0.10 - 2025-05-27

Added

  • Added netstandard2.0 target to Xunit.OpenCategories.V3 package for compatibility with legacy systems

Changed

  • Updated GitHub Actions workflow to run tests for branches with copilot/ prefix in addition to feature/ prefix
  • Upgraded AwesomeAssertions package from 8.2.0 to 9.0.0 in test projects and updated namespace from FluentAssertions to AwesomeAssertions

2.1.1.9 - 2025-04-21

Fixed

  • Bug where Components attribute was not adding the correct traits
  • Bug where Services attribute was not adding the correct traits

2.1.0.8 - 2025-03-18

Added

  • Added Services attribute

2.0.0.7 - 2025-03-18

Added

  • Upgraded to .NET 8.0
  • Migrated to xUnit v3
  • Concurrently support xUnit v2 and v3

Fixed

  • Issue with PR builds not running properly due to not being able to check out the fork

1.2.0.5 - 2025-01-01

Added

  • Added Components attribute
  • Feature branches now publish a beta package to GitHub Packages

Fixed

  • Fixed the issue with CI not running properly for PRs from forks
  • Removed unnecessary spaced from attribute names in README
  • Fixed possible multiple enumeration issue in test

1.1.0.4 - 2024-09-22

Added

  • Added Component attribute
  • Improved descriptions for attributes
  • Add additional testing for discoverers

1.0.4.5 - 2024-09-18

Fixed

  • Fixed issue with discoverers not being found in some cases

1.0.3.3 - 2024-09-10

Changed

  • Split tests to be single file per attribute for readability
  • Reduce duplicate code for discoverers

1.0.2.2 - 2024-09-10

Added

  • README.md for NuGet.Org page

1.0.1.2 - 2024-09-10

Fixes

  • Documentation generation

1.0.0.1 - 2024-09-10

Added

  • Forked from Xunit.Categories
  • Renamed to Xunit.OpenCategories
  • Converted to GitFlow
  • Added a changelog
  • Modified to use custom GA workflows
  • Published to NuGet