8000 Releases · essentialkaos/ek · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: essentialkaos/ek

Version 13.30.1 🟡

17 Jun 12:35
v13.30.1
85836c0
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • [hashutil] Added method Hash.Equal
  • [hashutil] Added method Hash.EqualString
  • [hashutil] Added method Hash.IsEmpty

Version 13.30.0 🟡

16 Jun 21:11
v13.30.0
653e53a
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • [options] Added method Map.SetIf

Improvements

  • [options] Improved method Map.Set

Version 13.29.1 🟡

15 Jun 21:20
v13.29.1
dc89954
Compare
Choose a tag to compare

Moderate Urgency

Changelog

Bugfixes

  • [support] Fixed minor bug with printing custom binary name

Version 13.29.0 🟡

15 Jun 20:25
v13.29.0
37c1b69
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • [selfupdate] Added new package for application self-update
  • [timeutil] Added time.Duration wrapper for printing pretty duration
  • [spinner] Added support of different duration formats
  • [strutil] Added method Wrap

Improvements

  • [hashutil] Using Hash type instead of strings
  • [color] Code refactoring
  • [cron] Code refactoring
  • [csv] Code refactoring
  • [events] Code refactoring
  • [fmtutil] Code refactoring
  • [fmtutil/filetree] Code refactoring
  • [i18n] Code refactoring
  • [initsystem] Code refactoring
  • [knf] Code refactoring
  • [log] Code refactoring
  • [options] Code refactoring
  • [progress] Code refactoring
  • [req] Code refactoring
  • [secstr] Code refactoring
  • [spellcheck] Code refactoring
  • [strutil] Code refactoring
  • [support] Code refactoring
  • [system] Code refactoring
  • [timeutil] Code refactoring
  • [usage] Code refactoring
  • [usage/update] Code refactoring
  • [mathutil] Methods Min and Max marked as deprecated
  • [fmtc] Deprecated methods have been removed
  • [fsutil] Deprecated methods have been removed
  • [knf] Deprecated methods have been removed
  • [knf/validators] Deprecated validators have been removed
  • [log] Deprecated variables have been removed
  • [sliceutil] Deprecated methods have been removed
  • [timeutil] Removed useless method DurationToSeconds

Version 13.28.2 🟡

06 Jun 08:19
v13.28.2
a0d27f9
Compare
Choose a tag to compare

Moderate Urgency

Changelog

Improvements

  • [options] Improved support of -- option (POSIX standard convention that means "everything that follows is not an option")
  • [options] Code refactoring
  • Dependencies update

Version 13.28.1 🟡

05 Jun 09:42
v13.28.1
99ce0b4
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • [sliceutil] Added method Filter

Version 13.28.0 🟡

25 May 21:50
v13.28.0
26c66bc
Compare
Choose a tag to compare

Moderate Urgency

Changelog

Important

The hash package has been deprecated and replaced by the hashutil package. To keep the same functionality just replace hash.FileHash(pathToFile) by hashutil.File(pathToFile, sha256.New()).


New Features

  • [hashutil] Added new package with helpers for calculating hashes of files, byte slices, and strings using any hasher compatible with hash.Hash
  • [req] Added methods Response.JSONWithHash and Response.SaveWithHash for transparent data's hash calculation

Improvements

  • [req] Code refactoring
  • [hash] Package deprecated
  • [errutil] Package deleted

Version 13.27.4

23 May 22:48
v13.27.4
71d6fa9
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • [timeutil] Added method ParseWithAny

Version 13.27.3 🟡

22 May 20:58
v13.27.3
2822b58
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • [log] Added method Fields.AddF

Version 13.27.2 🟡

21 May 13:16
v13.27.2
bbfa690
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • [sliceutil] Added method Shuffle
0