Skip to content

Releases: i582/cfmt

v1.4.0

Choose a tag to compare

@i582 i582 released this 24 Jun 17:02
188d99b
  • Added fmt.Errorf.

v1.3.0

Choose a tag to compare

@i582 i582 released this 08 May 21:17
cde156d
  • Added the DisableColors and EnableColors functions to disable and enable colors globally.

v1.2.0

Choose a tag to compare

@i582 i582 released this 25 Apr 19:40
df6b986
  • Added package clog which contains functions for output the same as in log.
  • Fatal* functions moved from cfmt to clog.
  • Due to the addition of packages, the library import now contains a cmd folder.

v1.1.0

Choose a tag to compare

@i582 i582 released this 11 Apr 11:46
05668e4
  • The number of dependencies has been reduced to one.
  • Added concealed style.
  • Removed overline and faint styles.
  • Added Fatalln function.

v1.0.10

Choose a tag to compare

@i582 i582 released this 09 Apr 11:09

Fixed parsing for two consecutive formatted groups.
For example:

cfmt.Println("{{hello}}::red{{world}}::green")

v1.0.9

Choose a tag to compare

@i582 i582 released this 09 Apr 10:33

Fixed output for structures and lines containing curly braces at the end.
Such as, for example:

"{{{Hello}}}::red"

v1.0.8

Choose a tag to compare

@i582 i582 released this 09 Apr 07:46

Fixed background hex color.

v1.0.7

Choose a tag to compare

@i582 i582 released this 29 Nov 20:22
Merge remote-tracking branch 'origin/master'

v1.0.6

Choose a tag to compare

@i582 i582 released this 18 Nov 15:41
internal: update implementation

v1.0.5

Choose a tag to compare

@i582 i582 released this 17 Nov 23:08
internal: increase performance