Z-Data v0.1.8.0 Release Notes

Release Date: 2020-10-23 // over 3 years ago
    • ๐Ÿ“‡ 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.