- drop support net45 (support only netstandard2.0) #141
- support F# 5.0 #141
- update tools #141
- add runner APIs #141
- fix dependency version of Persimmon.Runner
- drop support net20, net35, net40 and pcl259
- fix to ptint help #131
- avoid SerializatioException #135
- support FShstp.Core of different version #139
- fix top level context name #130
- implement Equals, GetHashCode and ToString to AssertionResult #129
- separate AppDomain #120
- apply line number #122
- improve API #124
- fix test suite name #125
- support Category #126
- fix duplicate collect tests in nested type
- fix get generic arguments
- support F# 4.1
- add line number information #116
- explicit dependency on FSharp.Core nuget package
- fix
use
scope in TestBuilder #117, #118
- fix
try-finally
scope in TestBuilder #119
- check type in collect test phase
- dump uncaught error
- fix unique name
- add TestResult#FailureMessages, TestResult#SkipMessages
- fix junit xml report
- improve API(Persimmon.TestResult, Persimmon.Internals.TestRunner)
- fix count errors
- fix lazy evaluation
- support Visual Studio test explorer #111
- support Core clr #114
- drop support Persimmon.Script #115
- add test suite summary for XML output #102
- fix evaluation count #104
- add
try finally
keyword for test
computation expression #109
- avoid to crash console when source raised exception in
parameterize
#110
- show top level type name #98
- output summary with multiple output forms #99
- fix list pretty printer #100
- return error if trap builder catch other exn