Z-Data v0.2.0.0 Release Notes

Release Date: 2020-12-15 // over 3 years ago
    • โž• Add Z.Data.Text.Regex module, which provide regex functions using RE2.
    • ๐Ÿ— Rename buildBytes, buildBytesList in Z.Data.Builder to build, buildChunks.
    • ๐Ÿ— Rename encodeBytes, encodeBytesList in Z.Data.Builder to encode, encodeChunks.
    • ๐Ÿ— buildChunks now produces a lazy bytes list, (so that encodeChunks, etc.).
    • 0๏ธโƒฃ Functions in Z.Data.Text.Search now return char index by default, add findBytesIndices/findBytesIndex/R to search for bytes index.
    • โž• Add fromStdString to Z.Foreign to marshall std::string from c++ code.