Releases: essentialkaos/ek
Releases · essentialkaos/ek
Version 12.126.0
Changelog
New Features
[support]
Added support of Docker with gVisor
runtime
[system/container]
Added support of Docker with gVisor
runtime
[usage]
Added automatic wrapping for example, command, and option descriptions
Improvements
[color]
Documentation improvements
[sliceutil]
Code refactoring
Version 12.125.1
Changelog
New Features
[support/network]
Added Cloudflare trace (/cdn-cgi/trace
) support for public IP resolution
Improvements
[terminal]
Code refactoring
Version 12.125.0
New Features
[i18n]
Added new package for internationalization 🔥
[log]
Added field collection support (log.Fields
)
Improvements
[log]
Ignore fields without key
[log]
Added more usage examples
[pluralize]
Code refactoring
Bugfixes
[log]
Fixed formatting of JSON output when no message is passed
[pluralize]
Fixed bug with handling negative numbers
Version 12.124.0
Changelog
New Features
[env]
Add Variable
struct for lazy environment reading
[fmtc]
Add support of FMTC_NO_BOLD
, FMTC_NO_ITALIC
, and FMTC_NO_BLINK
environment variables
Version 12.123.2
Changelog
Bugfixes
[terminal]
Fixed bug with output messages from Error
and Warn
to stdout instead of stderr (introduced in 12.117.0
— 4c2bcac)
Version 12.123.1
Changelog
Improvements
[support/network]
Sort and deduplicate IPs
- Dependencies update
Version 12.123.0
Changelog
New Features
[csv]
Added method Reader.Line
Improvements
[csv]
Added more helpers for working with CSV row data
Version 12.122.0
Changelog
New Features
[csv]
Added helpers for working with CSV row
[csv]
Added option to skip header
Improvements
[option]
Removed Required
flag from option struct
Version 12.121.0
Changelog
New Features
Improvements
[support/deps]
Updated for compatibility with the latest version of depsy
[terminal/tty]
Improved check for systemd
Version 12.120.0
Changelog
New Features
[knf]
Added methods Alias
and Config.Alias
[sliceutil]
Added method IsEqual
Improvements
[knf]
Added property name validation for all getters
[knf]
Code refactoring
[knf]
Added more tests