Skip to content

Releases: essentialkaos/ek

Version 12.127.0

21 Jun 22:25
v12.127.0
5e15e9e
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • [options] Added method Delete
  • [usage] Added support for optional arguments to usage info
  • [uuid] Added UUID7 generator

Improvements

  • [options] Code refactoring

Version 12.126.1

12 Jun 05:58
v12.126.1
01555d4
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • [usage] Added Info.WrapLen option for text wrapping configuration

Version 12.126.0

10 Jun 13:43
v12.126.0
e871ca2
Compare
Choose a tag to compare

Moderate Urgency

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

03 Jun 08:45
v12.125.1
276944c
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • [support/network] Added Cloudflare trace (/cdn-cgi/trace) support for public IP resolution

Improvements

  • [terminal] Code refactoring

Version 12.125.0

20 May 12:40
v12.125.0
2440b6e
Compare
Choose a tag to compare

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

12 May 21:04
v12.124.0
64833b8
Compare
Choose a tag to compare

Moderate Urgency

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

07 May 21:05
v12.123.2
51537ee
Compare
Choose a tag to compare

High Urgency

Changelog

Bugfixes

  • [terminal] Fixed bug with output messages from Error and Warn to stdout instead of stderr (introduced in 12.117.04c2bcac)

Version 12.123.1

07 May 13:43
v12.123.1
f609165
Compare
Choose a tag to compare

Moderate Urgency

Changelog

Improvements

  • [support/network] Sort and deduplicate IPs
  • Dependencies update

Version 12.123.0

06 May 12:27
v12.123.0
c907182
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • [csv] Added method Reader.Line

Improvements

  • [csv] Added more helpers for working with CSV row data

Version 12.122.0

04 May 21:20
v12.122.0
de98747
Compare
Choose a tag to compare

Moderate Urgency

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