All Versions
8
Latest Version
Avg Release Cycle
161 days
Latest Release
2786 days ago
Changelog History
Changelog History
-
v2.0.4
July 31, 2017 -
v2.0.3
February 02, 2017 -
v2.0.2
March 28, 2016 -
v2.0.1
December 22, 2015 -
v2.0.0 Changes
June 10, 2015Hashids.new()
takes strings for the:alphabet
and:salt
options (instead of char lists).Hashids.encode()
returns iodata instead of a char list.Hashids.decode()
takes iodata instead of a char list and returns{:ok, result}
or{:error, :invalid_input_data}
.Hashids.decode!()
has been added. It returns the bare result or raises.
-
v1.0.0 Changes
October 26, 2014- Initial release on hex.pm.
-
v0.3.1
July 18, 2014 -
v0.3.0
July 03, 2014