packages feed

goldplate-0.2.2.0: CHANGELOG.md

# CHANGELOG

 -  0.2.2.0 (2024-09-30)
     *  Expose `Options`, `defaultOptions` and `mainWith` from `Goldplate`
        module so it's easy to call from Haskell test suites.

 -  0.2.1.1 (2023-02-26)
     *  Bump `aeson` dependency upper bound to 2.1.
     *  Tested with GHC 8.4 - 9.6.1 alpha3.

 -  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](https://testanything.org/).
     *  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.

 -  0.1.2 (2020-11-05)
     *  Bump `regex-pcre-builtin` dependency lower bound to 0.95.1.3 to fix
        issue with `Text` 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).

 -  0.1.1 (2020-06-29)
     *  Add `GOLDPLATE_BASENAME` and `GOLDPLATE_INPUT_BASENAME` environment
        variables.
     *  Fix issue with `GOLDPLATE_FILE` environment variable.

 -  0.1.0 (2020-06-21)
     *  Initial release.