Releases: essentialkaos/ek
Releases · essentialkaos/ek
Version 13.5.1
Changelog
New Features
[mathutil]
Added method FromPerc
Improvements
[mathutil]
Code refactoring
Version 13.5.0
Changelog
New Features
[support/resources]
Added package for collecting info about CPU and memory
[system/sysctl]
Added method All
to get all kernel parameters
[system]
Added macOS support for GetCPUInfo
[system]
Added macOS support for GetMemUsage
[support]
Added locale to default OS info output
[mathutil]
Added methods IsInt
, IsFloat
, and IsNumber
[support]
Added info if CGO is used for build
Version 13.4.0
Changelog
New Features
[system/sysctl]
Added new package for reading kernel parameters
[strutil]
Added method SqueezeRepeats
Version 13.3.5
Changelog
Improvements
[timeutil]
Improved formatting of days and seconds in MiniDuration
Version 13.3.4
Changelog
New Features
[timeutil]
Added support of minutes, hours and days to MiniDuration
[timeutil]
Added separator customization to MiniDuration
Improvements
[timeutil]
Added usage examples for MiniDuration
Version 13.3.3
Changelog
Improvements
[support]
Improved output of large list of IPv4 and IPv6 addresses
Bugfixes
[support/apps]
Fixed Docker version extraction
Version 13.3.2
Changelog
New Features
[support/apps]
Added support for Docker, Podman, and LXC
Improvements
[rand]
Removed method Int
[rand]
Code refactoring
Version 13.3.1
Changelog
New Features
[cache]
Added constants with duration
Improvements
[cache/fs]
Using cache.Duration
instead of time.Duration
[cache/memory]
Using cache.Duration
instead of time.Duration
[cache/fs]
Added check for passed expiration duration in Set
[cache/fs]
Code refactoring
Bugfixes
[cache/fs]
Fixed bug with closing item file after reading data
[cache/fs]
Fixed bug with removing expired items in Get
Version 13.3.0
Changelog
New Features
[cache/fs]
Added cache with file system storage
[sliceutil]
Added method Join
Improvements
[cache]
In-memory cache moved to cache/memory
[cache/memory]
Code refactoring
- Stubs refactoring
Version 13.2.1
Changelog
New Features
[terminal/input]
Added NewLine
flag
Improvements
[sliceutil]
Methods Copy
, IsEqual
, Index
, Contains
, and Deduplicate
marked as deprecated
[terminal/input]
Improved TMUX support