Skip to content

Commit

Permalink
build: prep and create a 2.0.0-alpha release
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxRules committed Feb 2, 2022
1 parent 366ef28 commit e5f419b
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 11 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
<a name="2.0.0-alpha"></a>
# [2.0.0-alpha](https://github.com/showdownjs/showdown/compare/1.9.1...2.0.0-alpha) (2022-02-02)

### Breaking Changes
* 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
* The `yargs` dependecy was updated to `^17.2.1` to mitigate a security issue.
* The Showdown Licesnse has been changed from BSD-3-Clause to MIT

### Bug Fixes

* allow escaping of colons ([25c4420](https://github.com/showdownjs/showdown/commit/25c4420))
* reduce npm package size ([35730b7](https://github.com/showdownjs/showdown/commit/35730b7)), closes [#619](https://github.com/showdownjs/showdown/issues/619)

### Features

* - Added `ellipsis` option to configure if the ellipsis unicode character is used or not. ( Thanks @VladimirV99 )


<a name="1.9.1"></a>
## [1.9.1](https://github.com/showdownjs/showdown/compare/1.9.0...1.9.1) (2019-11-02)

Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,16 @@ The converter itself might even work in things that aren't web browsers, like Ac

## Node compatibility

Showdown has been tested with node 6, 8 and 10. However, it should work with previous versions, such as node 0.12.
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).

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

## Legacy version
## Pervious versions

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

If you are looking for showdown 1.* you can find it in the [version_1.x][version_1.x] branch.

## Changelog

You can check the full [changelog][changelog]
Expand Down
8 changes: 4 additions & 4 deletions dist/showdown.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/showdown.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/showdown.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/showdown.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "showdown",
"version": "1.9.1",
"version": "2.0.0-alpha",
"description": "A Markdown to HTML converter written in Javascript",
"author": "Estevão Santos",
"homepage": "http://showdownjs.com/",
Expand Down

0 comments on commit e5f419b

Please sign in to comment.