Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

v0.6.2b

Compare
Choose a tag to compare
@notpeelz notpeelz released this 25 May 19:04
· 22 commits to master since this release

Notable changes

  • Moved custom delegate types out of the Parser class to their parent namespaces c3c897a
  • Renamed Detokenizer to Preprocessor for clarity, as said delegates may not only be used for detokenization c014e2d
  • Removed ParserOptions.Detokenize c014e2d
  • Added support for per-argument preprocessor delegates (:warning: overrides the default preprocessor supplied by the ParserOptions) 664d415
  • Added binding-specific exception type 4572c06

Minor changes

  • Made ProjectionEqualityComparer publicly accessible by other assemblies 8e429c1
  • Improved ambiguous message for an exception being thrown upon writing to a read-only property 4572c06

Bug fixes

  • Fixed verb collection (in void Init(IEnumerable<String> verbs)) always being populated with a single empty value upon parsing an empty verb input string 58f19ab