Packages

Library for using Calendar with Ecto. Made for Ecto version older than 2.1. This lets you save Calendar types in Ecto and work with date-times in multiple timezones.

Current section

Files

Jump to
calecto CHANGELOG.md
Raw

CHANGELOG.md

# Changelog for Calecto
## [0.16.2] - 2017-01-21
## Changed
- Allow Calendar ~0.16, so that version 0.17 is also allowed
## [0.16.1] - 2016-11-01
## Changed
- Allow Ecto version ~> 2.1.0-rc.1
- Remove blank?/1 from all custom Ecto types. This should get rid of some warnings.
## [0.16.0] - 2016-06-23
## Changed
This uses the calendar types built into Elixir 1.3
- Only supports Elixir 1.3+
- Adds support for Calendar 0.16.0
(for changelog for earlier versions see earlier versions of this file)