Releases: ZHaskell/z-data
Releases · ZHaskell/z-data
v0.7.0.0
- Add more patterns to
Z.Data.ASCII. - Fix a bug in
Z.Data.Vector.Searchwhere needle is a singleton. - Optimize
mergeDupAdjacentfamily funtions inZ.Data.Vector.Sortto not copy vector in case of no duplication. - Add
scientific'toZ.Data.Builder, Add morePrintinstances. - Bump deps to support GHC 9.0.
0.3.0.0
- Hide
Textconstructor fromZ.Data.Text. - Add
fromStdStringtoZ.Data.CBytes. - Re-export
touchfromZ.Foreign, exportConvertErrorconstructor fromZ.Data.JSON. - Add
anyChar8toZ.Data.Parser. - Add
Z.Data.ASCII, movec2w,w2c,isDigit,isSpace,isHexDigitand ASCII constants to it. - Rename
ShowTclass toPrint, re-export fromZ.Data.Textmodule. - Add various JSON instances of types from
timepackage, addZ.Data.Builder.TimeandZ.Data.Parser.Time. - Fix a bug affecting comparing
PrimVectors.
v0.2.0.0
0.2.0.0 -- 2020-12-15
- Add
Z.Data.Text.Regexmodule, which provide regex functions using RE2. - Rename
buildBytes,buildBytesListinZ.Data.Buildertobuild,buildChunks. - Rename
encodeBytes,encodeBytesListinZ.Data.Buildertoencode,encodeChunks. buildChunksnow produces a lazy bytes list, (so thatencodeChunks, etc.).- Functions in
Z.Data.Text.Searchnow return char index by default, addfindBytesIndices/findBytesIndex/Rto
search for bytes index. - Add
fromStdStringtoZ.Foreignto marshallstd::stringfrom c++ code.
v0.1.8.0
0.1.8.0 -- 2020-10-23
- Rename
asciitovecASCIIinZ.Data.Vector.QQto match array QQ. - Add
FoldCaseinstance toText. - Add
hex',hex_,uint_,int_,integertoZ.Data.Parser, changehex,uint,intto fail in case of overflow. - Add
takeNtoZ.Data.Parser. - Rename
withCBytesListSafetowithCBytesListto match rest of the module.