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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
|
# Changelog
## [1.2.0.4] - 2023-04-25
- Add support for `hspec-2.11`
- Drop support for `hspec-2.10`
- Drop support for GHC < 8.4
## [1.2.0.3] - 2023-01-11
- Drop support for `hspec < 2.10`, `hspec-core < 2.10`, `tasty < 1.3`, and `tasty-quickcheck < 0.9.1`. This was done to
eliminate CPP and reduce maintenance burden. Moving forward, this library will opt to tighten compatibility bounds
when dependencies make breaking changes, rather than reintroduce CPP.
## [1.2.0.2] - 2023-01-10
- Fix build when `tasty-quickcheck < 0.9.1`
## [1.2.0.1] - 2022-05-14
- Support hspec-2.10.0
## [1.2] - 2021-05-28
- No changes, but 1.1.7 should have been a major version bump due to dropping the `Test.Hspec` re-export.
## [1.1.7] - 2021-05-12
- Support hspec-2.8.0
- Remove re-export of `Test.Hspec`
- Drop support for hspec < 2.5
## [1.1.6-r1] - 2021-03-13
- Support base-4.15
## [1.1.6] - 2020-11-11
- Rename `Success`/`Failure` to `TreatPendingAsSuccess`/`TreatPendingAsFailure`
- Support tasty-1.4
## [1.1.5.1] - 2018-11-15
- Support hspec-2.6.0
## [1.1.5] - 2018-06-27
- Add `TreatPendingAs` option, for allowing pending tests to be treated as successes
## [1.1.4] - 2018-3-18
- Support hspec-2.5.0
- Remove re-exports of QuickCheck and SmallCheck options
## [1.1.3.3] - 2018-1-26
- Remove redundant `random` dependency
## [1.1.3.2] - 2017-6-20
- Support tasty-0.9.1
- More accurate dependency version bounds
## [1.1.3.1] - 2017-1-25
- Support hspec-2.4.0
|