Skip to content

Releases: KyoriPowered/ansi

🌈 ansi 1.1.1

14 Dec 05:20
Compare
Choose a tag to compare

This is a small patch release that improves the colour level detection logic used.

What's Changed

  • feat: Handle J22 logic for detecting if a console is interactive by @zml2008 in #59
  • improve colorlevel detection by @MiniDigger in #57

New Contributors

Full Changelog: v1.1.0...v1.1.1

🌈 ansi 1.1.0

22 Jun 23:34
Compare
Choose a tag to compare

ansi 1.1.0 is a small feature release for users of the library.

What's Changed

✨ Features

🐛 Fixes

  • Fix incompatibility with JAnsi < 2.1.0 by @Vankka in #48

New Contributors

Full Changelog: v1.0.3...v1.1.0

🌈 ansi 1.0.3

04 Aug 14:56
Compare
Choose a tag to compare

ansi 1.0.3 is a small bugfix release that improves color level detection on Windows platforms by taking advantage of information available from JAnsi.

🐛 Fixes

  • Use JAnsi for color level support if it exists by @rymiel in #30

Full Changelog: v1.0.2...v1.0.3

🌈 ansi 1.0.2

16 Jul 18:49
Compare
Choose a tag to compare

This is a small bugfix release for ansi

🐛 Fixes

  • fix: Don't try to use colors on non-terminals by @rymiel in #29

Full Changelog: v1.0.1...v1.0.2

🌈 ansi 1.0.1

15 Jun 02:17
Compare
Choose a tag to compare

This is a quick bugfix release for users of ansi 1.0.0, fixing a style bleed issue.

Fixes 🐛

  • fix: Pushing empty style onto empty stack bleeds colour by @rymiel in #26

Full Changelog: v1.0.0...v1.0.1

🌈 ansi 1.0.0

24 Apr 04:59
Compare
Choose a tag to compare

Initial release!