Skip to content

Commit

Permalink
Update to 0.30.0, update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Mar 14, 2020
1 parent 568add8 commit 98c25ab
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
[0.30.1]

* Use ES modules (Iddan Aaronsohn).
* Improve and simplify reference link normalization (#168).
We now use the built in `str.toLowerCase().toUpperCase()`, which
@rlidwka has shown does an accurate unicode case fold.
This allows us to remove a huge lookup table and should
both decrease the size of the library and speed things up.
* Fix end source position for nested or indented fenrced code blocks.
Improves on earlier fix to #141, which only worked for code blocks
flush with the left margin.
* Upgrade to entities 2.0+.
* Fix generation of dist files for dingus.
* Use esm for bin/commonmark, bench, test.
* Use rollup uglify plugin to create minified dist.
* Move dev dependencies to proper place in package.json.
* Use rollup instead of browserify (Iddan Aaronsohn).
* Reformat code with prettier (Iddan Aaronsohn).
* Replace travis CI with GitHub Actions CI.
* Bump versions of software to benchmark against.
* Change jgm/commonmark.js to commonmark/commonmark.js (#126).
* Security audit fixes.
* Remove obsolete spec2js.js script
* Remove test on node 9 and under. Only support actively maintained
versions.
* Run npm lint in ci.

[0.29.1]

* Export `Renderer` (#162, Federico Ramirez). Export the `Renderer`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "commonmark",
"description": "a strongly specified, highly compatible variant of Markdown",
"version": "0.29.1",
"version": "0.30.0",
"homepage": "https://commonmark.org",
"keywords": [
"markdown",
Expand Down

0 comments on commit 98c25ab

Please sign in to comment.