Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.35 KB

CHANGELOG.md

File metadata and controls

44 lines (34 loc) · 1.35 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Changed

  • Move canonical documentation to readme + updates

0.1.3 - 2021-02-26

Added

  • GitHub CI
  • Changelog

Changed

  • Prevent compile time warning about timezone db in tests by using config
  • Make tests run on elixir 1.8 by creating a custon sigil_U for it
  • Updated ex_doc and make it runtime: false and only: :dev

Removed

  • Unlocked unused deps

0.1.2 - 2019-10-04

Added

  • Compile time warning when using the elixir default timezone db
  • Add optional handling of incompatible calendars

Changed

  • Fixed incorrect hardcoded field name

0.1.1 - 2019-09-08

Changed

  • Fixed change and therefore error detection within the changeset handling

0.1.0 - 2019-09-08

Added

  • Initial release