All Versions
12
Latest Version
Avg Release Cycle
42 days
Latest Release
934 days ago
Changelog History
Page 1
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.