Skip to content

Commit 9958ba5

Browse files
committed
build: release 2.1.0
1 parent 2be8e2f commit 9958ba5

6 files changed

+57
-15
lines changed

CHANGELOG.md

+12-11
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
1-
<a name="2.0.4"></a>
2-
## [2.0.4](https://github.com/showdownjs/showdown/compare/2.0.3...2.0.4) (2022-04-21)
3-
4-
5-
* test(cli)!: Add test for multiple config options ([914129f](https://github.com/showdownjs/showdown/commit/914129f)), closes [#916](https://github.com/showdownjs/showdown/issues/916)
6-
7-
8-
### Bug Fixes
9-
10-
* **cli:** cli displays the correct version number ([8b48882](https://github.com/showdownjs/showdown/commit/8b48882))
11-
1+
<a name="2.1.0"></a>
2+
## [2.1.0](https://github.com/showdownjs/showdown/compare/2.0.0...2.1.0) (2022-04-21)
123

134
### BREAKING CHANGES
145

@@ -24,6 +15,16 @@ after:
2415
showdown makehtml -i foo.md -o bar.html -c strikethrough -c emoji
2516
```
2617

18+
<a name="2.0.4"></a>
19+
## [2.0.4](https://github.com/showdownjs/showdown/compare/2.0.3...2.0.4) (2022-04-21)
20+
21+
22+
* test(cli): Add test for multiple config options ([914129f](https://github.com/showdownjs/showdown/commit/914129f)), closes [#916](https://github.com/showdownjs/showdown/issues/916)
23+
24+
25+
### Bug Fixes
26+
27+
* **cli:** cli displays the correct version number ([8b48882](https://github.com/showdownjs/showdown/commit/8b48882))
2728

2829

2930
<a name="2.0.3"></a>

dist/showdown.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/showdown.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

performance.json

+1-1
Large diffs are not rendered by default.

performance.log.md

+41
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,47 @@
11
# Performance Tests for showdown
22

33

4+
## [version 2.1.0](https://github.com/showdownjs/showdown/tree/2.1.0)
5+
6+
### Test Suite: Basic (50 cycles)
7+
| test | avgTime | max | min |
8+
|:-----|--------:|----:|----:|
9+
|Simple "Hello World"|0.157|4.508|0.052|
10+
|performance.testfile.md|17.764|29.882|15.538|
11+
12+
### Test Suite: subParsers (20 cycles)
13+
| test | avgTime | max | min |
14+
|:-----|--------:|----:|----:|
15+
|hashHTMLBlocks|2.627|4.903|1.402|
16+
|anchors|0.324|2.384|0.182|
17+
|autoLinks|0.055|0.179|0.041|
18+
|blockQuotes|1.404|2.848|1.172|
19+
|codeBlocks|0.154|0.700|0.103|
20+
|codeSpans|0.183|0.277|0.157|
21+
|detab|0.043|0.069|0.040|
22+
|encodeAmpsAndAngles|0.079|0.112|0.072|
23+
|encodeBackslashEscapes|0.049|0.082|0.040|
24+
|encodeCode|0.394|0.904|0.342|
25+
|escapeSpecialCharsWithinTagAttributes|0.155|0.430|0.123|
26+
|githubCodeBlocks|0.092|0.155|0.084|
27+
|hashBlock|0.019|0.047|0.015|
28+
|hashElement|0.001|0.019|0.000|
29+
|hashHTMLSpans|2.613|2.921|2.501|
30+
|hashPreCodeTags|0.055|0.164|0.045|
31+
|headers|0.773|1.967|0.640|
32+
|horizontalRule|0.118|0.198|0.102|
33+
|images|0.105|0.167|0.079|
34+
|italicsAndBold|0.174|0.490|0.136|
35+
|lists|1.708|2.064|1.562|
36+
|outdent|0.154|0.191|0.098|
37+
|paragraphs|3.536|5.371|3.043|
38+
|spanGamut|2.512|3.307|2.220|
39+
|strikethrough|0.003|0.045|0.000|
40+
|stripLinkDefinitions|1.237|1.860|1.120|
41+
|tables|0.002|0.024|0.000|
42+
|unescapeSpecialChars|0.009|0.053|0.006|
43+
44+
445
## [version 2.0.4](https://github.com/showdownjs/showdown/tree/2.0.4)
546

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

0 commit comments

Comments
 (0)