Skip to content

Releases: KristofferC/Crayons.jl

v4.1.1

20 Jan 11:49
417e3af
Compare
Choose a tag to compare

Crayons v4.1.1

Diff since v4.1.0

Closed issues:

  • Downcasting to 256 colors (#58)

Merged pull requests:

v4.1.0

03 Jan 11:29
b31ea35
Compare
Choose a tag to compare

Crayons v4.1.0

Diff since v4.0.4

Closed issues:

  • Precompilation warning on Julia nightly (#45)
  • precompile warning on 1.7.0-beta and master (#46)
  • Problem in README.md -- shownumbers param (#54)

Merged pull requests:

v4.0.4

31 Aug 14:58
4cf50b8
Compare
Choose a tag to compare
bump version

v4.0.3

26 Jun 07:20
8a92a6f
Compare
Choose a tag to compare
bump version

v4.0.2

14 May 10:33
ba6da83
Compare
Choose a tag to compare
update testing matrix (#35)

v4.0.1

19 Nov 14:48
v4.0.1
Compare
Choose a tag to compare

v4.0.1 (2019-11-19)

Diff since v4.0.0

Closed issues:

  • define new color (#31)

Crayons 4.0.0

23 Mar 09:42
fc8cc8e
Compare
Choose a tag to compare

The IO change to only print color codes in IO objects with the color attribute was reverted.

v3.0.0

16 Mar 12:02
fbd677f
Compare
Choose a tag to compare
  • Drop 0.7 (hence new major version)

v2.0.0

11 Mar 08:08
8478ff0
Compare
Choose a tag to compare

Crayons now (similar to Base printstyled) only print color codes in the case that the IO object defines it with the :color => true keyword as an IOContext property. This could be a breaking change for e.g. tests that expect the color codes to always be printed.

v1.0.0: fix for 1.0 (#23)

09 Aug 12:14
bef1ad1
Compare
Choose a tag to compare
* fix for 1.0

* fix AV