Z-Data v1.1.0.0 Release Notes
Release Date: 2021-07-15 // about 3 years ago-
- ๐ Fix building issues on ARM platform.
- โ Add
UUID
builders and parsers(both textual binary). - โ Add more
PrimUnlifed
instances toZ.Data.Array.UnliftedArray
. - โ Add
doubleMutableArr
toZ.Data.Array
, useful in some buffer building logic. - โ Add
shuffle
andpermutations
toZ.Data.Vector
andZ.Data.Text
. - โ Add
prettyJSON'
toZ.Data.JSON
with custom indentation. - ๐ Change
CBytes
's JSON instance to write__base64
field(instead ofbase64
field) when not UTF8 encoded. - โ Add missing type alias
UnliftedIORef
forUnliftedRef 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.
- ๐ Fix a regression in