Pidgin v3.2.0 Release Notes
-
โ Added
- Four new combinators:
ManyThen
,AtLeastOnceThen
,SkipManyThen
, andSkipAtLeastOnceThen
- These are versions of
Until
,AtLeastOnceUntil
,SkipUntil
, andSkipAtLeastOnceUntil
which return the terminator. - Thanks to @chyyran and @atrauzzi, who asked for this in #121
- These are versions of
๐ Changed
- ๐ Improved documentation for
ExpressionParser
, now including an example.- Thanks to @hswami, who asked for this in #113
- โ Removed some Nuget dependencies which are no longer required (since they are part of .NET 5).
- Four new combinators: