Releases: essentialkaos/ek
Releases · essentialkaos/ek
Version 5.1.1
Improvements
[req]
ImprovedEngine
initialization routine
Bugfixes
[terminal]
Fixed bug in windows stub with error variable name
Version 5.1.0
New Features
[req]
ImprovedSetUserAgent
method for appending subpackages versions 🔥
Version 5.0.1
Bugfixes
[usage]
Fixed examples header
Version 5.0.0
This version contains all new features, bug fixes and improvements from version 4.0.0. Version 4.0.0 was removed due major bug in req
package.
New Features
[req]
Fixed major bug with setting method through helper functions[req]
Multi-client feature (usereq.Engine
insteadreq.Request
struct methods) 🔥[req]
Added different types support forQuery
[knf]
AddedNotContains
validator which check if given config property contains any value from given slice[uuid]
Added UUID generation based on SHA-1 hash of namespace UUID and name (version 5) 🔥
Improvements
[crypto]
Package divided into multiple packages (hash
,passwd
,uuid
)[system]
Added custom duration support forGetNetworkSpeed
andGetIOUtil
[system]
More logicalRunAsUser
arguments naming[kv]
Using values instead pointers[version]
Improved version parsing[netutil]
Added tests[system]
Code refactoring- Added usage examples
Bugfixes
[terminal]
Minor fixes in windows stubs
Version 3.5.1
Improvements
[usage]
Using dark grey color for license and copyright[fmtutil]
Added global variableSeparatorColorTag
for separator color customization[fmtutil]
Added global variableSeparatorTitleColorTag
for separator title color customization
Version 3.5.0
New Features
[terminal]
Added hints support from new version ofgo-linenoise
🔥[fmtc]
Light colors tag (-
) support 🔥
Improvements
[terminal]
Using forked go.linenoise package instead original[fmtc]
Changed colors for{s}
and{S}
tags from light grey to dark grey[usage]
Using dark grey color for option values and example description[tmp]
AddedDefaultDirPerms
andDefaultFilePerms
global variables for permissions customization
Version 3.4.2
Bugfixes
[strutil]
Fixed bug with overflowing int inTail
method
Version 3.4.1
Improvements
[terminal]
Improved reading user input
Version 3.4.0
New Features
[httputil]
AddedGetRequestAddr
,GetRemoteAddr
,GetRemoteHost
,GetRemotePort
methods
Version 3.3.1
Bugfixes
[usage]
Fixed bug with rendering command groups[terminal]
Small fixes in windows stubs