level-iterator-stream
Advanced tools
Comparing version 2.0.2 to 3.0.0
@@ -5,2 +5,7 @@ # Changelog | ||
## [3.0.0] - 2018-06-28 | ||
### Removed | ||
* Remove node 4 (@ralphtheninja) | ||
## [2.0.2] - 2018-06-28 | ||
@@ -11,2 +16,4 @@ | ||
**Historical Note** We made a mistake releasing `v2.0.1` with the `engines` field in `package.json` set to node 6 as minimal version. This caused problems for users of yarn. We therefore released `v2.0.2` which restored node 4 and a new major directly after this. | ||
## [2.0.1] - 2018-06-10 | ||
@@ -83,3 +90,4 @@ | ||
[Unreleased]: https://github.com/level/iterator-stream/compare/v2.0.2...HEAD | ||
[Unreleased]: https://github.com/level/iterator-stream/compare/v3.0.0...HEAD | ||
[3.0.0]: https://github.com/level/iterator-stream/compare/v2.0.2...v3.0.0 | ||
[2.0.2]: https://github.com/level/iterator-stream/compare/v2.0.1...v2.0.2 | ||
@@ -86,0 +94,0 @@ [2.0.1]: https://github.com/level/iterator-stream/compare/v2.0.0...v2.0.1 |
{ | ||
"name": "level-iterator-stream", | ||
"version": "2.0.2", | ||
"version": "3.0.0", | ||
"description": "Turn a leveldown iterator into a readable stream", | ||
@@ -21,5 +21,5 @@ "scripts": { | ||
"engines": { | ||
"node": ">=4" | ||
"node": ">=6" | ||
}, | ||
"license": "MIT" | ||
} |
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
17477