Skip to content

Releases: drudru/ansi_up

Fixes #87 - types specified wrong in package.json

25 Aug 00:50
Compare
Choose a tag to compare

Fixes #87 - types specified wrong in package.json

Fix for #88 - broken handling of SGR 22 in 6.0.0

25 Aug 00:39
Compare
Choose a tag to compare

Fixes #88 - just a minor bug fix release

6.0.0 - AnsiUp now an ES6 module

15 Aug 00:43
Compare
Choose a tag to compare

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

03 Apr 18:26
Compare
Choose a tag to compare

5.2.1 - Fix #76 - accidental change to package.json.

When I did an npm update, it made npm a non-development dependency.

Thanks @doronpr

5.2.0 - Re-add support for disabling html escape and other minor things

31 Mar 20:50
Compare
Choose a tag to compare

Thanks to @Taitava for pull request #74

I also did an update of the development npm dependencies to make dependabot happy.

5.1.0 - Add support for Italic and Underline styles

02 Nov 20:45
Compare
Choose a tag to compare

Thanks to @DaoDaoNoCode for implements this feature in pull request #67.

5.0.1 - Minor bug fix for OSC hyperlinks with spaces

07 Apr 05:32
Compare
Choose a tag to compare

This fixes #65. Not much else to say.

Security fix for OSC URLs

29 Jan 07:14
Compare
Choose a tag to compare

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

28 Jul 00:20
Compare
Choose a tag to compare
  • Merged proper path to Typescript d.ts file in package.json (#54)
  • Merged in an actual LICENSE file (no change to license) (#53)

4.0.3 Release - Escaped URL / Terminal Links support

11 Feb 22:54
Compare
Choose a tag to compare

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.