Parsley 4.3.0
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
andfrom
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