Skip to content
Snippets Groups Projects
changelog.txt 1.79 KiB
Newer Older
Ashe Connor's avatar
Ashe Connor committed
### 0.2.14

* Speed enhancements. (#76, Brian Anderson)
* Target latest spec; bring comrak closer into line with cmark. (#81, Brian Anderson and Ashe Connor)

Ashe Connor's avatar
Ashe Connor committed
### 0.2.13

* Speed enhancements. (#75, Shaquille Johnson)

### 0.2.12

* Add safety options per the reference C implementation. (#67)

Ashe Connor's avatar
Ashe Connor committed
### 0.2.11

* Expose Arena type so users don't need to bring it in themselves (#66, Vincent
  Prouillet).

Ashe Connor's avatar
Ashe Connor committed
### 0.2.10

* Bring up to date with latest spec.
* Fix parsing of tables nested in other block elements (#61, Brian Anderson).
* Protect against stack smashing in inline processors and CommonMark and HTML
  formatters (#63, Brian Anderson).

Ashe Connor's avatar
Ashe Connor committed
### 0.2.9

* Fix a corner case in the ATX header parser (#53, Brian Anderson).
* Fix grammar for scanning table marker rows (#55, Brian Anderson).
* Add smart punctuation (#57).

Ashe Connor's avatar
Ashe Connor committed
### 0.2.8

* Add `default-info-string` argument/option to specify a default language in fenced
  code blocks. (Thanks to @steveklabnik for the suggestion.)

Ashe Connor's avatar
Ashe Connor committed
### 0.2.7

* Use [`pest`](https://github.com/pest-parser/pest) instead of regexes for lexing.

Ashe Connor's avatar
Ashe Connor committed
### 0.2.6

* Fixed a bug where back-to-back emphases would not be processed correctly.
  (#45; thanks to @SSJohns for the report.)

Ashe Connor's avatar
Ashe Connor committed
### 0.2.5

* Fixed a bug where an exclamation mark "!" followed by a footnote would be
  eaten by the parser.

Ashe Connor's avatar
Ashe Connor committed
### 0.2.4

* Added footnotes support.

Ashe Connor's avatar
Ashe Connor committed
### 0.2.3

* Added header IDs extension.

Ashe Connor's avatar
Ashe Connor committed
### 0.2.2

* Fix for pathological reference link parsing.

Ashe Connor's avatar
Ashe Connor committed
### 0.2.1

* Speed optimisations.

Ashe Connor's avatar
Ashe Connor committed
### 0.2.0

* The formatters no longer produce Strings themeselves; you must specify an
  output stream.
* Speed up whitespace normalisation.

Ashe Connor's avatar
Ashe Connor committed
### 0.1.9

* Multibyte character fix for autolink (#35, Shaquille Johnson).
* Resolve panics with tables in awkward situations (#36).

Ashe Connor's avatar
Ashe Connor committed
### 0.1.8

* Fix possible DoS in link parsing (#33, Demi Obenour).