Browse Source

Deps & changelog update

pull/82/head
Vitaly Puzrin 10 years ago
parent
commit
489feb9c8c
  1. 12
      CHANGELOG.md
  2. 8
      package.json

12
CHANGELOG.md

@ -1,3 +1,15 @@
3.1.0 / WIP
------------------
- Significantly improved autolinking quality (use `linkify-it` package), #2.
- Rewritten links normalizer to solve different edge cases (use `mdurl`
package), #29.
- Moved link title entities replace out of renderer.
- Fixed escaped entities in links (`foo\&/bar`).
- Improved smartquotes logic, #61.
- Spec conformance update to 0.18.
3.0.7 / 2015-02-22 3.0.7 / 2015-02-22
------------------ ------------------

8
package.json

@ -25,8 +25,8 @@
}, },
"dependencies": { "dependencies": {
"argparse": "~ 1.0.0", "argparse": "~ 1.0.0",
"linkify-it": "~ 0.1.1", "linkify-it": "~ 0.1.2",
"mdurl": "~ 0.0.1", "mdurl": "~ 1.0.0",
"uc.micro": "~ 0.1.0" "uc.micro": "~ 0.1.0"
}, },
"devDependencies": { "devDependencies": {
@ -34,8 +34,8 @@
"autoprefixer-stylus": "~0.5.0", "autoprefixer-stylus": "~0.5.0",
"benchmark": "~1.0.0", "benchmark": "~1.0.0",
"browserify": "*", "browserify": "*",
"chai": "~1.10.0", "chai": "~2.1.0",
"commonmark": "~ 0.17.1", "commonmark": "~0.18.1",
"coveralls": "~2.11.2", "coveralls": "~2.11.2",
"eslint": "0.13.0", "eslint": "0.13.0",
"eslint-plugin-nodeca": "^1.0.0", "eslint-plugin-nodeca": "^1.0.0",

Loading…
Cancel
Save