All Versions
12
Latest Version
Avg Release Cycle
125 days
Latest Release
-

Changelog History
Page 1

  • v0.13.0.1 Changes

    • โž• Add a missing test module to the Cabal file
  • v0.13.0.0 Changes

    November 30, 2018
    • โœ‚ Remove the previously deprecated operators symbol, namedSymbol, and word
    • ๐Ÿ”„ Change Prod's Monoid and Semigroup instances to lift their element instances instead of being the same as the Alternative instance
    • โž• Add unbalanced parentheses/EOF test
  • v0.12.1.0 Changes

    March 13, 2018
    • ๐Ÿ‘ GHC 8.4.1 support
    • โšก๏ธ Update 'base' dependency bounds
    • โž• Add Semigroup instance to the Prod type
  • v0.12.0.1 Changes

    July 29, 2017
    • โšก๏ธ Update 'base' dependency bounds
  • v0.12.0.0 Changes

    February 08, 2017
    • โž• Add the Generator module for generating grammar members
    • ๐Ÿ”„ Change (simplify) the type returned by parser, introducing a Parser type synonym for it, and change the signature of allParses, fullParses, and report to accept a Parser
    • ๐Ÿ“œ The Text.Earley.Internal module is now Text.Earley.Parser.Internal
  • v0.11.0.1 Changes

    April 04, 2016
    • โž• Add missing modules to Cabal file
  • v0.11.0.0 Changes

    March 18, 2016
    • โž• Add IsString Prod instance
    • ๐Ÿ”„ Change the signature of Terminal to take a function a -> Maybe b, and add a new operator terminal
    • ๐Ÿšš Move satisfy to the Derived module
    • โž• Add the token, namedToken, and list operators
    • ๐Ÿ—„ Deprecate the symbol, namedSymbol, and word operators (use the above instead)
    • โž• Add the listLike operator
  • v0.10.1.0 Changes

    • ๐Ÿ›  Fix bug concerning nullable rules (#14)
    • โž• Add runGrammar
  • v0.10.0

    November 01, 2015
  • v0.10.0.1 Changes

    November 01, 2015
    • โž• Add changelog