akismet-api
Advanced tools
Comparing version 3.0.0 to 4.0.0
@@ -0,1 +1,11 @@ | ||
4.0.0 | ||
===== | ||
* Feature: Add official support for Node 9.x | ||
* Patch: Update superagent to 3.6.1 | ||
* Patch: Update mocha to 4.0.0 | ||
* **Breaking:** Removed support for node 0.10 (end of life) | ||
* **Breaking:** Removed support for node 0.12 (end of life) | ||
* **Breaking:** Removed support for io.js (end of life) | ||
3.0.0 | ||
@@ -2,0 +12,0 @@ ===== |
{ | ||
"name": "akismet-api", | ||
"version": "3.0.0", | ||
"version": "4.0.0", | ||
"description": "Nodejs bindings to the Akismet (https://akismet.com) spam detection service", | ||
@@ -8,3 +8,3 @@ "main": "lib/akismet.js", | ||
"bluebird": "^3.1.1", | ||
"superagent": "^3.0.0" | ||
"superagent": "^3.6.1" | ||
}, | ||
@@ -14,3 +14,3 @@ "devDependencies": { | ||
"nock": "^9.0.6", | ||
"mocha": "^3.4.1" | ||
"mocha": "^4.0.0" | ||
}, | ||
@@ -32,4 +32,4 @@ "scripts": { | ||
"engines": { | ||
"node": ">=0.10" | ||
"node": ">=4.0.0" | ||
} | ||
} |
@@ -13,3 +13,3 @@ Akismet-api | ||
* Promise and callback support | ||
* Supports node/iojs from 0.10 to 8.0 | ||
* Supports all active versions of node (4 to 9) | ||
* Supports all Akismet API features | ||
@@ -20,3 +20,3 @@ * Uses a modern HTTP client | ||
_Upgrading to 3.0?_ You likely don't need to change anything, but check out the [changelog](CHANGELOG.md). | ||
_Upgrading to 4.0?_ You likely don't need to change anything, but check out the [changelog](CHANGELOG.md). | ||
@@ -23,0 +23,0 @@ Installing |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
42872
0
Updatedsuperagent@^3.6.1