1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
# Changelog
## [Unreleased]
## [0.8.0.2] - 2020-02-10
### Changed
* Improved the cabal file
* Removed the show constraint for keys on 'GenUnchecked (Map k v)'
* Removed the shrinking tests for trees
## [0.8.0.1] - 2019-12-04
### Changed
* Changed the way trees are generated.
They will no longer be as top-heavy or under-sized.
## [0.8.0.0] - 2019-09-23
### Changed
* No longer require a 'Show' instance of the map's key for `GenUnchecked`
## [0.7.0.0] - 2019-09-23
### Changed
* Compatibility with validity-containers >=0.5
* Test suite compatibility with genvalidity-property >=0.5
## [0.6.0.0] - 2019-03-06
### Changed
* Fixed type signatures to be compatible with genvalidity >=0.8
## [0.5.1.1] - 2018-11-07
### Changed
* Test suite compatibility with validity >=0.9
## [0.5.1.0] - 2018-10-06
### Changed
* Sped up `shrinkValid` for `Tree`
|