Skip to content

v3.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jul 21:18
· 91 commits to main since this release
4a3fccc

Added

  • Four new combinators: ManyThen, AtLeastOnceThen, SkipManyThen, and SkipAtLeastOnceThen
    • These are versions of Until, AtLeastOnceUntil, SkipUntil, and SkipAtLeastOnceUntil which return the terminator.
    • Thanks to @chyyran and @atrauzzi, who asked for this in #121

Changed

  • Improved documentation for ExpressionParser, now including an example.
  • Removed some Nuget dependencies which are no longer required (since they are part of .NET 5).