Skip to content

Releases: essentialkaos/ek

Version 3.3.0

20 Aug 21:03
v3.3.0
Compare
Choose a tag to compare

New Features

  • [system/process] Added new package for getting information about active system processes

Bugfixes

  • [terminal] Fixed bug with title formating in ReadAnswer function

Version 3.2.3

16 Aug 12:36
v3.2.3
Compare
Choose a tag to compare

Bugfixes

  • [terminal] Fixed bug with title formating in ReadUI function

Version 3.2.2

12 Aug 10:07
v3.2.2
Compare
Choose a tag to compare

New Features

  • [req] Added content types constants

Version 3.2.1

01 Aug 23:07
v3.2.1
Compare
Choose a tag to compare

Bugfixes

  • [knf] Fixed typo in tests
  • [strutil] Removed unreachable code

Version 3.2.0

01 Aug 22:40
v3.2.0
Compare
Choose a tag to compare

New Features

  • [strutil] Added method Len which return number of symbols in string
  • [strutil] Added some benchmarks to tests

Improvements

  • [strutil] UTF-8 support for Substr, Tail, Head and Elipsis methods

Bugfixes

  • [fsutil] Fixed GetPerm stub for Windows
  • [fsutil] Fixed package description

Version 3.1.3

26 Jul 10:18
v3.1.3
Compare
Choose a tag to compare

Bugfixes

  • [req] RequestTimeout set to 0 (disabled) by default
  • [terminal] Fixed bug with source name file conventions
  • [system] Fixed bug with appending real user info on MacOS X

Version 3.1.1

23 Jul 23:36
v3.1.1
Compare
Choose a tag to compare

Bugfixes

  • [req] Small fixes in Request struct fields types

Version 3.1.0

21 Jul 23:28
v3.1.0
Compare
Choose a tag to compare

New Features

  • [req] Added DialTimeout and RequestTimeout variables for timeouts control

Improvements

  • [req] Lazy transport initialization

Version 3.0.3

14 Jul 09:36
v3.0.3
Compare
Choose a tag to compare

Bugfixes:

  • [system] Removed debug output

Version 3.0.2

13 Jul 14:24
v3.0.2
Compare
Choose a tag to compare

New Features:

  • Added makefile with some helpful commands (fmt, deps, test)

Bugfixes:

  • Small fixes in docs