Skip to content

SwiftDate 4.1.2

Compare
Choose a tag to compare
@malcommac malcommac released this 08 May 22:07
· 575 commits to master since this release

New Features

  • #423 Added firstWeekday to Region struct. This allows you to easily change the first day of a week on given Region's Calendar object. By default the value is set sunday.

Fixes

  • #425 Fixed an issue with .dates(between:and) which sometimes may report as final date of the output array date greater than specified end date.
  • #417 Fixed an issue with colloquial functions which return wrong results when differences can be expressed in days.
  • #419 Fixed an issue with colloquial functions which return wrong results when differences can be expressed in days.
  • #427 Fixed an issue with .NET date parser (it now accounts timezone correctly and parser did not fail with < 1970 dates)