|
1 | 1 | ## Version 1.5 (2024-07-25)
|
2 | 2 |
|
3 |
| -* Bump containers and filepath dependencies ([#533](533), [@erikd][erikd]) |
4 |
| -* Hedgehog.Internal.Report: Add `configPrintShrinkPath` ([#531](531), [@sol][sol]) |
5 |
| -* Allow GHC 9.10 ([#530](530), [@erikd][erikd]) |
6 |
| -* hedgehog-{example,quickcheck,test-laws}: Raise QuickCheck bound ([#529](529), [@JackKelly-Bellroy][JackKelly-Bellroy]) |
7 |
| -* Allow to omit icons at the start of important output lines ([#524](524), [@sol][sol]) |
8 |
| -* Allow to omit source location from report ([#523](523), [@sol][sol]) |
9 |
| -* Fix "insufficient coverage" message ([#521](521), [@sol][sol]) |
10 |
| -* Support empty property names ([#520](520), [@sol][sol]) |
11 |
| -* Allow to disable the `recheckAt`-message ([#519](519), [@sol][sol]) |
12 |
| -* Remove redundant `Show` constraints: `evalMaybe`, `evalMaybeM` ([#516](516), [@endgame][endgame]) |
13 |
| -* Relax upper bound on `ansi-terminal` ([#515](515), [@moodmosaic][moodmosaic]) |
14 |
| -* Report.hs refactoring ([#514](514), [@sol][sol]) |
15 |
| -* Relax time dependency to < 1.15 ([#513](513), [@tomjaguarpaw][tomjaguarpaw]) |
16 |
| -* Bump barbies upper bound ([#510](510), [@jchia][jchia]) |
17 |
| -* Support primitive 0.9 ([#509](509), [@Vekhir][Vekhir]) |
18 |
| -* Show less context on failure ([#505](505), [@sol][sol]) |
19 |
| -* Allow GHC 9.8 ([#504](504), [@tomjaguarpaw][tomjaguarpaw]) |
20 |
| -* Wrap `evalMaybeM` and `evalEitherM` in `withFrozenCallStack` ([#499](499), [@ocharles][ocharles]) |
| 3 | +* Bump containers and filepath dependencies ([#533][533], [@erikd][erikd]) |
| 4 | +* Hedgehog.Internal.Report: Add `configPrintShrinkPath` ([#531][531], [@sol][sol]) |
| 5 | +* Allow GHC 9.10 ([#530][530], [@erikd][erikd]) |
| 6 | +* hedgehog-{example,quickcheck,test-laws}: Raise QuickCheck bound ([#529][529], [@JackKelly-Bellroy][JackKelly-Bellroy]) |
| 7 | +* Allow to omit icons at the start of important output lines ([#524][524], [@sol][sol]) |
| 8 | +* Allow to omit source location from report ([#523][523], [@sol][sol]) |
| 9 | +* Fix "insufficient coverage" message ([#521][521], [@sol][sol]) |
| 10 | +* Support empty property names ([#520][520], [@sol][sol]) |
| 11 | +* Allow to disable the `recheckAt`-message ([#519][519], [@sol][sol]) |
| 12 | +* Remove redundant `Show` constraints: `evalMaybe`, `evalMaybeM` ([#516][516], [@endgame][endgame]) |
| 13 | +* Relax upper bound on `ansi-terminal` ([#515][515], [@moodmosaic][moodmosaic]) |
| 14 | +* Report.hs refactoring ([#514][514], [@sol][sol]) |
| 15 | +* Relax time dependency to < 1.15 ([#513][513], [@tomjaguarpaw][tomjaguarpaw]) |
| 16 | +* Bump barbies upper bound ([#510][510], [@jchia][jchia]) |
| 17 | +* Support primitive 0.9 ([#509][509], [@Vekhir][Vekhir]) |
| 18 | +* Show less context on failure ([#505][505], [@sol][sol]) |
| 19 | +* Allow GHC 9.8 ([#504][504], [@tomjaguarpaw][tomjaguarpaw]) |
| 20 | +* Wrap `evalMaybeM` and `evalEitherM` in `withFrozenCallStack` ([#499][499], [@ocharles][ocharles]) |
21 | 21 |
|
22 | 22 | ## Version 1.4 (2023-08-07)
|
23 | 23 |
|
|
0 commit comments