All Versions
8
Latest Version
Avg Release Cycle
0 days
Latest Release
2543 days ago

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, 2017

    The version number in the README needed bumping, could have led to bad-times.

  • v2.0.0 Changes

    April 09, 2017

    @SPEC declaration and :errortuples 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_inputanywhere replace it.

  • v1.1.0 Changes

    April 08, 2017

    The EmojiClock.now function now accepts an optional offset argument. Because of this an error state is possible and so there is now also a now!() 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