All Versions
17
Latest Version
Avg Release Cycle
27 days
Latest Release
1299 days ago

Changelog History
Page 1

  • v1.4.3.0 Changes

    September 28, 2020

    🛠 Bugfix sepCap backtracking when sep fails

    👀 See #33

  • v1.4.2.0

    May 30, 2020
  • v1.4.1.0 Changes

    May 07, 2020

    anyTill use getInput instead of takeRest

  • v1.4.0.0 Changes

    May 07, 2020

    📜 Running Parsers: Add splitCap and breakCap.

    📜 Parser Combinators: Add anyTill.

    ✂ Remove Show and Typeable constraints on streamEditT.

  • v1.3.2.0

    April 01, 2020
  • v1.3.1.0

    March 05, 2020
  • v1.3.0.0 Changes

    March 06, 2020

    sepCap won't throw.

    👻 Don't throw an exception on an unreachable error case, just bottom. ✂ Remove type constraints for Exception.

  • v1.2.1.0 Changes

    February 01, 2020

    👍 Allow any error parameter, not just Void.

  • v1.2.0.0 Changes

    October 31, 2019

    Benchmark improvements

    Specializations of the sepCap function, guided by replace-benchmark.

    🆕 New benchmarks

    📜 | Program | dense | sparse | | :--- | ---: | ---: | 📜 | Replace.Megaparsec.streamEdit String | 454.95ms | 375.04ms | ✅ | Replace.Megaparsec.streamEdit ByteString | 529.99ms | 73.76ms | 📜 | Replace.Megaparsec.streamEdit Text | 547.47ms | 139.21ms |

    Old benchmarks

    📜 | Program | dense | sparse | | :--- | ---: | ---: | 📜 | Replace.Megaparsec.streamEdit String | 454.95ms | 375.04ms | ✅ | Replace.Megaparsec.streamEdit ByteString | 611.98ms | 433.26ms | 📜 | Replace.Megaparsec.streamEdit Text | 592.66ms | 353.32ms |

  • v1.1.5.0 Changes

    October 08, 2019