Skip to content

Releases: TryAtSoftware/CleanTests

v1.2.0: .NET 10

Choose a tag to compare

@TonyTroeff TonyTroeff released this 05 Jun 20:25
00a7de3

What's Changed

Full Changelog: v1.1.1...v1.2.0

v1.1.1: Fix unfulfillable demands handling & Allow multiple `CleanUtility` attributes per class

Choose a tag to compare

@TonyTroeff TonyTroeff released this 05 Jun 19:35
cc27eb6

What's Changed

  • Fixed test case generation in cases of unfulfillable demands by @TonyTroeff in #89
  • Allow multiple [CleanUtility(...)] annotations per class by @TonyTroeff in #88

Full Changelog: v1.1.0...v1.1.1

v1.1.0: Implement outer demands

Choose a tag to compare

@TonyTroeff TonyTroeff released this 03 Sep 19:23
edfbe3b

What's Changed

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

v1.0.2: Fix issues with multi-layer dependencies

Choose a tag to compare

@TonyTroeff TonyTroeff released this 19 Jun 13:51
520487e

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1: Upgraded `TryAtSoftware.*` packages to latest

Choose a tag to compare

@TonyTroeff TonyTroeff released this 16 Jun 08:25
f617976

What's Changed

  • Upgraded the TryAtSoftware.* packages to latest by @TonyTroeff in #64

Full Changelog: v1.0.0...v1.0.1

v1.0.0: Initial release

Choose a tag to compare

@TonyTroeff TonyTroeff released this 14 Jun 12:44
fdb00bd

This is the initial release of TryAtSoftware.CleanTests! 🎉

This version of the packages introduces its core features:

  • Generation and execution of automated test cases
  • Dependencies management
  • Conditional combinability
  • Inversion of control
  • Context sharing
  • Generic tests
  • Exposed mechanisms to configure the generation and execution processes

Full Changelog: https://github.com/TryAtSoftware/CleanTests/commits/v1.0.0