All Versions
10
Latest Version
Avg Release Cycle
52 days
Latest Release
2370 days ago

Changelog History

  • v1.3.1 Changes

    October 02, 2017

    ๐Ÿš€ Released on 2017-10-01.

    ๐Ÿ›  Fixed

    • Issue where apps could not be summited to Appstore. #90
  • 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 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:).
  • v1.1.0 Changes

    January 06, 2017

    ๐Ÿš€ Released on 2017-01-06.

    โž• Added

    • changed(year:month:day:hour:minute:second:nanosecond:), which creates a Date instance by changing receiver's date components. #77
    • changed(weekday:), which creates a Date instance by changing receiver's weekday. #77
  • v1.0.2 Changes

    December 20, 2016

    ๐Ÿš€ Released on 2016-12-20.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix testDateInISO8601Format() availability. #74.
    • Specify Swift version for the compilation of watchOS target. #79.
  • v1.0.1 Changes

    November 05, 2016

    ๐Ÿš€ Released on 2016-11-05.

    ๐Ÿ”„ Changed

    • Create instance of date components instead of mutable variables. #67.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix App Store submission issue. #71.
  • v1.0.0 Changes

    October 30, 2016

    ๐Ÿš€ 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.
  • v0.6.0

    October 06, 2016
  • v0.5.0

    October 01, 2016
  • v0.4.3

    June 17, 2016