Releases: drudru/ansi_up
Releases · drudru/ansi_up
3.0.0 Release - Bold support
Now has proper Bold support.
Bug fixes and pull requests merged.
2.0.2 Release - bug fix
Bug fix from #42 - fix the UMD support for webpack
2.0.1 Release - bug fix
Bug fix from #41 - adds support for another ANSI CSI code.
Support 256 color, full 24bit color, and additional ansi reset codes
- 256 color and 24bit color support (#17, #18, #19) - thanks @fetus-hina !
- Add ansi_to_text method (#20) - thanks @fetus-hina !
- reset bg and fg with 39 and 49 codes (#21) - thanks @eXtreme (hat tip @jimbauwens)
Increase performance on large data sets
Now ignores non SGR or poorly formed ANSI codes
- Now ignores non SGR or poorly formed ANSI codes (#15) - thanks @fetus-hina !
- Added a little more to the Readme / docs