Releases: thomhurst/TUnit
Releases · thomhurst/TUnit
1.5.53
What's Changed
Other Changes
- fix: casted enum array in arguments attribute causing source generator compilation failures by @thomhurst in #4066
Dependencies
- chore(deps): update dependency polyfill to 9.3.4 by @thomhurst in #4012
- chore(deps): update tunit to 1.5.48 by @thomhurst in #4063
- chore(deps): update react to v19.2.3 by @thomhurst in #4062
Full Changelog: v1.5.48...v1.5.53
1.5.48
What's Changed
Other Changes
- feat: add DisplayName property for dynamic tests by @thomhurst in #4058
Dependencies
- chore(deps): update react to v19.2.2 by @thomhurst in #4060
- chore(deps): update tunit to 1.5.42 by @thomhurst in #4046
- chore(deps): update actions/cache action to v5 by @thomhurst in #4061
Full Changelog: v1.5.42...v1.5.48
1.5.42
What's Changed
🏕 Changes
- feat: add DynamicTestIndex property for unique test ID generation in dynamic tests by @thomhurst in #4056
Full Changelog: v1.5.41...v1.5.42
1.5.41
What's Changed
🏕 Changes
- Fix documentation: TestContext.Dependencies.GetTests() is the correct public API by @Copilot in #4050
- feat: prevent side effects from non-IAsyncInitializer property getters during discovery by @thomhurst in #4054
Full Changelog: v1.5.37...v1.5.41
1.5.37
What's Changed
🏕 Changes
- fix: Collection.Count(lambda) returns a collection-type assertion builder for further collection assertion chaining by @thomhurst in #4043
👒 Dependencies
- chore(deps): update tunit to 1.5.35 by @thomhurst in #4042
Full Changelog: v1.5.35...v1.5.37
1.5.35
What's Changed
🏕 Changes
- feat: add Count method with inner assertion support for collections by @thomhurst in #4041
👒 Dependencies
- chore(deps): update tunit to 1.5.33 by @thomhurst in #4037
Full Changelog: v1.5.33...v1.5.35
1.5.33
What's Changed
🏕 Changes
- Add Skip.Test() documentation for dynamic test skipping by @Copilot in #4018
- Fix documentation to use --treenode-filter instead of unsupported --filter syntax by @Copilot in #4020
- fix IAsyncInitializer order when using nested property injection by @thomhurst in #4036
👒 Dependencies
- chore(deps): update actions/checkout action to v6 by @thomhurst in #3980
- chore(deps): bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /docs by @dependabot[bot] in #3963
- chore(deps): update tunit to 1.5.6 by @thomhurst in #3988
- chore(deps): update dependency fsharp.core to 10.0.101 by @thomhurst in #4021
- chore(deps): update dependency microsoft.entityframeworkcore to 10.0.1 by @thomhurst in #4022
- chore(deps): update dependency microsoft.extensions.dependencyinjection to 10.0.1 by @thomhurst in #4023
- chore(deps): update dependency microsoft.templateengine.authoring.cli to v10.0.101 by @thomhurst in #4024
- chore(deps): update dependency microsoft.templateengine.authoring.templateverifier to 10.0.101 by @thomhurst in #4025
- chore(deps): update dependency system.commandline to 2.0.1 by @thomhurst in #4026
- chore(deps): update dependency dotnet-sdk to v10.0.101 by @thomhurst in #4027
- chore(deps): update microsoft.aspnetcore to 10.0.1 by @thomhurst in #4028
- chore(deps): update peter-evans/create-pull-request action to v8 by @thomhurst in #4030
- chore(deps): update dependency polyfill to 9.3.2 by @thomhurst in #4013
- chore(deps): update actions/github-script action to v8 by @thomhurst in #3981
- chore(deps): update opentelemetry to 1.14.0 by @thomhurst in #3830
- chore(deps): update microsoft.extensions to 10.1.0 by @thomhurst in #4029
- chore(deps): update dependency polyfill to 9.3.4 by @thomhurst in #4035
Full Changelog: v1.5.6...v1.5.33
1.5.6
What's Changed
🏕 Changes
- refactor: Consolidate initialisation logic by @thomhurst in #4006
- feat: support class-level CombinedDataSources with static and method data sources by @thomhurst in #4007
- fix: improve exception messages for hook failures in HookExecutor by @thomhurst in #4008
👒 Dependencies
- chore(deps): update dependency nunit3testadapter to v6 by @thomhurst in #4004
Full Changelog: v1.5.1...v1.5.6
1.5.1
What's Changed
🏕 Changes
- fix: prevent IAsyncInitializer from running during test discovery when using InstanceMethodDataSource by @thomhurst in #4002
Full Changelog: v1.5.0...v1.5.1
1.5.0
What's Changed
🏕 Changes
- feat: add IAsyncDiscoveryInitializer for asynchronous initialization during test discovery by @thomhurst in #4000
Full Changelog: v1.4.8...v1.5.0