Skip to content

Releases: nhamcrest/NHamcrest

Release v3.4.0

06 Nov 14:58
14e2188
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

  • Upgrade to .NET7 in #17

Release 3.0.1

08 Aug 06:19
Compare
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
Compare
Choose a tag to compare
  • Upgrade to .NET 6
  • Dependency updates

2.0.1

14 May 23:14
Compare
Choose a tag to compare
  • Support for .NET Standard 1.5
  • New matchers:
    • Describe.Object()
    • Is.ListOf(...)
    • Is.SetOf(...)
    • Is.OfType(...)
    • Is.StructuallyEqualTo(...)