Browse Source

1.4.1 released

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

8
CHANGELOG.md

@ -1,3 +1,11 @@
1.4.1 / 2014-11-13
------------------
- Moved links decode/encode from renderer to parser.
- Added missed validator call for scoped urls in links.
- Handle exceptions in `decoreURI` (regression).
1.4.0 / 2014-11-09
------------------

2
package.json

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

Loading…
Cancel
Save