All Versions
33
Latest Version
Avg Release Cycle
71 days
Latest Release
1666 days ago

Changelog History
Page 3

  • v0.13 Changes

    • โž• Add combinator to check for end of parsing.
  • v0.12 Changes

    • ๐Ÿ›  Fix compilation with mkWeak and latest GHC (Lars Kuhtz)
  • v0.11 Changes

    • โž• add support for GHC 8.0.1
  • v0.10 Changes

    • ๐Ÿ‘‰ make memConstEqual more constant not using boolean comparaison
  • v0.9 Changes

    • memConstEqual was comparing length times the first byte instead of comparing all the bytes one to one
  • v0.8 Changes

    • โž• Add Base64 variants (Luke Taylor)
    • ๐Ÿ›  Fix compilation on Haiku (Jessica Hamilton)
  • v0.7 Changes

    • ๐Ÿ›  Fix fixed sized scrubber written too hastily, that would zero out memory, as the index was written through byte size, whereas the primitive would consider it as WordX type index. it would helps if Ghc.Prim had better documentation.
  • v0.6 Changes

    • ๐Ÿ›  Fix compilation on architecture where endianness is not a compile time define related to their cabal arch().
  • v0.5 Changes

    • โž• Add Base32 support (Nicolas Di Prima)
    • ๐Ÿ›  Fix build on 32 bit by simplifying scrubber, and adding Word64 type + operations compatibility
  • v0.4 Changes

    • โž• Add Ord instances for SipHash and FnvHash (Nicolas Di Prima)
    • ๐Ÿ›  Fix GHC-7.2 build by defining unsafeShiftL (Adam Bergmark)
    • ๐Ÿ›  Fix show instance of Bytes to properly display each bytes instead of just the end one
    • โž• Add View type that emulate a view on a ByteArray type (Nicolas Di Prima)