base16

Pure Haskell base16 encoding/decoding (docs.ppad.tech/base16).
git clone git://git.ppad.tech/base16.git
Log | Files | Refs | README | LICENSE

CHANGELOG (347B)


      1 # Changelog
      2 
      3 - 0.2.1 (2025-12-28)
      4   * Adds an 'llvm' build flag and is now tested with GHC 9.10.3.
      5 
      6 - 0.2.0 (2025-03-10)
      7   * Fix bug in which inputs with uppercase hex characters failed to
      8     decode.
      9 
     10 - 0.1.1 (2025-02-28)
     11   * Roughly 2x faster decoding performance.
     12 
     13 - 0.1.0 (2025-01-17)
     14   * Initial release, supporting basic encoding/decoding.
     15