All Versions
23
Latest Version
Avg Release Cycle
105 days
Latest Release
1686 days ago

Changelog History
Page 1

  • v2.5.3.0 Changes

    November 10, 2020

    ๐Ÿ›  Bugfix release

  • v2.5.2.0 Changes

    June 16, 2020

    ๐Ÿ‘Œ Supported frameworks now are:

    • ๐Ÿ‘ .Net Framework 4.6.1, 4.6.2, 4.7.2 and 4.8 (System.Text.Json is not supported for .Net Framework 4.5.x and thus had to be dropped)
    • .Net Standard 2.0 and 2.1
  • v2.5.1.0 Changes

    June 09, 2020

    ๐Ÿ”„ Changes:

    • โž• Added System.Text.Json.JsonElement to the JsonSource extension. Newtonsoft.Json is still included.
    • โž• Added a demo version as a netcoreapp3.1 WindowsDesktop App
    • ๐Ÿ‘Œ Supported framworks now are:
      • .Net Framework 4.6.2, 4.7.2 and 4.8 (System.Text.Json is not supported for .Net Framework 4.5.x and thus had to be dropped)
      • .Net Standard 2.0 and 2.1
    • โšก๏ธ Updated the Wiki
  • v2.5.0.0 Changes

    November 02, 2019

    Sources

    • ๐Ÿ†• New: Added ValueTupleSource for ValueTuples
    • ๐Ÿ”„ Changed: SmartObjects and SmartObjectsSource are depreciated in favor of ValueTupleSource

    Settings

    • ๐Ÿ’ฅ Breaking Change: Internal string comparisons (i.e. for placeholder names) are no more culture-specific, but Ordinal or OrdinalIgnoreCase respectively. See discussion under this issue.
    • ๐Ÿ’ฅ Breaking Change: Default ErrorAction is now ThrowError for parser and formatter, instead of Ignore

    Other

    • ๐Ÿ”„ Changed: Removed all members which were flagged obsolete since more than a year.
  • v2.4.2.0 Changes

    February 09, 2019

    ๐Ÿ›  Fixes an issue with SmartObjects

  • v2.4.1.0 Changes

    January 05, 2019

    TimeFormatter and ConditionalFormatter do DateTime operations with their Universal Time representation.
    ๐Ÿ‘€ See more in details in the change log

  • v2.4.0.0 Changes

    January 04, 2019

    ๐Ÿ‘ TimeFormatter and ConditionalFormatter now support DateTimeOffset as parameter
    ๐Ÿ‘€ See more in details in the change log

  • v2.3.1.0 Changes

    November 15, 2018

    v2.3.1.0

    • Added SubStringFormatter thanks to arilani
    • ๐Ÿ‘Œ Improved code coverage in unit tests
    • โšก๏ธ Updated dependencies
    • โฌ‡๏ธ As announced: Dropped support for .NET 4.0 , which was released back in 2010.
  • v2.3.0.0 Changes

    June 13, 2018

    v2.3.0.0

    • ๐Ÿ‘Œ Support for JSON Objects as data source
    • Added IsMatchFormatter thanks to ericpyle
    • ๐Ÿ›  Fixes issue with unsigned integers #101
  • v2.2.0.0 Changes

    February 17, 2018

    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.