All Versions
10
Latest Version
Avg Release Cycle
52 days
Latest Release
2729 days ago
Changelog History
Changelog History
-
v1.3.1 Changes
October 02, 2017 -
v1.3.0 Changes
September 30, 2017๐ Released on 2017-09-30.
โ Added
- ๐ Swift 4 support
-
v1.2.0 Changes
April 30, 2017๐ Released on 2017-04-30.
โ Added
- ๐ Support Swift Package Manager. #83
truncated(_:)
, which creates aDate
instance by truncating the components. #82truncated(from:)
, which creates aDate
instance by truncating the components from a given component. #82
๐ Fixed
- ๐
Rename
string(inDateStyle:andTimeStyle:)
tostringIn(dateStyle:timeStyle:)
. - ๐ Rename
dateInISO8601Format(withOptions:)
todateInISO8601Format(with:)
.
-
v1.1.0 Changes
January 06, 2017 -
v1.0.2 Changes
December 20, 2016 -
v1.0.1 Changes
November 05, 2016 -
v1.0.0 Changes
October 30, 2016๐ Released on 2016-10-30.
โ Added
- ๐ New initializers for
Date
. +
and-
betweenDateComponents
- ๐
Methods to format
Date
with date style. - ๐
A method to format
DateComponents
with units style. - ๐ A method to parse
String
usingISO8601DateFormatter
.
โ Removed
Date.date()
constructor methods.Duration
.- ๐ Time zone support for each
Date
. - Properties to get beginning and end of periods such as
beginningOfYear
,endOfMonth
. change()
.
๐ Changed
- For
Int
,year
,month
and so on creates newDateComponents
instance instead ofDuration
.
- ๐ New initializers for
-
v0.6.0
October 06, 2016 -
v0.5.0
October 01, 2016 -
v0.4.3
June 17, 2016