Releases: essentialkaos/ek
Releases · essentialkaos/ek
Version 3.3.0
New Features
[system/process]
Added new package for getting information about active system processes
Bugfixes
[terminal]
Fixed bug with title formating inReadAnswer
function
Version 3.2.3
Bugfixes
[terminal]
Fixed bug with title formating inReadUI
function
Version 3.2.2
New Features
[req]
Added content types constants
Version 3.2.1
Bugfixes
[knf]
Fixed typo in tests[strutil]
Removed unreachable code
Version 3.2.0
New Features
[strutil]
Added methodLen
which return number of symbols in string[strutil]
Added some benchmarks to tests
Improvements
[strutil]
UTF-8 support forSubstr
,Tail
,Head
andElipsis
methods
Bugfixes
[fsutil]
FixedGetPerm
stub for Windows[fsutil]
Fixed package description
Version 3.1.3
Bugfixes
[req]
RequestTimeout
set to 0 (disabled) by default[terminal]
Fixed bug with source name file conventions[system]
Fixed bug with appending real user info on MacOS X
Version 3.1.1
Bugfixes
[req]
Small fixes in Request struct fields types
Version 3.1.0
New Features
[req]
AddedDialTimeout
andRequestTimeout
variables for timeouts control
Improvements
[req]
Lazy transport initialization
Version 3.0.3
Bugfixes:
[system]
Removed debug output
Version 3.0.2
New Features:
- Added makefile with some helpful commands (
fmt
,deps
,test
)
Bugfixes:
- Small fixes in docs