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

Changelog History
Page 2

  • v0.3.0.0 Changes

    December 29, 2020
    • โž• Add getSystemTime' to Z.IO.Time.
    • โž• Add shutdownUVStream to Z.IO.UV.UVStream.
    • ๐Ÿ”„ Change sourceFrom/sinkToFile to initSourceFrom/initSinkToFile.
    • โฌ†๏ธ Bump Z-Data version.
  • v0.2.0.0 Changes

    December 16, 2020
    • โž• Add sourceParsedBufferInput and JSON sources to Z.IO.BIO.
    • ๐Ÿ›  Fix readLine and newLineSplitter.
    • ๐Ÿ‘Œ Improve low resolution timer precision.
    • ๐Ÿ›  Fix a bug in Z.IO.FileSystem.FilePath.relative, see #17.
  • v0.1.9.0 Changes

    November 23, 2020
    • ๐Ÿšš Clean up API in Z.IO.Buffered, remove readToMagic', readLine', readExactly'.
    • ๐Ÿ‘ป readExactly now throw exception when not reading enough bytes before EOF.
    • โž• Add Show/ShowT instance to UVStream, StdStream, UDP, UVManager.
    • โž• Add JSON instance to various types: SocketAddr and all configure types.
    • ๐Ÿ›ฐ Rename InetAddr to IPv4, Inet6Addr to IPv6, change SocketAddr 's constructor name, and payload order.
    • โž• Add seek to Z.IO.FileSystem.
  • v0.1.8.1 Changes

    November 21, 2020
    • Export ZStream type from Z.IO.BIO.Zlib
  • v0.1.8.0 Changes

    November 20, 2020
    • โœ‚ Remove type index from BufferedInput, BufferedOutput.
    • โž• Add Z.IO.BIO module to facilitate streaming process, and Z.IO.BIO.Concurrent to facilitate producer-consumer model.
    • โœ‚ Remove streamming related functions from Z.IO.Buffered, use Z.IO.BIO instead.
    • ๐Ÿ’… Move Z.IO.Compression.Zlib to Z.IO.BIO.Zlib, change API to BIO style.
    • โž• Add Z.IO.FileSystem.Watch module, provides cross-platform filesystem watching.
  • v0.1.7.0 Changes

    October 24, 2020
    • โž• Add iso8016DateFormat, change logger's default time format to include time zone.
    • ๐Ÿš‘ Rename warn to warning, change Level to Int type alias in Z.IO.Logger, add critical.
    • Export TimeVal from Z.IO.Environment.
    • โž• Add getCPUInfo, getLoadAvg, getXXXMem to Z.IO.Environment.
  • v0.1.6.1 Changes

    October 17, 2020
    • Export ResUsage from Z.IO.Environment.
    • Export Level from Z.IO.Logger.
    • โž• Add linefeed with default logger formattor.
  • v0.1.6.0 Changes

    October 17, 2020
    • ๐Ÿ›  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.
  • v0.1.5.2 Changes

    October 13, 2020
    • ๐Ÿ›  Fix windows dist(add fs-fd-hash-inl.h to other-source-files).
  • v0.1.5.1 Changes

    October 13, 2020
    • Export ProcessFlag from Z.IO.Process.
    • โž• Add quick read & write functions to fileSystem modules.
    • Fix a bug: when exception raise from server loop an uninitialized uv_check_t is closed.
    • โšก๏ธ Update libuv's version to 1.40.1.
    • ๐Ÿ”„ Change IOEInfo type to use Text instead of CBytes.