Skip to content

Releases: essentialkaos/ek

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

Version 12.121.0

02 May 22:18
v12.121.0
98163ea
Compare
Choose a tag to compare

Moderate Urgency

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

29 Apr 14:15
v12.120.0
d4fd4ce
Compare
Choose a tag to compare

Moderate Urgency

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

Version 12.119.0

29 Apr 09:38
v12.119.0
a75bcaa
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • [initsystem] Added launchd support
  • [support/services] Added package for collecting services info

Version 12.118.0

27 Apr 13:21
v12.118.0
0cc25ed
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • [terminal/input] Added method SetHistoryCapacity

Improvements

  • [options] Improved Errors.String output formatting
  • [terminal/input] Added more usage examples
  • [terminal/input] Code refactoring