Skip to content

Releases: blueapron/Colander

SPM support

05 Oct 00:52
e9f39d9
Compare
Choose a tag to compare
  • Adds SPM support
  • Increases deployment target to iOS 13.0
  • Updates to swift 5.7
  • Upgrades dependencies to latest versions

More consistent application of time zones

16 Jun 18:05
8f51d05
Compare
Choose a tag to compare

CalendarViewModel will now appropriately apply the timezone of the provided calendar in date calculations, removing some bugs.

DateFormatter's timezone changes for unit test fixes

04 Feb 01:57
5534e08
Compare
Choose a tag to compare

Sets timezone explicitly in some of the Date extensions and methods. These methods are used for the UI components to properly show the full month views, without caring about the time of the Date object.

Swift 5 support

23 May 16:07
Compare
Choose a tag to compare

This version adds support for Swift 5, including the following changes:

  • Updated dependencies (SwiftDate, SnapKit)
  • Changed the deployment target in the example project

Fix DST start bug

07 Feb 23:03
Compare
Choose a tag to compare

This version fixes a bug where the CalendarViewModel was not correctly calculating index paths for dates if: 1) DST begins in the month containing the date and 2) the date is after DST begins.

Bug Fixes

06 Dec 16:35
8e7fc88
Compare
Choose a tag to compare
Fix issue where calendar would not display 12/31/2017 (#8)

* Fix issue where calendar would not display 12/31/2017

* version → 0.2.1

Update to Swift 4

28 Nov 16:49
Compare
Choose a tag to compare
0.2

bump swift version

Prepare for cocoapods release

24 Aug 16:58
Compare
Choose a tag to compare
0.1.1

bump version to 0.1.1

Initial Release

24 Aug 16:52
Compare
Choose a tag to compare

Initial public release of Colander