v0.3.0
Changelog
New Features
- a065c1a: feat: write a utility parser that will consumer text until the end of a line (#52) (@purpleclay)
- 4aebf35: feat: support mapping the output of a combinator to any other type (#61) (@purpleclay)
- db938ef: feat: extend existing predicate combinators to support variable number of matches (#51) (@purpleclay)
- 9cfe72f: feat: add the ability to peek into the input text without chomping any of the input (#56) (@purpleclay)
Documentation Updates
- bba4768: docs: include documentation on available combinators and parsers (#63) (@purpleclay)
- c5ff172: docs: add new example to chomp for parsing a git diff (#62) (@purpleclay)
Other Work
- 6798a29: feat!: switch around the order of arguments to both prefixed and suffixed to match strings standard library (#58) (@purpleclay)
Full Changelog: v0.2.2...v0.3.0