All Versions
14
Latest Version
Avg Release Cycle
61 days
Latest Release
1249 days ago

Changelog History
Page 2

  • v5.0.12 Changes

    October 26, 2018

    Released on: 2018-10-26

    ๐Ÿ”„ Changes

    • #521 weekdayName(), eraName(), quarterName() allows to specify locale overwrite to region's locale
    • ๐Ÿ”จ #596 Refactoring for hashValue in DateInRegion, fixed compiler error on watchOS target
    • โš  #598 Silenced Xcode 'Conversion to Swift 4.2 is available' warning
    • ๐Ÿ›  #608 Fixed crash when using quarterName(.short) with a Date in 4th quarter of the year
  • v5.0.11 Changes

    October 26, 2018

    Released on: 2018-10-26

    ๐Ÿ”„ Changes

    • #597 Differences between two dates as DateComponents via componentsSince() method in DateInRegion
    • #602 Crash in RelativeFormatter when gradation was not found
    • #606 Added ms parameter to dateBySet() function to alter the milliseconds value of a date
    • ๐Ÿ›  #607 Fixed ambiguity for toDate(_:region:) with multiple formats bug
    • #609 isInRange ignores granularity parameter when used with plain Date
  • v5.0.10 Changes

    October 13, 2018

    Released on: 2018-10-08

    ๐Ÿ”„ Changes:

    • ๐Ÿ‘ #594 Support for arm64_32 architecture in Xcode 10 for Carthage
  • v5.0.9 Changes

    September 18, 2018

    Released on: 2018-09-18
    Swift: 4.x (4.0 and 4.2 supported)

    ๐Ÿ”„ CHANGES

    ๐Ÿ›  FIXES

    • ๐Ÿ”ง #592 Added .calendar and .locale property to configure ComponentsFormatterOptions struct to format TimeInterval values.
    • ๐Ÿ“š #588 Fixed some links in Documentation files
    • ๐Ÿ›  #585 Fixed .quarter property which return always a zero value
    • ๐Ÿ”ง #586 Fixed ISO8601 parser crash with certain string configurations
    • ๐Ÿ“š #583 Fixed broken links in Manipulate_Date.md documentation file
    • ๐Ÿ›  #582 Fixed Decodable support for DateInRegion and compactMap() function.
    • #575 Fallback to language when language+region option for toRelative() function does not exists
    • ๐Ÿ›  #573 Fixed DateInRegion(milliseconds:) init to work with actual milliseconds values

    โž• ADDITIONS

    • #574 Added customization via ComponentsFormatterOptions object in toString() of TimeInterval formatter (in addition to closure version of the same method)