All Versions
9
Latest Version
Avg Release Cycle
77 days
Latest Release
1489 days ago

Changelog History

  • v0.2.2.1 Changes

    March 01, 2020
    • ๐Ÿ‘‰ Make compatible with GHC 8.8
  • v0.2.2.0 Changes

    February 25, 2020
    • ๐Ÿ›  Fix bug in lookAhead, where lookaheads would commit the parser
  • v0.2.1.0 Changes

    April 16, 2019
    • โž• Add Monoid and Semigroup instances to Position
  • v0.2.0.0 Changes

    April 07, 2019
    • ๐Ÿ‘‰ Make withRecovery rewind before running recovery
  • v0.1.0.4 Changes

    April 01, 2019
    • โž• Add Generic instances to Span and Position
  • v0.1.0.3 Changes

    March 10, 2019
    • โž• Add prettySpan function
  • v0.1.0.2 Changes

    June 22, 2018
    • โœ‚ Remove unused bytestring dependency
    • โž• Add lower bounds for all dependencies
  • v0.1.0.1 Changes

    June 21, 2018
    • ๐Ÿ”„ Change module re-export method to get Haddock to generate docs for Text.Parsix
  • v0.1.0.0 Changes

    June 21, 2018
    • ๐ŸŽ‰ Initial release