Skip to content

Releases: Hefaistos68/MoreDateTime

v1.3.0

09 May 18:24
cea5459
Compare
Choose a tag to compare

This release includes the EDTF profile from the ISO 8601-2 2019 standard, implemented in the ExtendedDateTime class

v1.2.0

19 Apr 15:13
49fb224
Compare
Choose a tag to compare

Lots of new methods added, like set operations for ranges (Union, Intersection and Difference), many additional unit tests, fixes for documentation.
Features now over 300 methods and almost 500 unit tests.

v1.1.0

13 Apr 09:31
7e76d5d
Compare
Choose a tag to compare

New methods to deal with DateTime, DateOnly and TimeOnly like Split() to split a given range into smaller segments
Added methods for the TimeSpan class, truncate or round a TimeSpan now
Also changed the meaning of the IsBetween() methods in general, as I feel that it should exclude the start and end, on the other side the IsWithin() methods do exactly this, check if a value is within the range of start and end, including both.
More coverage on unit tests, getting close to 100%

v1.0.0

07 Apr 13:22
13999ae
Compare
Choose a tag to compare

First version to be put out on github