linkify-it
Advanced tools
Comparing version 1.1.1 to 1.2.0
@@ -0,1 +1,7 @@ | ||
1.2.0 / 2015-06-29 | ||
------------------ | ||
- Allow dash at the end of url, thanks to @Mumakil. | ||
1.1.1 / 2015-06-09 | ||
@@ -2,0 +8,0 @@ ------------------ |
@@ -56,3 +56,3 @@ 'use strict'; | ||
'\\.(?!' + src_ZCc + '|[.]).|' + | ||
'\\-(?!' + src_ZCc + '|--(?:[^-]|$))(?:[-]+|.)|' + // `---` => long dash, terminate | ||
'\\-(?!--(?:[^-]|$))(?:-*)|' + // `---` => long dash, terminate | ||
'\\,(?!' + src_ZCc + ').|' + // allow `,,,` in paths | ||
@@ -59,0 +59,0 @@ '\\!(?!' + src_ZCc + '|[!]).|' + |
{ | ||
"name": "linkify-it", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"description": "Links recognition library with FULL unicode support", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
31426