Z-IO v0.1.6.0 Release Notes

Release Date: 2020-10-17 // over 3 years ago
    • ๐Ÿ›  Fix a bug affects udp exception raising(simliar to the one fixed in 0.1.5.2).
    • โž• Add Z.IO.StdStream.Ansi module, add a default colored logger.
    • โž• Add Z.IO.Time module, for fast time parsing and formatting.
    • โž• Add Z.IO.FileSystem.FilePath module for file path manipulations.
    • โž• Add getCWD, chDir, getHomeDir, getTempDir, getPassWD to Z.IO.Environment.
    • โž• Add chown, fchown, lchown to Z.IO.FileSystem and Z.IO.FileSystem.Threaded.
    • ๐Ÿ“‡ Rename UVFD to FD accross module.