Releases: essentialkaos/ek
Releases · essentialkaos/ek
Version 13.13.1
Version 13.13.0
Version 13.12.0
Changelog
New Features
[req]
Added custom timeout per request[req]
AddedRetrier
[req]
MakeLimiter
public[log]
AddedWithFullCallerPath
option to enable the output of the full caller path
Improvements
[strutil]
Added support of escaped strings toFields
[strutil]
Added fuzz tests forFields
method
Bugfixes
[knf]
Fixed build of fuzz tests
Version 13.11.0
Version 13.10.1
Version 13.10.0
Important
This release contains breaking changes to the input.Read
, input.ReadPassword
, and input.ReadPasswordSecure
methods. Prior to this release, all of these methods took a boolean argument to disallow empty input. Since we are adding input validators, you will need to use the NotEmpty
validator for the same behaviour.
Changelog
New Features
[fmtutil/table]
Added automatic breaks feature[terminal/input]
Added input validation feature 🔥
Bugfixes
[terminal/input]
Fixed bug with hiding the password whenHidePassword
is set to true and an empty input error is displayed[terminal/input]
Fixed bug with printing new line after input field on error