Skip to content

Releases: fsprojects/FsUnit

v5.0.4

07 Sep 06:15
Compare
Choose a tag to compare

What's Changed

  • Fix xUnit & MsTest message when exception will be thrown inside lambda. in #216

Full Changelog: 5.0.3...5.0.4

v5.0.3

16 Aug 08:38
d62b736
Compare
Choose a tag to compare
  • Fixes a reference issue with .NET Framework. (#213)

v5.0.2

15 Aug 11:05
8d45b18
Compare
Choose a tag to compare
  • Update NHamcrest dependency. - #211

v4.0.0

25 Jul 17:02
Compare
Choose a tag to compare
  • Better support for IStructuralEquatable under NUnit - #147
  • Refactorings & Fantomas integration - #157
  • Dropped net46 support - #169

2.3.2

04 Oct 12:50
Compare
Choose a tag to compare

Added support of NUnit 3.5

2.3.1

09 Jul 19:00
Compare
Choose a tag to compare

Added support of NUnit 3.4.1

2.3.0

27 Jun 08:01
Compare
Choose a tag to compare

Added support of NUnit 3.4

2.2.0

26 May 08:00
Compare
Choose a tag to compare

Added support of NUnit 3.2.1
Added FsUnitTyped with statically typed operators - #85
Fixed: Structural equality fail - #78
Fixed: Statically typed equality test - #21
Fixed: Simplify "should throw" - #20
Fixed: matchList can match empty obj lists - #90