Skip to content

Releases: i582/cfmt

v1.4.0

24 Jun 17:02
188d99b
Compare
Choose a tag to compare
  • Added fmt.Errorf.

v1.3.0

08 May 21:17
cde156d
Compare
Choose a tag to compare
  • Added the DisableColors and EnableColors functions to disable and enable colors globally.

v1.2.0

25 Apr 19:40
df6b986
Compare
Choose a tag to compare
  • 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

11 Apr 11:46
05668e4
Compare
Choose a tag to compare
  • The number of dependencies has been reduced to one.
  • Added concealed style.
  • Removed overline and faint styles.
  • Added Fatalln function.

v1.0.10

09 Apr 11:09
Compare
Choose a tag to compare

Fixed parsing for two consecutive formatted groups.
For example:

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

v1.0.9

09 Apr 10:33
Compare
Choose a tag to compare

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

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

v1.0.8

09 Apr 07:46
Compare
Choose a tag to compare

Fixed background hex color.

v1.0.7

29 Nov 20:22
Compare
Choose a tag to compare
Merge remote-tracking branch 'origin/master'

v1.0.6

18 Nov 15:41
Compare
Choose a tag to compare
internal: update implementation

v1.0.5

17 Nov 23:08
Compare
Choose a tag to compare
internal: increase performance