Releases: blueapron/Colander
Releases · blueapron/Colander
SPM support
More consistent application of time zones
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
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
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
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
Update to Swift 4
0.2 bump swift version
Prepare for cocoapods release
0.1.1 bump version to 0.1.1
Initial Release
Initial public release of Colander