Skip to content

Releases: purpleclay/chomp

v0.3.0

16 Aug 05:37
v0.3.0
bba4768
Compare
Choose a tag to compare

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?

v0.2.2

07 Jul 06:03
v0.2.2
47ee954
Compare
Choose a tag to compare

Changelog

Bug Fixes

Full Changelog: v0.2.1...v0.2.2

What to do next?

v0.2.1

07 Jul 05:45
v0.2.1
81ba8de
Compare
Choose a tag to compare

Changelog

Bug Fixes

Full Changelog: v0.2.0...v0.2.1

What to do next?

v0.2.0

17 Feb 05:47
v0.2.0
4ac5038
Compare
Choose a tag to compare

Changelog

New Features

  • bec3e33: feat: support repeating a combinator between a configurable range of times (#31) (@purpleclay)
  • e7df717: feat: add combinators to handle text that is prefixed or suffixed (#33) (@purpleclay)
  • 4ac5038: feat: add a new combinator that will keep parsing input text until it no longer matches (#35) (@purpleclay)

Full Changelog: v0.1.0...v0.2.0

What to do next?

v0.1.0

05 Feb 06:30
v0.1.0
e3c25ec
Compare
Choose a tag to compare

Changelog

New Features

Full Changelog: v0.1.0-beta.2...v0.1.0

What to do next?

v0.1.0-beta.2

15 Jan 13:55
v0.1.0-beta.2
2e080ea
Compare
Choose a tag to compare

Changelog

New Features

  • 2e080ea: feat: add basic conversion combinators to enable greater chaining of combinators (#27) (@purpleclay)

Full Changelog: v0.1.0-beta.1...v0.1.0-beta.2

What to do next?

v0.1.0-beta.1

12 Jan 05:31
v0.1.0-beta.1
0c7e5be
Compare
Choose a tag to compare

Changelog

New Features

Documentation Updates

Full Changelog: ...v0.1.0-beta.1

What to do next?