Skip to content

Commit e5f419b

Browse files
committed
build: prep and create a 2.0.0-alpha release
1 parent 366ef28 commit e5f419b

File tree

7 files changed

+32
-11
lines changed

7 files changed

+32
-11
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
<a name="2.0.0-alpha"></a>
2+
# [2.0.0-alpha](https://github.com/showdownjs/showdown/compare/1.9.1...2.0.0-alpha) (2022-02-02)
3+
4+
### Breaking Changes
5+
* Supported Node Versions were set to match the [node release schedule](https://nodejs.org/en/about/releases/) which at the time of writing includes Node 12.x, 14.x, 16.x and 17.x
6+
* The `yargs` dependecy was updated to `^17.2.1` to mitigate a security issue.
7+
* The Showdown Licesnse has been changed from BSD-3-Clause to MIT
8+
9+
### Bug Fixes
10+
11+
* allow escaping of colons ([25c4420](https://github.com/showdownjs/showdown/commit/25c4420))
12+
* reduce npm package size ([35730b7](https://github.com/showdownjs/showdown/commit/35730b7)), closes [#619](https://github.com/showdownjs/showdown/issues/619)
13+
14+
### Features
15+
16+
* - Added `ellipsis` option to configure if the ellipsis unicode character is used or not. ( Thanks @VladimirV99 )
17+
18+
119
<a name="1.9.1"></a>
220
## [1.9.1](https://github.com/showdownjs/showdown/compare/1.9.0...1.9.1) (2019-11-02)
321

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,16 @@ The converter itself might even work in things that aren't web browsers, like Ac
9393

9494
## Node compatibility
9595

96-
Showdown has been tested with node 6, 8 and 10. However, it should work with previous versions, such as node 0.12.
96+
Showdown supports node versions in the "Current", "Active" and "Maintenance" phases. Currently this includes Node 12.x, 14.x, 16.x and 17.x. See the [node release roadmap for more details](12.x, 14.x, 16.x, 17.x).
9797

98+
Other versions of node may likely work, but they are not tested regularly.
9899

99-
## Legacy version
100+
## Pervious versions
100101

101102
If you're looking for showdown v<1.0.0, you can find it in the [**legacy branch**][legacy-branch].
102103

104+
If you are looking for showdown 1.* you can find it in the [version_1.x][version_1.x] branch.
105+
103106
## Changelog
104107

105108
You can check the full [changelog][changelog]

dist/showdown.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/showdown.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/showdown.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/showdown.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "showdown",
3-
"version": "1.9.1",
3+
"version": "2.0.0-alpha",
44
"description": "A Markdown to HTML converter written in Javascript",
55
"author": "Estevão Santos",
66
"homepage": "http://showdownjs.com/",

0 commit comments

Comments
 (0)