|
| 1 | +[0.30.1] |
| 2 | + |
| 3 | + * Use ES modules (Iddan Aaronsohn). |
| 4 | + * Improve and simplify reference link normalization (#168). |
| 5 | + We now use the built in `str.toLowerCase().toUpperCase()`, which |
| 6 | + @rlidwka has shown does an accurate unicode case fold. |
| 7 | + This allows us to remove a huge lookup table and should |
| 8 | + both decrease the size of the library and speed things up. |
| 9 | + * Fix end source position for nested or indented fenrced code blocks. |
| 10 | + Improves on earlier fix to #141, which only worked for code blocks |
| 11 | + flush with the left margin. |
| 12 | + * Upgrade to entities 2.0+. |
| 13 | + * Fix generation of dist files for dingus. |
| 14 | + * Use esm for bin/commonmark, bench, test. |
| 15 | + * Use rollup uglify plugin to create minified dist. |
| 16 | + * Move dev dependencies to proper place in package.json. |
| 17 | + * Use rollup instead of browserify (Iddan Aaronsohn). |
| 18 | + * Reformat code with prettier (Iddan Aaronsohn). |
| 19 | + * Replace travis CI with GitHub Actions CI. |
| 20 | + * Bump versions of software to benchmark against. |
| 21 | + * Change jgm/commonmark.js to commonmark/commonmark.js (#126). |
| 22 | + * Security audit fixes. |
| 23 | + * Remove obsolete spec2js.js script |
| 24 | + * Remove test on node 9 and under. Only support actively maintained |
| 25 | + versions. |
| 26 | + * Run npm lint in ci. |
| 27 | + |
1 | 28 | [0.29.1]
|
2 | 29 |
|
3 | 30 | * Export `Renderer` (#162, Federico Ramirez). Export the `Renderer`
|
|
0 commit comments