Module

Base

Changes by version

Elixir 1.19.0

· 1 change

Enhancement Tool: Elixir

Add functions to verify if an encoding is valid, such as valid16?, valid64?, and so forth

Elixir 1.6.6

· 1 change

Bugfix Tool: Elixir

Do not raise when finding bad digits in Base.decode32! with case: :mixed

Elixir 1.5.0

· 1 change

Enhancement Tool: Elixir

Optimize Base encode/decode

Elixir 1.2.3

· 1 change

Enhancement Tool: Elixir

Add :ignore and :padding option to encoding/decoding functions

Elixir 1.2.0

· 1 change

Enhancement Tool: Elixir

Optimize encode and decode operations about 10 times

Elixir 0.14.1

· 1 change

Enhancement Tool: Elixir

Decoding and encoding functions now accept the :case as an option

Elixir 0.13.0

· 1 change

Enhancement Tool: Elixir

Add Base module which does conversions to bases 16, 32, hex32, 64 and url64