Skip to content

Releases: essentialkaos/ek

Version 13.15.2

16 Dec 22:14
v13.15.2
64709c4
Compare
Choose a tag to compare

Moderate Urgency

Changelog

Improvements

  • [color] Improved named colors support

Version 13.15.1

11 Dec 21:20
v13.15.1
bc4546d
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • [options] Added method Argument.Uint64

Improvements

  • [options] Return type of method Argument.Uint set from uint64 to uint

Version 13.15.0

10 Dec 20:40
v13.15.0
0287efa
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • [color] Added fmt.GoStringer support for structs
  • [req] Added more authentication methods (OAuth, Digest, VAPID, AWS4, API Key)
  • [req] Added support of custom authentication methods

Improvements

  • [color] Code refactoring

Version 13.14.2

05 Dec 12:40
v13.14.2
32e8501
Compare
Choose a tag to compare

Low Urgency

Changelog

Improvements

  • [log] Added variable LogLevels with all supported log level names

Version 13.14.1

03 Dec 13:28
v13.14.1
25b8507
Compare
Choose a tag to compare

Moderate Urgency

Changelog

Improvements

  • [path] Added Windows support

Bugfixes

  • [usage] Fixed bug with rendering examples (introduced in 13.14.0)

Version 13.14.0

02 Dec 15:12
v13.14.0
3cf3361
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • [fmtutil/filetree] Added experimental package for printing file tree
  • [fmtc] Added methods Printfn, Fprintfn, Sprintfn, and LPrintfn
  • [req] Added custom encoder for arrays in Query

Improvements

  • [fmtutil/table] Improved support of data with ANSI escape sequences
  • [fmtc] NameColor marked as deprecated (use method AddColor instead)

Version 13.13.1

26 Nov 20:53
v13.13.1
f2aa447
Compare
Choose a tag to compare

Low Urgency

Changelog

Improvements

  • [spellcheck] Distance calculation method now public

Version 13.13.0

26 Nov 11:43
v13.13.0
c7cd09c
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • [req] Added support for different types of slices to Query
  • [req] Added support for fmt.Stringer interface to Query
  • [req] Added interface for custom struct encoding for Query

Improvements

  • [req] Improved Queryencoding

Version 13.12.0

18 Nov 13:01
v13.12.0
34d5214
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • [req] Added custom timeout per request
  • [req] Added Retrier
  • [req] Make Limiter public
  • [log] Added WithFullCallerPath option to enable the output of the full caller path

Improvements

  • [strutil] Added support of escaped strings to Fields
  • [strutil] Added fuzz tests for Fields method

Bugfixes

  • [knf] Fixed build of fuzz tests

Version 13.11.0

12 Nov 21:40
v13.11.0
916514c
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • [req] Added request limiter