Timepiece v1.0.0 Release Notes

Release Date: 2016-10-30 // over 7 years ago
  • ๐Ÿš€ Released on 2016-10-30.

    โž• Added

    • ๐Ÿ†• New initializers for Date.
    • + and - between DateComponents
    • ๐Ÿ’… Methods to format Date with date style.
    • ๐Ÿ’… A method to format DateComponents with units style.
    • ๐Ÿ“œ A method to parse String using ISO8601DateFormatter.

    โœ‚ 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 new DateComponents instance instead of Duration.