All Versions
38
Latest Version
Avg Release Cycle
9 days
Latest Release
1028 days ago

Changelog History
Page 4

  • v0.1.6.0 Changes

    October 09, 2020
    • ๐Ÿšš Rename ToText to ShowT, toText to showT, add FFI types instances, remove Str newtype.
    • ๐Ÿ”„ Change Text 's Show and ShowT escaping rules to reuse JSON escaping, remove Read instance.
    • โž• Add ShowT instances to CBytes and FFI types.
  • v0.1.5.0 Changes

    October 02, 2020
    • ๐Ÿ“Œ Rework CBytes type to use unpinned byte array, add withCBytesUnsafe, allocCBytesUnsafe.
    • Export head, tail, init, last from Z.IO.Vector, Z.IO.Text (well, safety first).
    • ๐Ÿ”„ Change unalignedSize in UnalignedAccess class's type to take a instance type and return Int.
    • ๐Ÿ“‡ Rename UnalignedAccess to Unaligned.
  • v0.1.4.2 Changes

    October 02, 2020
    • โœ‚ Remove withMutablePrimArrayUnsafe/Safe from Z.Foreign.
    • โž• Add allocPrimArrayUnsafe/Safe, allocPrimVectorUnsafe/Safe, allocBytesUnsafe/Safe, fromPtr/fromPrimPtr to Z.Foreign.
  • v0.1.4.1 Changes

    September 29, 2020
    • โž• Add fromNullTerminated to Z.Foreign(and Z.Data.Vector.Base).
    • ๐Ÿ”„ Change Category and Locale(Z.Data.Text) to use pattern synonyms, add envLocale to Z.Data.Text.
    • โž• Add validateASCII and validateASCIIMaybe to Z.Data.Text.
  • v0.1.4.0 Changes

    September 24, 2020
    • ๐Ÿ‘‰ Make library works with GHC 8.6 and 8.8 again.
    • โž• Add pinPrimVector and pinPrimArray to Z.Foreign.
    • ๐Ÿ“œ Export fail' from Z.Data.Parser
  • v0.1.3.1 Changes

    September 24, 2020
    • ๐Ÿ”„ Change clearMBA 's type to match clearPtr.
    • ๐Ÿšš Move peekMBA, pokeMBA to UnalignedAccess class.
  • v0.1.3.0 Changes

    September 20, 2020
    • โž• Add indexing funtion to Z.Data.Vector and Z.Data.Text.
    • โž• Add peekMBA, pokeMBA and clearMBA to Z.Foreign.
  • v0.1.2.0 Changes

    September 19, 2020
    • ๐Ÿ“‡ Rename read/write/indexWord8ArrayAs to read/write/indexWord8ArrayAs#.
    • โž• Add read/write/indexWord8ArrayAs, read/write/indexPrimWord8ArrayAs.
    • ๐Ÿ›  Fix JSON encoding code in generic instance(constructor with single payload case).