All Versions
4
Latest Version
Avg Release Cycle
530 days
Latest Release
1304 days ago

Changelog History

  • v0.3.1 Changes

    September 29, 2020
    • โž• Added support for base16-bytestring-1.0.
  • v0.3.0 Changes

    June 09, 2016

    ๐Ÿ†• New Features

    • The Base16 and Base64 newtypes are now provided for managing safe conversions between binary data and Base16 and Base64 textual encodings of that data.
  • v0.2.0 Changes

    May 25, 2016

    ๐Ÿ’ฅ Breaking Changes

    • The ConvertText typeclass has been split into two simpler functions, convertText and decodeConvertText. This means the vision of a unified function for converting between any two textual datatypes is no longer implemented, but the original attempt had too many problems to really be worth the cost. Specifically, instances like FromText (Maybe Foo) would cause problems due to the overlapping instances, which have now been removed.
  • v0.1.0 Changes

    May 24, 2016
    • ๐ŸŽ‰ Initial release