Skip to content

Commit b916820

Browse files
committed
Bump version to 0.29.1.
1 parent 1f5a827 commit b916820

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

changelog.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
[0.29.1]
2+
3+
* Export `Renderer` (#162, Federico Ramirez). Export the `Renderer`
4+
class so consumers can use it as a base class for their own custom
5+
`Renderer`'s. [API change]
6+
* Fix end source position for fenced code and raw HTML (#141).
7+
* Ensure that `\` is treated as punctuation character (#161).
8+
* Remove redundant token from `reHtmlBlockOpen` (Vas Sudanagunta).
9+
* Remove unused variable `reWhitespace`.
10+
* Don't decode url before encoding it again (Daniel Berndt).
11+
* Don't allow link destinations with unbalanced unescaped parens (#177).
12+
* Don't put quote delims on stack if not `--smart`.
13+
* Don't add to delim stack if `!can_open && !can_close` (#172).
14+
* Remove no longer used argument to `escapeXml` (#169, Robin Stocker).
15+
* Avoid numerical conversion for file names in argv (#164, Alex Kocharin).
16+
* Adapt existing encoding-based regression test and add `%25`-based
17+
regression test (Daniel Berndt).
18+
* Add pathological test for #172 illustrating quadratic time bug.
19+
* Fix pathological case commonmark/cmark#178.
20+
* Add pathological test for cmark#178.
21+
* Dingus: remove debugging console.log.
22+
* Sync `.editorconfig` `indent_size` to actual (#178, Vas Sudanagunta).
23+
* Add lint rule for unused variables
24+
* Apply npm audit suggestions.
25+
* Fixed invalid package.json dependency entries (Vas Sudanagunta).
26+
127
[0.29.0]
228

329
* Update spec to 0.29.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "commonmark",
33
"description": "a strongly specified, highly compatible variant of Markdown",
4-
"version": "0.29.0",
5-
"homepage": "http://commonmark.org",
4+
"version": "0.29.1",
5+
"homepage": "https://commonmark.org",
66
"keywords": [
77
"markdown",
88
"commonmark",

0 commit comments

Comments
 (0)