Releases: KristofferC/Crayons.jl
Releases · KristofferC/Crayons.jl
v4.1.1
v4.1.0
Crayons v4.1.0
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:
- Update README.md (#44) (@emmt)
- some updates (#50) (@KristofferC)
- switch to Github Actions (#51) (@KristofferC)
- kwarg change (#52) (@t-bltg)
- drop Julia 1.0 (#55) (@KristofferC)
v4.0.4
bump version
v4.0.3
bump version
v4.0.2
update testing matrix (#35)
v4.0.1
Crayons 4.0.0
The IO change to only print color codes in IO objects with the color attribute was reverted.
v3.0.0
- Drop 0.7 (hence new major version)
v2.0.0
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)
* fix for 1.0 * fix AV