Browse Source

1.4.0 released

pull/14/head
Vitaly Puzrin 10 years ago
parent
commit
d3b92b50c8
  1. 1
      CHANGELOG.md
  2. 2
      package.json

1
CHANGELOG.md

@ -5,6 +5,7 @@
- Added `renderInline()` and `parseInline()` methods. - Added `renderInline()` and `parseInline()` methods.
- Added abbreviations support. - Added abbreviations support.
- Fixed problem with tables, having single column. - Fixed problem with tables, having single column.
- Fixed rendered rules rewrite for inline tags.
- Changed internal api (ruler, inline, block classes). - Changed internal api (ruler, inline, block classes).
- Removed typographer chain (rules moved to `core`). - Removed typographer chain (rules moved to `core`).
- Removed all typographer options. Quote chars defs moved to `options.quotes`. - Removed all typographer options. Quote chars defs moved to `options.quotes`.

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "remarkable", "name": "remarkable",
"version": "1.3.0", "version": "1.4.0",
"description": "Markdown parser, done right. Commonmark support, extensions, syntax plugins, high speed - all in one.", "description": "Markdown parser, done right. Commonmark support, extensions, syntax plugins, high speed - all in one.",
"keywords": [ "keywords": [
"markdown", "markdown",

Loading…
Cancel
Save