Browse Source

1.1.1 released

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

4
CHANGELOG.md

@ -1,8 +1,10 @@
1.1.1 / WIP
1.1.1 / 2014-10-22
------------------
- Fixed `Ruler.after()` method.
- Fixed linkification
- Simplified loose/tight rendering.
- Refactored inline parser. No close coupled code in rules anymore.
1.1.0 / 2014-10-20

2
package.json

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

Loading…
Cancel
Save