Releases: drudru/ansi_up
Releases · drudru/ansi_up
v6.0.5
v6.0.4
What's Changed
- Fix handling of faint-only style by @jonatanschroeder in #94
From @drudru:
I just forgot to pull the change into the .ts file. Whoops.
The v6.0.3 release had the correct change in the .js file.
New Contributors
- @jonatanschroeder made their first contribution in #94
Full Changelog: v6.0.3...v6.0.4
v6.0.3
Fixes #87 - types specified wrong in package.json
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.