|
| 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 | + |
1 | 27 | [0.29.0]
|
2 | 28 |
|
3 | 29 | * Update spec to 0.29.
|
|
0 commit comments