mirror of
https://github.com/barrucadu/dejafu.git
synced 2024-12-19 03:21:49 +03:00
4.2 KiB
4.2 KiB
Release Notes
This project is versioned according to the Package Versioning Policy, the de facto standard Haskell versioning scheme.
- 0.4.0.1 [2017-03-20]
- 0.4.0.0 [2017-02-21]
- 0.3.0.3 [2016-10-22]
- 0.3.0.2 [2016-09-10]
- 0.3.0.1 [2016-05-26]
- 0.3.0.0 [2016-04-28]
- 0.2.1.0 [2016-04-03]
- 0.2.0.0 [2015-12-01]
unreleased
Miscellaneous
- There is now a changelog.
0.4.0.1
- Date: 2017-03-20
- Hackage: https://hackage.haskell.org/package/hunit-dejafu-0.4.0.1
- Git Tag: hunit-dejafu-0.4.0.1
Miscellaneous
- Now supports HUnit 1.6.
0.4.0.0
- Date: 2017-02-21
- Hackage: https://hackage.haskell.org/package/hunit-dejafu-0.4.0.0
- Git Tag: hunit-dejafu-0.4.0.0
Test.HUnit.DejaFu
- All the functions which did take a
Bounds
now take aWay
instead and support random scheduling as well. - The
Way
type from dejafu is now re-exported.
Miscellaneous
- The minimum supported version of dejafu has been increased to 0.5 (from 0.2)
0.3.0.3
- Date: 2016-10-22
- Hackage: https://hackage.haskell.org/package/hunit-dejafu-0.3.0.3
- Git Tag: hunit-dejafu-0.3.0.3
Miscellaneous
- Now supports HUnit 1.4 and 1.5.
0.3.0.2
- Date: 2016-09-10
- Hackage: https://hackage.haskell.org/package/hunit-dejafu-0.3.0.2
- Git Tag: hunit-dejafu-0.3.0.2
Miscellaneous
- Now supports concurrency 1.0.0.0 and dejafu 0.4.0.0
0.3.0.1
- Date: 2016-05-26
- Hackage: https://hackage.haskell.org/package/hunit-dejafu-0.3.0.1
- Git Tag: hunit-dejafu-0.3.0.1
Miscellaneous
- Now supports GHC 8.
0.3.0.0
- Date: 2016-04-28
- Hackage: https://hackage.haskell.org/package/hunit-dejafu-0.3.0.0
- Git Tag: hunit-dejafu-0.3.0.0
Test.HUnit.DejaFu
- New
Assertable
andTestable
instances forConcST t ()
andConcIO ()
. - The
Bounds
type from dejafu is now re-exported.
Miscellaneous
- Now supports dejafu 0.2 (again).
0.2.1.0
- Date: 2016-04-03
- Hackage: never pushed to hackage, whoops!
- Git Tag: hunit-dejafu-0.2.1.0
Miscellaneous
- Now supports dejafu 0.3, but drops support for dejafu 0.2.
0.2.0.0
- Date: 2015-12-01
- Hackage: https://hackage.haskell.org/package/hunit-dejafu-0.2.0.0
- Git Tag: 0.2.0.0
Initial release. Go read the API docs.