Skip to content

Releases: drudru/ansi_up

3.0.0 Release - Bold support

05 Apr 00:13
Compare
Choose a tag to compare

Now has proper Bold support.
Bug fixes and pull requests merged.

2.0.2 Release - bug fix

27 Jun 06:05
Compare
Choose a tag to compare

Bug fix from #42 - fix the UMD support for webpack

2.0.1 Release - bug fix

24 Jun 00:18
Compare
Choose a tag to compare

Bug fix from #41 - adds support for another ANSI CSI code.

Support 256 color, full 24bit color, and additional ansi reset codes

14 Aug 18:51
Compare
Choose a tag to compare

Increase performance on large data sets

22 May 18:27
Compare
Choose a tag to compare
  • Increase performance on large data sets (#16) - thanks @ketan !

Now ignores non SGR or poorly formed ANSI codes

16 May 01:42
Compare
Choose a tag to compare
  • Now ignores non SGR or poorly formed ANSI codes (#15) - thanks @fetus-hina !
  • Added a little more to the Readme / docs