Parsley 4.3.0-RC1
Pre-release
Pre-release
This release sees the introduction of the as
and from
aliases for #>
and <#
respectively. The codePoint
combinator has been added for parsley.character
as well: this allows for parsing full UTF-16 codepoints. The internal helpers for the DefaultErrorBuilder
have been exposed to the API for convenience. Minimum Scala 3 version bumped to 3.3.0 LTS; Native bumped to 0.4.13 and ScalaJS to 1.13.2 as the new minimum versions.
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
Full Changelog: v4.2.14...v4.3.0-RC1