All Versions
26
Latest Version
Avg Release Cycle
11 days
Latest Release
1014 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.3.0.0 Changes
December 29, 2020- ➕ Add
getSystemTime'
toZ.IO.Time
. - ➕ Add
shutdownUVStream
toZ.IO.UV.UVStream
. - 🔄 Change
sourceFrom/sinkToFile
toinitSourceFrom/initSinkToFile
. - ⬆️ Bump
Z-Data
version.
- ➕ Add
-
v0.2.0.0 Changes
December 16, 2020- ➕ Add
sourceParsedBufferInput
and JSON sources toZ.IO.BIO
. - 🛠 Fix
readLine
andnewLineSplitter
. - 👌 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'
. - 👻
readExactly
now throw exception when not reading enough bytes before EOF. - ➕ Add
Show/ShowT
instance toUVStream
,StdStream
,UDP
,UVManager
. - ➕ Add JSON instance to various types:
SocketAddr
and all configure types. - 🛰 Rename
InetAddr
toIPv4
,Inet6Addr
toIPv6
, changeSocketAddr
's constructor name, and payload order. - ➕ Add
seek
toZ.IO.FileSystem
.
- 🚚 Clean up API in
-
v0.1.8.1 Changes
November 21, 2020- Export
ZStream
type fromZ.IO.BIO.Zlib
- Export
-
v0.1.8.0 Changes
November 20, 2020- ✂ Remove type index from
BufferedInput
,BufferedOutput
. - ➕ Add
Z.IO.BIO
module to facilitate streaming process, andZ.IO.BIO.Concurrent
to facilitate producer-consumer model. - ✂ Remove streamming related functions from
Z.IO.Buffered
, useZ.IO.BIO
instead. - 💅 Move
Z.IO.Compression.Zlib
toZ.IO.BIO.Zlib
, change API toBIO
style. - ➕ Add
Z.IO.FileSystem.Watch
module, 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
warn
towarning
, changeLevel
toInt
type alias inZ.IO.Logger
, addcritical
. - Export
TimeVal
fromZ.IO.Environment
. - ➕ Add
getCPUInfo
,getLoadAvg
,getXXXMem
toZ.IO.Environment
.
- ➕ Add
-
v0.1.6.1 Changes
October 17, 2020- Export
ResUsage
fromZ.IO.Environment
. - Export
Level
fromZ.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.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
toZ.IO.Environment
. - ➕ Add
chown
,fchown
,lchown
toZ.IO.FileSystem
andZ.IO.FileSystem.Threaded
. - 📇 Rename
UVFD
toFD
accross module.
-
v0.1.5.2 Changes
October 13, 2020- 🛠 Fix windows dist(add
fs-fd-hash-inl.h
to other-source-files).
- 🛠 Fix windows dist(add
-
v0.1.5.1 Changes
October 13, 2020- Export
ProcessFlag
fromZ.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 useText
instead ofCBytes
.
- Export