- Added FsUnitTyped with statically typed operators - fsprojects#85
- Fixed: Structural equality fail - fsprojects#78
- Fixed: Statically typed equality test - fsprojects#21
- Fixed: Simplify "should throw" - fsprojects#20
- Added support of
NUnit 3.2
- Added pretty-print for F# value types - fsprojects#89
- Added support of
NUnit 3
- fsprojects#83 - Dropped support of obsolete
not
operator
- Fixed
should be null
- fsprojects#52
- Migration to xUnit 2.1
- FsUnit.NUnit compiled for net45
- Target FsUnit to FSharp.Core 3.1.2.5
- FsUnitDepricated module renamed to FsUnitDeprecated fsprojects#46
- Enable substring checks fsprojects#45
- Fixed assertion message for NUnit equal constraint - fsprojects#60
- Added support of
shouldFail
operator for xUnit, MsTest and MbUnit - fsprojects#64 - Added support of
instanceOfType
operator for xUnit, MsTest and MbUnit - fsprojects#65 - Added support of
Empty
operator for xUnit, MsTest and MbUnit - fsprojects#66 - Added support of
NaN
operator for xUnit, MsTest and MbUnit - fsprojects#67 - Added support of
haveLength
andhaveCount
operators for xUnit, MsTest and MbUnit - fsprojects#68 - Added support of
unique
operator for xUnit, MsTest and MbUnit - fsprojects#70
- Bump NUnit version up to 2.6.4
- Bump xUnit version up to 1.9.2
- Bump MbUnit version up to 3.4.14
- Migration to Paket
- Readme and samples converted to FsUnit site
- Includes new features for generic assertions and containment check. Currently, this feature is only supported for the NUnit implementation. Thanks to jack-pappas for the contributions.
- Pulls in the latest versions for xUnit.NET and NUnit. Replaces the "not" keyword with "not'" and adds the FsUnitDepricated module for backward compatibility. Adds MsTest support for VS11 only.
- Includes new assertions for NUnit such as NaN, instanceOfType, and unique.
- Added support for xUnit.NET and MbUnit and a new assertion.
- Added several new assertions.
- Ray Vernagus built this version and several before it with NUnit as the targeted testing framework.