-
Fixed compilation warning.
-
Bumped ex_doc version.
-
Bumped the minimum support Elixir version.
-
Hashids.new()takes strings for the:alphabetand:saltoptions (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.
- Initial release on hex.pm.