All Versions
26
Latest Version
Avg Release Cycle
11 days
Latest Release
1560 days ago

Changelog History
Page 3

  • v0.1.5.0 Changes

    October 10, 2020
    • โž• Add Z.IO.Process module.
    • ๐Ÿšš Move many flag type to type alias from newtype, adjust patterns haddock.
    • ๐Ÿ”€ Sync IPC's server API to TCP's.
  • v0.1.4.0 Changes

    October 02, 2020
    • โž• Add Z.IO.Environment module.
    • โž• Add various instances to data types in Z.IO.UV.FFI.
    • ๐Ÿ›  Fix a UDP batch receiving bug.
    • โœ‚ Remove UV prefix in config data types(Z.IO.FileSystem, Z.IO.UDP).
    • ๐Ÿ”„ Change TCP, IPC server config, move server worker to start params instead of config.
    • Logger type rework, colorful logger are possible.
  • v0.1.3.0 Changes

    September 28, 2020
    • 0๏ธโƒฃ Rename newBufferedInput/Output to newBufferedInput'/Output', add default chunk newBufferedInput/Output.
    • โœ‚ Remove ghc-pirm depends.
    • ๐Ÿ‘‰ Make library works with GHC 8.6 and 8.8 again.
  • v0.1.2.0 Changes

    September 28, 2020
    • โž• Add file offset interface back, see FilePtr and FilePtrT.
    • โœ‚ Remove checkFileTClosed from Z.IO.FileSystem.Threaded.
    • ๐Ÿง Take c source file list from libuv Makefile, remove lib requirements on linux and osx.
    • Fix uv_check_t initiate order in accept loop, which cause a segfault.
  • v0.1.1.2 Changes

    September 25, 2020
    • ๐Ÿ›  Fix macOS build problem caused by missing zconf.h.
    • โž• Add more tests(TCP, IPC).
  • v0.1.1.0 Changes

    September 19, 2020
    • โž• Add stream utilities to Z.IO.Buffered.
    • โž• Add Z.Compression.Zlib.