Releases: essentialkaos/ek
Releases · essentialkaos/ek
Version 13.15.2
Changelog
Improvements
[color]
Improved named colors support
Version 13.15.1
Changelog
New Features
[options]
Added method Argument.Uint64
Improvements
[options]
Return type of method Argument.Uint
set from uint64
to uint
Version 13.15.0
Changelog
New Features
[color]
Added fmt.GoStringer
support for structs
[req]
Added more authentication methods (OAuth
, Digest
, VAPID
, AWS4
, API Key
)
[req]
Added support of custom authentication methods
Improvements
Version 13.14.2
Changelog
Improvements
[log]
Added variable LogLevels
with all supported log level names
Version 13.14.1
Changelog
Improvements
[path]
Added Windows support
Bugfixes
[usage]
Fixed bug with rendering examples (introduced in 13.14.0
)
Version 13.14.0
Changelog
New Features
[fmtutil/filetree]
Added experimental package for printing file tree
[fmtc]
Added methods Printfn
, Fprintfn
, Sprintfn
, and LPrintfn
[req]
Added custom encoder for arrays in Query
Improvements
[fmtutil/table]
Improved support of data with ANSI escape sequences
[fmtc]
NameColor
marked as deprecated (use method AddColor
instead)
Version 13.13.1
Changelog
Improvements
[spellcheck]
Distance calculation method now public
Version 13.13.0
Changelog
New Features
[req]
Added support for different types of slices to Query
[req]
Added support for fmt.Stringer
interface to Query
[req]
Added interface for custom struct encoding for Query
Improvements
[req]
Improved Query
encoding
Version 13.12.0
Changelog
New Features
[req]
Added custom timeout per request
[req]
Added Retrier
[req]
Make Limiter
public
[log]
Added WithFullCallerPath
option to enable the output of the full caller path
Improvements
[strutil]
Added support of escaped strings to Fields
[strutil]
Added fuzz tests for Fields
method
Bugfixes
[knf]
Fixed build of fuzz tests
Version 13.11.0
Changelog
New Features
[req]
Added request limiter