-
0.2.2.1 (2024-09-30)
- Fix export of
Options
.
- Fix export of
-
0.2.2.0 (2024-09-30)
- Expose
Options
,defaultOptions
andmainWith
fromGoldplate
module so it's easy to call from Haskell test suites.
- Expose
-
0.2.1.1 (2023-02-26)
- Bump
aeson
dependency upper bound to 2.1. - Tested with GHC 8.4 - 9.6.1 alpha3.
- Bump
-
0.2.1 (2022-04-12, github release only)
- Print summary line at the end of the TAP format.
- Add
--version
option (by Andreas Abel). - Include testsuite in package (by Andreas Abel).
- Tested with GHC 8.4 - 9.2.
-
0.2.0 (2021-05-24)
- Change output to Test Anything Protocol.
- Add
working_directory
field (by Beatrice Vergani).
-
0.1.3 (2021-02-10)
- Bump
aeson
dependency upper bound to 1.5. - Bump GHC to 8.10.3.
- Bump
-
0.1.2 (2020-11-05)
- Bump
regex-pcre-builtin
dependency lower bound to 0.95.1.3 to fix issue withText
regexes (by Stefano Debenedetti). - Fix issue with
replace
in post process step. If the string was not matched at all, or if there was a remainder, it could get dropped (by Stefano Debenedetti).
- Bump
-
0.1.1 (2020-06-29)
- Add
GOLDPLATE_BASENAME
andGOLDPLATE_INPUT_BASENAME
environment variables. - Fix issue with
GOLDPLATE_FILE
environment variable.
- Add
-
0.1.0 (2020-06-21)
- Initial release.