Skip to content

Releases: essentialkaos/ek

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

Version 12.117.0

26 Apr 20:11
v12.117.0
5a42e8b
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • [terminal/input] Added new package for working with user input
  • [options] Added helper for working with errors

Improvements

  • [terminal] All methods for working with user input moved to separate package
  • [terminal] Improved rendering messages with prefix
  • [options] Code refactoring
  • [terminal] Code refactoring

Important

  • [mathutil] Removed all deprecated methods
  • [passwd] Removed all deprecated methods
  • [sliceutil] Removed all deprecated methods
  • [terminal] Removed all deprecated methods
  • [usage] Removed all deprecated methods
  • [uuid] Removed all deprecated methods
  • [terminal/window] Package removed due to deprecation of all methods

Version 12.116.0

22 Apr 09:32
v12.116.0
955f3e9
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

Version 12.115.0

21 Apr 20:02
v12.115.0
8968fd0
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • [knf/united] Added method GetMapping

Version 12.114.0

04 Apr 12:54
v12.114.0
c32ecc2
Compare
Choose a tag to compare

Moderate Urgency

Changelog

Improvements

  • [knf/united] Added method CombineSimple

Bugfixes

  • Fixed some typos

Version 12.113.1

01 Apr 10:29
v12.113.1
2a47332
Compare
Choose a tag to compare

Moderate Urgency

Changelog

Improvements

  • [support/pkgs] Added compatibility with macOS

Version 12.113.0

30 Mar 13:33
v12.113.0
685e7ea
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • [options] Alias, Conflicts, and Bound now supports string slices

Improvements

  • [options] Improved string representation format of Map, V and option name
  • [terminal/tty] Windows stubs refactoring

Version 12.112.1

29 Mar 13:29
v12.112.1
cd01d4a
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • [support] Added binary name info
  • [terminal/tty] Added method IsSystemd

Improvements

  • [fsutil] Method IsNonEmpty marked as deprecated

Bugfixes

  • [fsutil] Fixed stubs for Windows

Version 12.111.1

26 Mar 10:10
v12.111.1
a8dbdda
Compare
Choose a tag to compare

Low Urgency

Changelog

Improvements

  • [knf/united] United configuration separated from global KNF configuration

Version 12.111.0

24 Mar 20:47
v12.111.0
3ca60ec
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • [knf/united] Added helper method AddOptions
  • [options] Added methods V.String and Map.String

Improvements

  • [support] Minor UI improvement
  • [options] Code refactoring