Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/axuno/SmartFormat.NET
Browse files Browse the repository at this point in the history
  • Loading branch information
axunonb committed Jan 4, 2019
2 parents a4ac35a + 06a6a9f commit c289133
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
Latest Changes
====

v2.4.0.0
===

**TimeFormatter**
* *New:* Supports DateTimeOffset as parameter
* CTOR TimeFormatter(languageCode) throws for not implemented languageCode
* CTOR TimeFormatter() is obsolete (redundant)
* Obsolete in TimeSpanUtility
* TimeSpan extension method Floor (redundant)
* TimeSpan extension method Ceiling (redundant)

**ConditionalFormatter**
* *New:* Supports DateTimeOffset as parameter

**Demo**
* Updated with DateTimeOffset example
* Updated with TimeFormatter example

v2.3.1.0
===
* Added **SubStringFormatter** [thanks to arilani](https://github.com/axuno/SmartFormat.NET/issues/80)
Expand Down

0 comments on commit c289133

Please sign in to comment.