Timepiece v1.2.0 Release Notes

Release Date: 2017-04-30 // almost 7 years ago
  • ๐Ÿš€ Released on 2017-04-30.

    โž• Added

    • ๐Ÿ‘Œ Support Swift Package Manager. #83
    • truncated(_:), which creates a Date instance by truncating the components. #82
    • truncated(from:), which creates a Date instance by truncating the components from a given component. #82

    ๐Ÿ›  Fixed

    • ๐Ÿ’… Rename string(inDateStyle:andTimeStyle:) to stringIn(dateStyle:timeStyle:).
    • ๐Ÿ“‡ Rename dateInISO8601Format(withOptions:) to dateInISO8601Format(with:).