v0.2.0.0
winterland1989
released this
16 Dec 07:02
·
223 commits
to master
since this release
0.2.0.0 -- 2020-12-15
- Add
Z.Data.Text.Regex
module, which provide regex functions using RE2. - Rename
buildBytes
,buildBytesList
inZ.Data.Builder
tobuild
,buildChunks
. - Rename
encodeBytes
,encodeBytesList
inZ.Data.Builder
toencode
,encodeChunks
. buildChunks
now produces a lazy bytes list, (so thatencodeChunks
, etc.).- Functions in
Z.Data.Text.Search
now return char index by default, addfindBytesIndices/findBytesIndex/R
to
search for bytes index. - Add
fromStdString
toZ.Foreign
to marshallstd::string
from c++ code.