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
charsWhile/charsUntilInparsers.s/s0/s1parsers.&- positive lookahead parser.
0.1.4 - 2022-10-03
untilparser now accepts a "collector" parser instead of always usinganyCharinternally (however, by default,collector = anyChar).
This allows to implement a parser which can parse JSON strings containing escaped quotes.