Z-Data v1.1.0.0 Release Notes

Release Date: 2021-07-15 // almost 3 years ago
    • ๐Ÿ›  Fix building issues on ARM platform.
    • โž• Add UUID builders and parsers(both textual binary).
    • โž• Add more PrimUnlifed instances to Z.Data.Array.UnliftedArray.
    • โž• Add doubleMutableArr to Z.Data.Array, useful in some buffer building logic.
    • โž• Add shuffle and permutations to Z.Data.Vector and Z.Data.Text.
    • โž• Add prettyJSON' to Z.Data.JSON with custom indentation.
    • ๐Ÿ”„ Change CBytes 's JSON instance to write __base64 field(instead of base64 field) when not UTF8 encoded.
    • โž• Add missing type alias UnliftedIORef for UnliftedRef RealWorld.

Previous changes from v1.0.0.1

    • ๐Ÿ›  Fix a regression in match parsing combinator where matched chunk is returned instead of precise matched input.