Releases: TryAtSoftware/CleanTests
Releases · TryAtSoftware/CleanTests
v1.1.0: Implement outer demands
What's Changed
- Caching construction graphs in order to improve performance by @TonyTroeff in #72
- Outer demands by @TonyTroeff in #73
- Encapsulate components by restricting their access modifier by @TonyTroeff in #77
- Add support for .NET 9 by @TonyTroeff in #80
Full Changelog: v1.0.2...v1.1.0
v1.0.2: Fix issues with multi-layer dependencies
What's Changed
- Fix issues with multi-layer dependencies by @TonyTroeff in #66
Full Changelog: v1.0.1...v1.0.2
v1.0.1: Upgraded `TryAtSoftware.*` packages to latest
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
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