Skip to content

Commit b3dd26a

Browse files
committed
chore: release 2.0.2
1 parent 3871765 commit b3dd26a

File tree

6 files changed

+55
-4
lines changed

6 files changed

+55
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="2.0.2"></a>
2+
## [2.0.2](https://github.com/showdownjs/showdown/compare/2.0.1...2.0.2) (2022-03-03)
3+
4+
5+
### Bug Fixes
6+
7+
* **cli:** cli now works properly ([3871765](https://github.com/showdownjs/showdown/commit/3871765)), closes [#893](https://github.com/showdownjs/showdown/issues/893) [#894](https://github.com/showdownjs/showdown/issues/894)
8+
9+
10+
111
<a name="2.0.1"></a>
212
# [2.0.1](https://github.com/showdownjs/showdown/compare/2.0.0...2.0.1) (2022-03-01)
313

dist/showdown.js

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: 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": "2.0.1",
3+
"version": "2.0.2",
44
"description": "A Markdown to HTML converter written in Javascript",
55
"author": "Estevão Santos",
66
"homepage": "http://showdownjs.com/",

performance.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

performance.log.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,47 @@
11
# Performance Tests for showdown
22

33

4+
## [version 2.0.2](https://github.com/showdownjs/showdown/tree/2.0.2)
5+
6+
### Test Suite: Basic (50 cycles)
7+
| test | avgTime | max | min |
8+
|:-----|--------:|----:|----:|
9+
|Simple "Hello World"|0.198|0.411|0.171|
10+
|performance.testfile.md|31.211|97.959|24.150|
11+
12+
### Test Suite: subParsers (20 cycles)
13+
| test | avgTime | max | min |
14+
|:-----|--------:|----:|----:|
15+
|hashHTMLBlocks|4.368|11.737|2.211|
16+
|anchors|0.500|3.835|0.257|
17+
|autoLinks|0.092|0.366|0.073|
18+
|blockQuotes|2.462|4.735|1.882|
19+
|codeBlocks|0.246|1.418|0.157|
20+
|codeSpans|0.265|0.370|0.235|
21+
|detab|0.054|0.166|0.045|
22+
|encodeAmpsAndAngles|0.097|0.153|0.091|
23+
|encodeBackslashEscapes|0.112|0.854|0.062|
24+
|encodeCode|0.615|1.063|0.530|
25+
|escapeSpecialCharsWithinTagAttributes|0.259|0.875|0.189|
26+
|githubCodeBlocks|0.186|0.397|0.156|
27+
|hashBlock|0.042|0.166|0.034|
28+
|hashElement|0.004|0.049|0.001|
29+
|hashHTMLSpans|4.876|9.954|4.385|
30+
|hashPreCodeTags|0.284|0.947|0.207|
31+
|headers|2.051|4.183|1.464|
32+
|horizontalRule|0.180|0.309|0.145|
33+
|images|0.150|0.326|0.122|
34+
|italicsAndBold|0.265|0.915|0.209|
35+
|lists|2.896|4.415|2.498|
36+
|outdent|0.184|0.278|0.161|
37+
|paragraphs|5.950|10.206|5.022|
38+
|spanGamut|3.921|5.157|3.465|
39+
|strikethrough|0.006|0.095|0.001|
40+
|stripLinkDefinitions|1.813|2.950|1.412|
41+
|tables|0.007|0.094|0.001|
42+
|unescapeSpecialChars|0.012|0.069|0.008|
43+
44+
445
## [version 2.0.1](https://github.com/showdownjs/showdown/tree/2.0.1)
546

647
### Test Suite: Basic (50 cycles)

0 commit comments

Comments
 (0)