Skip to content

Releases: nhamcrest/NHamcrest

Release v4.0.0

18 Dec 14:35
8d596bf

Choose a tag to compare

What's Changed

  • Update xunit to v3 & more deps. by @CaptnCodr in #23
  • BREAKING CHANGE: Update to xunit.v3 & NUnit v4 (dropping .NET Framework)

Full Changelog: 3.4.0...4.0.0

Release v3.4.0

06 Nov 14:58
14e2188

Choose a tag to compare

What's Changed

Full Changelog: 3.3.0...3.4.0

Release v3.3.0

10 Jul 10:04
38d4eb6

Choose a tag to compare

What's Changed

Full Changelog: 3.2.0...3.3.0

Release v3.2.0

08 Jun 18:30
7882e6e

Choose a tag to compare

What's Changed

  • Extend XUnit.Assert.That() with user messages.
  • Add IsExtensions for Assert.That(value, Is(otherValue)).
  • Update dependencies.

Full Changelog: 3.1.0...3.2.0

Release v3.1.0

17 Nov 14:47
fcf5f36

Choose a tag to compare

What's Changed

  • Upgrade to .NET7 in #17

Release 3.0.1

08 Aug 06:19

Choose a tag to compare

Lose output frameworks. Restricting to net6.0 was too tight. Also using netstandard2.0 for compatibility reasons.

Release 3.0.0

05 Aug 16:07

Choose a tag to compare

  • Upgrade to .NET 6
  • Dependency updates

2.0.1

14 May 23:14

Choose a tag to compare

  • Support for .NET Standard 1.5
  • New matchers:
    • Describe.Object()
    • Is.ListOf(...)
    • Is.SetOf(...)
    • Is.OfType(...)
    • Is.StructuallyEqualTo(...)