SmartFormat.NET v2.5.0.0 Release Notes

Release Date: 2019-11-02 // over 4 years ago
  • 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.