Z-Data v0.6.1.0 Release Notes

Release Date: 2021-02-04 // about 3 years ago
    • โž• Add key and nth lens to Z.Data.JSON.Value for manipulating nested value more easily.
    • โœ… Port patch from bytestring #301 #310 #315, Improve stime, sconcat, intersperse.
    • โž• Add JSON pretty printer prettyJSON/prettyValue to Z.Data.JSON.
    • ๐Ÿšš Move many instances from Z.Data.JSON.Base to Z.Data.JSON to reduce the chance of heap overflow when compile.
    • โž• Add modifyIndex/insertIndex/deleteIndex to array and vector, rewrite `FlatMap/FlatSet/FlatInMap/FlatIntSet' to use them.
    • โœ‚ Remove linearSearch from Z.Data.Vector.FlatMap/FlatInMap, use find/findR from Z.Data.Vector.Search instead.
    • โž• Add displayWidth to Z.Data.Text.
    • ๐Ÿšš Move floatToScientific/doubleToScientific to Z.Data.JSON.Value.