markdown-it
Advanced tools
Comparing version 4.1.2 to 4.2.0
@@ -0,1 +1,10 @@ | ||
4.2.0 / 2015-04-21 | ||
------------------ | ||
- Bumped [linkify-it](https://github.com/markdown-it/linkify-it) version to | ||
1.1.0. Now links with IP hosts and without protocols are not linkified by | ||
default, due possible collisions with some version numbers patterns (0.5.0.0). | ||
You still can return back old behaviour by `md.linkify.set({ fuzzyIP: true })`. | ||
4.1.2 / 2015-04-19 | ||
@@ -2,0 +11,0 @@ ------------------ |
{ | ||
"name": "markdown-it", | ||
"version": "4.1.2", | ||
"version": "4.2.0", | ||
"description": "Markdown-it - modern pluggable markdown parser.", | ||
@@ -21,5 +21,5 @@ "keywords": [ | ||
"dependencies": { | ||
"argparse": "~1.0.0", | ||
"argparse": "~1.0.2", | ||
"entities": "~1.1.1", | ||
"linkify-it": "~1.0.1", | ||
"linkify-it": "~1.1.0", | ||
"mdurl": "~1.0.0", | ||
@@ -33,3 +33,3 @@ "uc.micro": "^1.0.0" | ||
"browserify": "*", | ||
"chai": "^2.1.0", | ||
"chai": "^2.2.0", | ||
"commonmark": "~0.18.1", | ||
@@ -36,0 +36,0 @@ "coveralls": "~2.11.2", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
495979
10901
+ Addedlinkify-it@1.1.1(transitive)
- Removedlinkify-it@1.0.1(transitive)
Updatedargparse@~1.0.2
Updatedlinkify-it@~1.1.0