All notable changes to this project will be documented in this file.
Released on 2016-11-05.
- Create instance of date components instead of mutable variables.
- Fix App Store submission issue.
Released on 2016-10-30.
- 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
.
Date.date()
constructor methods.Duration
.- Time zone support for each
Date
. - Properties to get beginning and end of periods such as
beginningOfYear
,endOfMonth
. change()
.
- For
Int
,year
,month
and so on creates newDateComponents
instance instead ofDuration
.