Skip to content

Releases: drudru/ansi_up

v6.0.5

04 Apr 22:21
Compare
Choose a tag to compare

Full Changelog: v6.0.4...v6.0.5

Again a whoops. Both the .ts and the .js should have the change now.

v6.0.4

04 Apr 21:53
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: v6.0.3...v6.0.4

v6.0.3

03 Apr 05:20
Compare
Choose a tag to compare

What's Changed

  • fix: Include faint style when no other modifiers are active by @gabe565 in #93

New Contributors

Full Changelog: v6.0.2...v6.0.3

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.