Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 732 Bytes

CHANGELOG.md

File metadata and controls

25 lines (16 loc) · 732 Bytes

Changelog

All notable changes to this project will be documented in this file.

0.1.0 - 2021-02-24

Initial release.

0.1.3 - 2022-09-29

Added

  • charsWhile/charsUntilIn parsers.
  • s/s0/s1 parsers.
  • & - positive lookahead parser.

0.1.4 - 2022-10-03

Changed

  • until parser now accepts a "collector" parser instead of always using anyChar internally (however, by default, collector = anyChar).
    This allows to implement a parser which can parse JSON strings containing escaped quotes.