Skip to content

Commit

Permalink
Updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Dec 29, 2015
1 parent c8b859e commit 49f6073
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
[0.23.0]

* [API change] Rename nodes: "Html" -> "HtmlInline" (#63).
* [API change] Add `CustomBlock`, `CustomInline`.
* [API change] Rename "HorizontalRule" -> "ThematicBreak".
* [API change] Rename "Header" -> "Heading" (spec change).
* Don't allow whitespace between link text and link label
of a reference link (spec change.)
* Fixed calculation of list offsets (#59).
* Allow tab after bullet list marker (#59).
* `advanceOffset` - copy the code from `libcmark`.
* Fixed a list/tab/padding corner case (#59).
* Escape HTML contents in xml output, as the DTD requires PCDATA.
* xml renderer - added xmlns attribute (jgm/CommonMark#87).
* Test on node.js 5.x and 4.x (Nik Nyby). Remove testing on iojs.
* Initialize `_listData` to `{}` when creating `Node` (#74).
* Added version check for uglify; updated dist files (#69).
* Fix typo in breakOutOfLists description (Nik Nyby).
* Updated benchmarks in README.md.

[0.22.1]

* README: Use an https URL for commonmark.js (#71).
Expand Down

0 comments on commit 49f6073

Please sign in to comment.