Skip to content

Releases: thomhurst/TUnit

1.43.38

08 May 22:29
b7568d0

Choose a tag to compare

What's Changed

Other Changes

  • feat(playwright): add TUnitPlaywrightSettings defaults by @thomhurst in #5859

Full Changelog: v1.43.37...v1.43.38

1.43.37

08 May 18:51
58b55c6

Choose a tag to compare

What's Changed

Other Changes

  • docs: clarify MethodDataSourceAttribute.Factory is source-generator-managed by @Copilot in #5835
  • fix(assertions): skip ref-struct members in IsEquivalentTo (#5841) by @thomhurst in #5842
  • feat(playwright): add composition-based fixtures by @thomhurst in #5840

Dependencies

Full Changelog: v1.43.11...v1.43.37

1.43.11

02 May 21:54
246d59f

Choose a tag to compare

What's Changed

Other Changes

Dependencies

New Contributors

Full Changelog: v1.43.2...v1.43.11

1.43.2

02 May 06:19
68255eb

Choose a tag to compare

What's Changed

Other Changes

  • fix(assertions): emit auto-generated header in MethodAssertionGenerator output by @JohnVerheij in #5796
  • fix(engine): enforce runtime exclusion for global [NotInParallel] (#5800) by @thomhurst in #5805
  • feat(mocks): add Arg.AnyArgs() shortcut for setup/verify by @thomhurst in #5792
  • fix(should): add specialized assertion sources by @thomhurst in #5806

Dependencies

Full Changelog: v1.41.0...v1.43.2

1.41.0

29 Apr 17:08
534990c

Choose a tag to compare

TUnit Should() Assertions (beta)

This versions comes with a beta version of TUnit.Assertions.Should - meaning that you can do:
myCode.Should().BeEqualTo(fluentShouldSyntax);

For more information see the docs: https://tunit.dev/docs/assertions/should-syntax

What's Changed

Other Changes

  • fix(reporters): unwrap TestFailedException for failure grouping by @thomhurst in #5776
  • Fix item-at Satisfies source typing by @thomhurst in #5764
  • ci(docs): add link-check automation and tighten Docusaurus strictness by @thomhurst in #5779
  • feat: add TUnit.Assertions.Should package by @thomhurst in #5785

Dependencies

Full Changelog: v1.40.10...v1.41.0

1.40.10

27 Apr 16:42
f9ed7e2

Choose a tag to compare

What's Changed

Other Changes

  • refactor(opentelemetry): depend on TUnit.Core instead of umbrella TUnit by @thomhurst in #5774

Dependencies

Full Changelog: v1.40.5...v1.40.10

1.40.5

27 Apr 01:04
36cd04a

Choose a tag to compare

What's Changed

Other Changes

Dependencies

Full Changelog: v1.40.0...v1.40.5

1.40.0

26 Apr 15:27
a181c79

Choose a tag to compare

What's Changed

Other Changes

Dependencies

New Contributors

Full Changelog: v1.39.0...v1.40.0

1.39.0

24 Apr 09:08
4575c06

Choose a tag to compare

What's Changed

Other Changes

Dependencies

Full Changelog: v1.37.36...v1.39.0

1.37.36

22 Apr 23:27
ae24d73

Choose a tag to compare

What's Changed

Other Changes

  • fix(telemetry): remove duplicate HTTP client spans by @thomhurst in #5668

Full Changelog: v1.37.35...v1.37.36