Skip to content

SwiftDate 4.5.0 - Swift 4

Compare
Choose a tag to compare
@malcommac malcommac released this 26 Nov 12:06
· 439 commits to master since this release

CHANGELOG

  • #495 Added Thai language (thanks to Thanakrit Weekhamchai)
  • #492 Introduced a new ColloquialDateFormatter class
  • #503 Added isBetween to check if a date is inside a given dates range with passed granularity.
  • #505 Exposed reference date for in() function of TimeInterval. If specified conversion of the interval is aware of daylight saving time and calendar's specific dates; when not specified absolute conversion still available (only for .day,.hour,.minute,.second components).