Releases: drudru/ansi_up
Fixes #87 - types specified wrong in package.json
Fix for #88 - broken handling of SGR 22 in 6.0.0
Fixes #88 - just a minor bug fix release
6.0.0 - AnsiUp now an ES6 module
API CHANGES
#80 - ansi_up is now an ES6 module. This means that it can be loaded the same way everywhere
#71 - api change to 'allowlist' since major releases can make api changes
New Features
#78 - now supports the SGR 2 sequence
Also added 4 properties that can specify the styles for bold, faint, italic, and underline.
Other
#85 - remove the .vscode stuff
5.2.1 - Fix #76 - accidental change to package.json
5.2.0 - Re-add support for disabling html escape and other minor things
5.1.0 - Add support for Italic and Underline styles
Thanks to @DaoDaoNoCode for implements this feature in pull request #67.
5.0.1 - Minor bug fix for OSC hyperlinks with spaces
This fixes #65. Not much else to say.
Security fix for OSC URLs
If you had a malformed URL when using the OSC URL sequence, it would not be properly escaped.
Also, html escaping is now mandatory. The 'escape_for_html' property was removed.
As a result, we increased the MAJOR version to 5.
4.0.4 - Minor bug fix
4.0.3 Release - Escaped URL / Terminal Links support
Now supports escaped URL support - or 'terminal links' #51
This is the proper solution to displaying URLs in a terminal.
Additional bug fixes were also merged in.