Pidgin v3.2.0 Release Notes

  • โž• 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.
      • 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).