Comparing version 0.0.3 to 1.0.0
@@ -1,16 +0,21 @@ | ||
Crop Url Changelog | ||
================== | ||
Changelog | ||
========= | ||
### v1.0.0 / 2017-10-06 | ||
- Breaking Change - Drop support for unmaintained versions of Node.js | ||
- Update dev dependencies | ||
### v0.0.3 / 2017-02-26 | ||
- Fix infinite loop with params | ||
- Remove first param | ||
- Remove endless hyphens | ||
- Fix infinite loop with params | ||
- Remove first param | ||
- Remove endless hyphens | ||
### v0.0.2 / 2017-02-24 | ||
- Fix main file in package.json | ||
- Fix main file in package.json | ||
### v0.0.1 / 2017-02-24 | ||
- First version, released on an unsuspecting world. | ||
- First version, released on an unsuspecting world. |
{ | ||
"name": "crop-url", | ||
"version": "0.0.3", | ||
"version": "1.0.0", | ||
"description": "Truncate a url so that it doesn't appear so long visually", | ||
@@ -22,2 +22,5 @@ "keywords": [ | ||
"main": "src/index.js", | ||
"engines": { | ||
"node": ">= 4.0.0" | ||
}, | ||
"scripts": { | ||
@@ -29,7 +32,7 @@ "test": "jshint . && mocha", | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
"chai": "^4.1.2", | ||
"istanbul": "^0.4.5", | ||
"jshint": "~2.9.4", | ||
"mocha": "^3.2.0" | ||
"jshint": "~2.9.5", | ||
"mocha": "^4.0.1" | ||
} | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
5240
1