All Versions
20
Latest Version
Avg Release Cycle
65 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v0.9.10 Changes
- โ
Test.LeanCheck.Utils.Type: derive Typeable instances on GHC 7.8. Behaviour on newer GHCs (>= 7.10) versions is unaffected as they automatically derive Typeable instances for all types.
- โ
-
v0.9.8 Changes
- โ
Test.LeanCheck.Utils.Type: ~Typeable instances on GHC 7.10.~ ~Behaviour on newer GHCs (>= 8.0) versions is unaffected~ ~as they automatically derive Typeable instances for all types.~ Update: these instances were already present on v0.9.6. LeanCheck v0.9.8 is essentially the same as v0.9.6.
- โ
-
v0.9.6 Changes
- โ
no code changes in what is exported by
Test.LeanCheck - โ
Test.LeanCheck.Utils.Types: export theA,B,C,D,EandFtypes - slightly improve README
- ๐ improve Makefile and tests
- ๐ท replace Travis by GitHub Actions as the CI system
- โ
no code changes in what is exported by
-
v0.9.4 Changes
- โ
no code changes in what is exported by
Test.LeanCheck - โ add
errorToLeftandanyErrorToLeftonTest.LeanCheck.Error - โ add
?==?and!==!onTest.LeanCheck.Error - โ add
Test.LeanCheck.Function.List - โ add
Test.LeanCheck.Function.Ord - โฌ๏ธ reduce default argument enumeration to 12 on
Test.LeanCheck.Function.Eq - โ add FAQ
- ๐ improve Makefile and test scripts
- โ
no code changes in what is exported by
-
v0.9.3 Changes
March 29, 2020- ๐ improve Haddock documentation
- ๐ use consistent code format
- ๐ improve CI scripts and Makefile
-
v0.9.2 Changes
March 22, 2020- โ
rename most functions on
Test.LeanCheck.Utils.Operators; deprecated names are provided; - ๐ improve documentation:
- 100% haddock coverage;
- LeanCheck memory usage thoroughly documented;
- implement stub function
conditionStatsT; - ๐ improve function display on
Test.LeanCheck.Function.*; - ๐ fix some compiler warnings (newer GHC);
- ๐ improve build scripts;
- ๐ improve tests;
- โก๏ธ update tests scripts to support the new cabal (
test/sdist).
- โ
rename most functions on
-
v0.9.1 Changes
February 07, 2019- ๐ fix bug in
genericTierswhere using it bound to a recursive datatype could cause an infinite loop; - ๐ minor improvements in documentation and tests.
- ๐ fix bug in
-
v0.9.0 Changes
January 17, 2019- logo for LeanCheck;
Listableinstances to most types in the Haskell 2010 Language Report:Word<n>;Int<n>;Complex;- etc...;
- ๐ minor improvements in documentation and README.
-
v0.8.0 Changes
November 18, 2018- export
tiersFractionalfromCoreand main module; - ๐ improve
Listableinstance forFloats andDoubles; - ๐ improve
Showinstance for functions; - ๐ improve Haddock documentation;
- โ remove experimental function enumeration modules,
in favour of the working
ListsOfPairsenumeration; - โ add special
StringandChartypes toUtils.Types; - ๐ fix bug in the
Naturaltype of theUtils.Typesmodules; - ๐ฎ force non-negativity in
NaturalandNattypes fromUtils.Types; - ๐ rename some exported symbols in the
ShowFunctionmodule; - ๐ improve tests of LeanCheck itself.
- export
-
v0.7.7 Changes
October 18, 2018- โ Add a
changelog.mdfile with the contents of git tag annotations:git tag -ln99.
- โ Add a