All Versions
14
Latest Version
Avg Release Cycle
61 days
Latest Release
1585 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v5.0.12 Changes
October 26, 2018Released on: 2018-10-26
๐ Changes
- #521
weekdayName()
,eraName()
,quarterName()
allows to specify locale overwrite to region's locale - ๐จ #596 Refactoring for
hashValue
inDateInRegion
, 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
- #521
-
v5.0.11 Changes
October 26, 2018Released on: 2018-10-26
๐ Changes
- #597 Differences between two dates as
DateComponents
viacomponentsSince()
method inDateInRegion
- #602 Crash in
RelativeFormatter
when gradation was not found - #606 Added
ms
parameter todateBySet()
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 plainDate
- #597 Differences between two dates as
-
v5.0.10 Changes
October 13, 2018Released on: 2018-10-08
๐ Changes:
- ๐ #594 Support for arm64_32 architecture in Xcode 10 for Carthage
-
v5.0.9 Changes
September 18, 2018Released on: 2018-09-18
Swift: 4.x (4.0 and 4.2 supported)๐ CHANGES
๐ FIXES
- ๐ง #592 Added
.calendar
and.locale
property to configureComponentsFormatterOptions
struct to formatTimeInterval
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 forDateInRegion
andcompactMap()
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 intoString()
ofTimeInterval
formatter (in addition to closure version of the same method)
- ๐ง #592 Added