All Versions
38
Latest Version
Avg Release Cycle
9 days
Latest Release
1238 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v0.5.0.0 Changes
January 15, 2021- โ Add
ParseChunks
type alias, removeparseChunks'
fromZ.Data.JSON
. - ๐ Change JSON instance of
Data.Version
to use JSON Array. - โ Add
fromByteString
andtoByteString
toZ.Foreign
. - ๐ Change license's copyright to test --test-show-details=direct
- โ Add
-
v0.4.0.0 Changes
January 11, 2021- ๐ Merge
FromValue
,ToValue
,EncodeJSON
toJSON
class, add instances for containers. - A new
Z.Data.JSON.Converter
module to be reused in other protocol decoding. - โ Add more tests for JSON module, fix buggy instances(
Ordering
,DayOfWeek
). - ๐ Fix a bug in
BE Double
Unaligned
instance. - โ Add
arrVec
toZ.Data.Vector
to convert a whole array to vector.
- ๐ Merge
-
v0.3.0.0 Changes
December 29, 2020- Hide
Text
constructor fromZ.Data.Text
. - โ Add
fromStdString
toZ.Data.CBytes
. - Re-export
touch
fromZ.Foreign
, exportConvertError
constructor fromZ.Data.JSON
. - โ Add
anyChar8
toZ.Data.Parser
. - โ Add
Z.Data.ASCII
, movec2w
,w2c
,isDigit
,isSpace
,isHexDigit
and ASCII constants to it. - ๐จ Rename
ShowT
class toPrint
, re-export fromZ.Data.Text
module. - โ Add various JSON instances of types from
time
package, addZ.Data.Builder.Time
andZ.Data.Parser.Time
. - ๐ Fix a bug affecting comparing
PrimVector
s.
- Hide
-
v0.2.0.0 Changes
December 15, 2020- โ 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.). - 0๏ธโฃ 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.
- โ Add
-
v0.1.9.0 Changes
October 23, 2020- โ Add
Z.Data.Vecotr.Hex
,Z.Data.Vector.Base64
module. - ๐ Improve
Z.Data.Builder
's performance, removeAllocateStrategy
,buildAndRun
. - โ Remove
TextBuilder
newtype fromZ.Data.Text.ShowT
, addbuildText
,unsafeBuildText
toZ.Data.Builder
.
- โ Add
-
v0.1.8.0 Changes
October 23, 2020- ๐ Rename
ascii
tovecASCII
inZ.Data.Vector.QQ
to match array QQ. - โ Add
FoldCase
instance toText
. - Add
hex'
,hex_
,uint_
,int_
,integer
toZ.Data.Parser
, changehex
,uint
,int
to fail in case of overflow. - โ Add
takeN
toZ.Data.Parser
. - ๐ Rename
withCBytesListSafe
towithCBytesList
to match rest of the module.
- ๐ Rename
-
v0.1.7.2 Changes
October 17, 2020- โ Add
withPrimArrayListUnsafe
,withPrimArrayListSafe
,withCBytesUnsafe
,withCBytesListSafe
.
- โ Add
-
v0.1.7.1 Changes
October 17, 2020- โ Add
singleton
toZ.IO.CBytes
, fixunpack
when there're trailing illegal UTF8 codepoints.
- โ Add
-
v0.1.7.0 Changes
October 15, 2020- ๐ Change
defaultChunkSize
from 32K to 16K to reduce memory overhead. - ๐ Change
CBytes
to use null terminated byte array, add JSON instances. - โ Add JSON instances to various arrays, Fix
Char
's JSON instance to reject string length > 1. - โ Add
decodeText
anddecodeText'
toZ.Data.JSON
.
- ๐ Change
-
v0.1.6.1 Changes
October 09, 2020- โ Remove
Str
newtype. - ๐ Make
CBytes
a newtype. - โ Add JSON instances for
ExitCode
, Add Unaligned instances forPtr a
. - ๐ Use type alias instead of newtypes for
Locale
,Category
inZ.Data.Text
.
- โ Remove