Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/axuno/SmartFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
axunonb committed Nov 2, 2019
2 parents ec7d593 + 0af7b40 commit 0cb34ca
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Latest Changes
====

v2.5.0.0
===

**Sources**
* *New:* Added ```ValueTupleSource``` for ```ValueTuple```s
* *Changed:* ```SmartObjects``` and ```SmartObjectsSource``` are depreciated in favor of ```ValueTupleSource```

**Settings**
* *Breaking Change:* String comparisons are no more culture-specific, but ```Ordinal``` or ```OrdinalIgnoreCase``` respectively. See discussion [under this issue](https://github.com/axuno/SmartFormat/issues/122).
* *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
===

Expand Down

0 comments on commit 0cb34ca

Please sign in to comment.