Skip to content

Parsley 4.3.0

Compare
Choose a tag to compare
@j-mie6 j-mie6 released this 08 Jul 10:44
· 47 commits to master since this release
24dfd56

Added the as and from combinators as aliases for #> and <# respectively. Exposed some of the DefaultErrorBuilder logic as helpers so that users can build on them in other ErrorBuilder implementations, thanks @beneyal for the suggestion!

The minimum Scala versions have also been bumped to make better use of various new features around Scala 3, Scala JS and Scala Native. The minimum versions are Scala 3.3.0 LTS, Scala JS 1.13.2, and Scala Native 0.4.13

What's Changed

  • Refactor/fix-warnings by @j-mie6 in #203
  • Added "wordy" as and from combinators by @j-mie6 in #204
  • Exposed DefaultErrorBuilder helpers by @j-mie6 in #205
  • Add indexed Visitor classes for LazyParsley by @0xFC963F18DC21 in #206

New Contributors

  • @0xFC963F18DC21 made their first contribution in #206

Full Changelog: v4.2.14...v4.3.0