Z-IO v0.6.2.0 Release Notes

Release Date: 2020-02-18 // about 4 years ago
    • ๐Ÿšš Hide Logger constructor from Z.IO.Logger, remove implementation details such as defaultTSCache, pushLogIORef, flushLogIORef, add loggerFormatter to LoggerConfig.
    • โž• Add newStdLogger/newFileLogger to make new logger easily.
    • Rework Z.IO.FileSystem.Watch's API, change watchDirs to accept a recursive param and a callback.
    • Hide Z.IO.UV.Win module, which should not be directly used by user.
    • ๐Ÿ›  Fix a bug when stdio is redirected to pipes: https://github.com/ZHaskell/z-io/pull/16