Releases: showdownjs/showdown
Releases · showdownjs/showdown
2.1.0
2.0.4 (2022-04-21)
2.0.3 (2022-03-08)
2.0.0 (2022-02-15)
2.0.0 is mostly a maintenance release. There are only a few changes beyond 1.9.1 as noted below. The major driver of this update is to update the yargs dependency to a more recent version without security issues.
Breaking Changes
- Supported Node Versions were set to match the node release schedule which at the time of writing includes Node 12.x, 14.x, 16.x and 17.x
- The
yargs
dependency was updated to^17.2.1
to mitigate a security issue. - The Showdown license has been changed from BSD-3-Clause to MIT
Bug Fixes
Features
- Added
ellipsis
option to configure if the ellipsis unicode character is used or not. ( Thanks @VladimirV99 ) - Added a default security policy. Please report security issues to the issues tab on GitHub.
2.0.0-alpha (2022-02-01)
2.0.0-alpha is mostly a maintenance release. There are only a few changes beyond 1.9.1 as noted below. The major driver of this update is to update the yargs dependency to a more recent version without security issues.
Breaking Changes
- Supported Node Versions were set to match the node release schedule which at the time of writing includes Node 12.x, 14.x, 16.x and 17.x
- The
yargs
dependency was updated to^17.2.1
to mitigate a security issue. - The Showdown license has been changed from BSD-3-Clause to MIT
Bug Fixes
Features
-
- Added
ellipsis
option to configure if the ellipsis unicode character is used or not. ( Thanks @VladimirV99 )
- Added
1.9.1 (2019-11-02)
1.9.0 (2018-11-10)
Version 1.9.0 introduces a new feature, the HTML to Markdown converter. This feature is still experimental and is a partial backport of the new Reverse Converter planned for version 2.0.
Bug Fixes
- italicsAndBold: fix issue with consecutive spans (#608) (5c0d67e), closes #544
- underline: fix issue with consecutive spans (81edc70)
Features
1.8.7 (2018-10-16)
Bug Fixes
- emojis: fix emoji excessive size (4aca41c)
- gfm-codeblocks:
- images: fix js error when using image references (980e702), closes #585
- literalMidWordAsterisks: now parses single characters enclosed by * correctly (fe70e45), closes #478
- mentions: allow for usernames with dot, underscore and dash (dfeb1e2), closes #574
- nbsp: fix replacing of nbsp with regular spaces (8bc1f42)