Skip to content

v0.1.8.0

Compare
Choose a tag to compare
@winterland1989 winterland1989 released this 23 Oct 08:10
· 223 commits to master since this release

0.1.8.0 -- 2020-10-23

  • Rename ascii to vecASCII in Z.Data.Vector.QQ to match array QQ.
  • Add FoldCase instance to Text.
  • Add hex', hex_, uint_, int_, integer to Z.Data.Parser, change hex, uint, int to fail in case of overflow.
  • Add takeN to Z.Data.Parser.
  • Rename withCBytesListSafe to withCBytesList to match rest of the module.