Skip to content

Commit 98c25ab

Browse files
committed
Update to 0.30.0, update changelog.
1 parent 568add8 commit 98c25ab

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

changelog.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
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+
128
[0.29.1]
229

330
* Export `Renderer` (#162, Federico Ramirez). Export the `Renderer`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "commonmark",
33
"description": "a strongly specified, highly compatible variant of Markdown",
4-
"version": "0.29.1",
4+
"version": "0.30.0",
55
"homepage": "https://commonmark.org",
66
"keywords": [
77
"markdown",

0 commit comments

Comments
 (0)