Changelog History
-
v2.0.4 Changes
April 11, 2017โ Added datetime type to typespec and improved documentation.
-
v2.0.3
April 11, 2017 -
v2.0.2 Changes
April 09, 2017๐ FIX: hour() now accepts 0
The guard clause on the hour() functions accepted 1-12, should have been 0-12. -
v2.0.1 Changes
April 09, 2017The version number in the README needed bumping, could have led to bad-times.
-
v2.0.0 Changes
April 09, 2017@SPEC declaration and
:error
tuples have been standardised to allow for easy additions in the future (such as:invalid_date
). This is a breaking change as some errors have changed.Migration
Currently the only error you will receive is
:invalid_argument
. So if you're using:invalid_input
anywhere replace it. -
v1.1.0 Changes
April 08, 2017The
EmojiClock.now
function now accepts an optional offset argument. Because of this an error state is possible and so there is now also anow!()
function.Invalid argument error tuples are now formed as
{:error, :invalid_argument}
, instead of{:error, :invalid_input}
.๐ฑ These are the last breaking changes that will be introduced as part of 1.0 - something I've only allowed due to there being 0 users ๐
-
v1.0.1 Changes
April 08, 2017๐ Improved documentation and tests.
-
v1.0.0 Changes
April 08, 2017๐ For usage instructions see the documentation