Skip to content

v0.3.0

Compare
Choose a tag to compare
@purpleclay purpleclay released this 16 Aug 05:37
· 2 commits to main since this release
v0.3.0
bba4768

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

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

What to do next?