Packages

An Elixir Implementation of Douglas Crockford's Base32 Encoding

Current section

Files

Jump to
base32_crockford CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## v0.2.0
* renamed encoding and decoding option `check_symbol` to `checksum`.
* removed `partition_length` encoding option.
* introduced `partitions` encoding option.
* improved documentation.
## v0.1.0
* basic functionality