Releases: essentialkaos/ek
Releases · essentialkaos/ek
Version 13.38.7 🟡
16 Feb 08:11
Compare
Sorry, something went wrong.
No results found
Changelog
Improvements
[log] Log panic to stderr with PanicHandler if global logger is nil
Version 13.38.6 🟡
14 Feb 23:00
Compare
Sorry, something went wrong.
No results found
Changelog
Improvements
[log] Fixed compatibility of PanicHandler with Go 1.26+
[timeutil] Code refactoring
Version 13.38.5 🟡
07 Feb 10:15
Compare
Sorry, something went wrong.
No results found
Changelog
New Features
[timeutil] Added method IsToday
Improvements
[timeutil] Method SecondsToDuration marked as deprecated
Version 13.38.4 🟡
01 Feb 20:28
Compare
Sorry, something went wrong.
No results found
Changelog
New Features
[timeutil] Added method ToSeconds
[timeutil] Added method ToMinutes
[timeutil] Added method ToHours
[timeutil] Added method ToDays
Version 13.38.3 🟡
19 Jan 10:15
Compare
Sorry, something went wrong.
No results found
Changelog
Improvements
[selfupdate] Reduced timeout for binary downloads to 10 seconds
Bugfixes
[selfupdate] Fixed bug with dispatching EV_BINARY_DOWNLOAD_COMPLETE event
Version 13.38.2 🟡
15 Jan 10:28
Compare
Sorry, something went wrong.
No results found
Changelog
New Features
[timeutil] Added method ToUnixIn
[timeutil] Added method ToUnixMilliIn
[timeutil] Added method ToUnixMicroIn
[timeutil] Added method ToUnixNanoIn
Version 13.38.1 🟡
13 Jan 13:22
Compare
Sorry, something went wrong.
No results found
Changelog
New Features
[csv] Added method Header.ToLower
[csv] Added method Header.ToUpper
[timeutil] Added method UnixIn
[timeutil] Added method UnixMilliIn
[timeutil] Added method UnixMicroIn
Improvements
[csv] Improved documentation
Dependencies update
Version 13.38.0 🟡
07 Jan 21:10
Compare
Sorry, something went wrong.
No results found
Changelog
Important
This release introduces breaking changes to the csv.NewReader method. You now have to provide a comma (columns separator ) as a method argument.
New Features
[csv] Read CSV header to Header slice if WithHeader is set to true
[csv] Added method for mapping CSV row data to a map using header data
Improvements
Version 13.37.5 🟡
15 Dec 15:10
Compare
Sorry, something went wrong.
No results found
Changelog
Improvements
[req] Improved default client settings for Dialer and Transport
Dependencies update
Version 13.37.4 🟡
12 Dec 08:26
Compare
Sorry, something went wrong.
No results found
Changelog
Improvements
[fmtc] Disabled color reset in Render method