v0.1.8.0
winterland1989
released this
23 Oct 08:10
·
223 commits
to master
since this release
0.1.8.0 -- 2020-10-23
- 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.