Packages

A simple module for working with hex strings in Elixir.

Current section

Files

Jump to
hexate CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
**0.5.0**
* Renamed repo because of possible namespace collision with Hex.pm.
**0.4.1**
* Added encoding with padding digits, handy for generating HTML 2 digit hexate color components.
* Can encode a float now. Useful when converting from CSS floats.
* Fixed some errors in the examples in the README.