All Versions
26
Latest Version
Avg Release Cycle
11 days
Latest Release
2192 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.3.0.0 Changes
December 29, 2020- โ Add
getSystemTime'toZ.IO.Time. - โ Add
shutdownUVStreamtoZ.IO.UV.UVStream. - ๐ Change
sourceFrom/sinkToFiletoinitSourceFrom/initSinkToFile. - โฌ๏ธ Bump
Z-Dataversion.
- โ Add
-
v0.2.0.0 Changes
December 16, 2020- โ Add
sourceParsedBufferInputand JSON sources toZ.IO.BIO. - ๐ Fix
readLineandnewLineSplitter. - ๐ Improve low resolution timer precision.
- ๐ Fix a bug in
Z.IO.FileSystem.FilePath.relative, see #17.
- โ Add
-
v0.1.9.0 Changes
November 23, 2020- ๐ Clean up API in
Z.IO.Buffered, removereadToMagic',readLine',readExactly'. - ๐ป
readExactlynow throw exception when not reading enough bytes before EOF. - โ Add
Show/ShowTinstance toUVStream,StdStream,UDP,UVManager. - โ Add JSON instance to various types:
SocketAddrand all configure types. - ๐ฐ Rename
InetAddrtoIPv4,Inet6AddrtoIPv6, changeSocketAddr's constructor name, and payload order. - โ Add
seektoZ.IO.FileSystem.
- ๐ Clean up API in
-
v0.1.8.1 Changes
November 21, 2020- Export
ZStreamtype fromZ.IO.BIO.Zlib
- Export
-
v0.1.8.0 Changes
November 20, 2020- โ Remove type index from
BufferedInput,BufferedOutput. - โ Add
Z.IO.BIOmodule to facilitate streaming process, andZ.IO.BIO.Concurrentto facilitate producer-consumer model. - โ Remove streamming related functions from
Z.IO.Buffered, useZ.IO.BIOinstead. - ๐
Move
Z.IO.Compression.ZlibtoZ.IO.BIO.Zlib, change API toBIOstyle. - โ Add
Z.IO.FileSystem.Watchmodule, provides cross-platform filesystem watching.
- โ Remove type index from
-
v0.1.7.0 Changes
October 24, 2020- โ Add
iso8016DateFormat, change logger's default time format to include time zone. - ๐ Rename
warntowarning, changeLeveltoInttype alias inZ.IO.Logger, addcritical. - Export
TimeValfromZ.IO.Environment. - โ Add
getCPUInfo,getLoadAvg,getXXXMemtoZ.IO.Environment.
- โ Add
-
v0.1.6.1 Changes
October 17, 2020- Export
ResUsagefromZ.IO.Environment. - Export
LevelfromZ.IO.Logger. - โ Add linefeed with default logger formattor.
- Export
-
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.Ansimodule, add a default colored logger. - โ Add
Z.IO.Timemodule, for fast time parsing and formatting. - โ Add
Z.IO.FileSystem.FilePathmodule for file path manipulations. - โ Add
getCWD,chDir,getHomeDir,getTempDir,getPassWDtoZ.IO.Environment. - โ Add
chown,fchown,lchowntoZ.IO.FileSystemandZ.IO.FileSystem.Threaded. - ๐ Rename
UVFDtoFDaccross module.
-
v0.1.5.2 Changes
October 13, 2020- ๐ Fix windows dist(add
fs-fd-hash-inl.hto other-source-files).
- ๐ Fix windows dist(add
-
v0.1.5.1 Changes
October 13, 2020- Export
ProcessFlagfromZ.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
IOEInfotype to useTextinstead ofCBytes.
- Export