SmartFormat.NET v2.2.0.0 Release Notes

Release Date: 2018-02-17 // about 6 years ago
  • v2.2.0.0

    • 🛠 Fixes issue #101
    • This version includes a breaking change:
      • Before: OnParsingFailure event was invoked after each parsing error
      • Now : OnParsingFailure event is invoked after parsing is completed
        ParsingErrorEventArgs has a different signature. It now includes all ParsingErrors with all details that would be supplied during a parser exception. This also includes messages indicating where there the parse error occurred.