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
,E
andF
types - 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
errorToLeft
andanyErrorToLeft
onTest.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
genericTiers
where 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;
Listable
instances 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
tiersFractional
fromCore
and main module; - ๐ improve
Listable
instance forFloat
s andDouble
s; - ๐ improve
Show
instance for functions; - ๐ improve Haddock documentation;
- โ remove experimental function enumeration modules,
in favour of the working
ListsOfPairs
enumeration; - โ add special
String
andChar
types toUtils.Types
; - ๐ fix bug in the
Natural
type of theUtils.Types
modules; - ๐ฎ force non-negativity in
Natural
andNat
types fromUtils.Types
; - ๐ rename some exported symbols in the
ShowFunction
module; - ๐ improve tests of LeanCheck itself.
- export
-
v0.7.7 Changes
October 18, 2018- โ Add a
changelog.md
file with the contents of git tag annotations:git tag -ln99
.
- โ Add a