All Versions
12
Latest Version
Avg Release Cycle
42 days
Latest Release
1327 days ago

Changelog History
Page 1

  • v0.2.4 Changes

    September 04, 2020
    • ๐Ÿ‘ Allow megaparsec-9.0.
  • v0.2.3 Changes

    April 19, 2020
    • โฌ‡๏ธ Drop support for GHC 7.10.
  • v0.2.2 Changes

    April 07, 2020
    • ๐Ÿ‘Œ Support GHC 8.10.
  • v0.2.1 Changes

    March 11, 2020
    • ๐Ÿš€ Include test output files in source release.
  • v0.2.0 Changes

    March 10, 2020
    • ๐Ÿ“œ Rewrite file parser with Megaparsec instead of Attoparsec for better error messages. No expected change in functionality except possibly in pathological cases.
  • v0.1.0.6 Changes

    March 08, 2020
    • ๐Ÿ›  Fix GHC 7.10 build by depending on package fail.
  • v0.1.0.5 Changes

    March 07, 2020
    • ๐Ÿ“œ Provide a MonadFail instance for Parser. This fixes a PostgREST compile failure with GHC 8.8.3.
  • v0.1.0.4 Changes

    March 07, 2020
    • ๐Ÿ˜Œ Relax bounds to support GHC 8.8.3.
  • v0.1.0.3 Changes

    June 04, 2019
    • โœ… Include another missing test data file.
  • v0.1.0.2 Changes

    June 04, 2019
    • ๐Ÿ‘ Lower bounds to support GHC 7.10.3.
    • โœ… Include test data to fix tests.