Skip to content

Commit 17a7770

Browse files
Update release notes.
1 parent 7dfece5 commit 17a7770

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

FsCheck Release Notes.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
### 2.13.0 - To be released
1+
### 2.13.0 - 11 November 2018
2+
* Stop shipping Portable Class Libraries (PCL), which are essentially deprecated by Microsoft in favor of .NET Standard. FsCheck now targets .NET Standard 1.0 (which takes the place of 3 PCLs that were previously included, while it still run on all those platforms and more), .NET Standard 1.6 (which is the lowest version modern FSharp.Core versions support) and .NET Standard 2.0 (which is advised by NuGet so clients don't need to download as much stuff if they can target 2.0 or higher). FsCheck also still targets .NET Framework 4.5.2 and upwards as a convenience.
3+
4+
* FsCheck.Xunit and FsCheck.NUnit similarly target .NET Standard 1.6 and 2.0, as well as .NET Framework 4.5.2. They've never targeted PCL before.
5+
6+
* It's my hope and expectation that this makes FsCheck usable on the same range of platforms (and more) as before, while greatly simplifying development: there is now just one solution (instead of three), and only one FsCheck project (instead of five) and so on.
7+
8+
* Add NonWhiteSpaceString to default generated types. (by Stijn Moreels)
29

310
### 2.12.1 - 18 October 2018
411
* Fix FsCheck.Xunit's CheckExtensions so that the throwing methods actually throw on failure.

0 commit comments

Comments
 (0)