All Versions
13
Latest Version
Avg Release Cycle
98 days
Latest Release
1665 days ago

Changelog History
Page 2

  • v0.17.0 Changes

    January 08, 2017

    🛠 Fixed

    • âš  Get rid of warnings in Elixir 1.4 (Lasse Ebert)

    🔄 Changed

    • 🗄 The function Calendar.DateTime.now/1 was previously deprecated. It has been changed to returns the same as Calendar.DateTime.now!/1 but as a tuple tagged with :ok. Note that this is a breaking change for those using the deprecated version in 0.16.1. If you were using now/1 with earlier versions of Calendar, you could use now!/1 instead.
  • v0.16.1 Changes

    August 25, 2016

    âž• Added

    • 📜 Calendar.DateTime.Parse.unix! function can handle microseconds when provided with a string. E.g. Calendar.DateTime.Parse.unix!("1000000000.01")

    🛠 Fixed

    • Deprecated iso_8601_basic format function was broken.
  • v0.16.0 Changes

    June 13, 2016

    This version only works on Elixir 1.3.0 and newer. 👉 Use ~> 0.14.2 for Elixir 1.2 or earlier.

    🔄 Changes