Z-Data v1.1.0.0 Release Notes
Release Date: 2021-07-15 // almost 4 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