From 8d66024928354d724c2fbfa197c07dcb0197ff71 Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Sun, 26 May 2019 17:21:19 +0300 Subject: [PATCH] Prepare 7.0.0 (#117) --- CHANGELOG.md | 29 ++++++++++++++++++++++++++++- UPGRADING.md | 4 ++++ 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f81a289..00bdbbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,31 @@ _**If you are upgrading:** please see [`UPGRADING.md`](UPGRADING.md)._ ## [Unreleased][unreleased] +## [7.0.0] - 2019-05-25 + +### Changed + +- Internals: replace `level-packager` with `level-compose` ([#116](https://github.com/Level/level-test/issues/116)) ([**@vweevers**](https://github.com/vweevers)) +- Upgrade `tempy` from `^0.2.1` to `^0.3.0` ([`7817af0`](https://github.com/Level/level-test/commit/7817af0)) ([**@vweevers**](https://github.com/vweevers)) +- Upgrade `leveldown` from `~5.0.0` to `~5.1.0` ([#112](https://github.com/Level/level-test/issues/112)) ([**@vweevers**](https://github.com/vweevers)) +- Upgrade `nyc` devDependency from `^13.2.0` to `^14.0.0` ([#110](https://github.com/Level/level-test/issues/110)) ([**@vweevers**](https://github.com/vweevers)) + +### Added + +- Experimental: support overriding the layers (`encoding-down` and `levelup`) ([#116](https://github.com/Level/level-test/issues/116)) ([**@vweevers**](https://github.com/vweevers)) +- Experimental: support passing in a `location` ([#116](https://github.com/Level/level-test/issues/116)) ([**@vweevers**](https://github.com/vweevers)) +- Add node `current` to travis ([`24233d4`](https://github.com/Level/level-test/commit/24233d4)) ([**@vweevers**](https://github.com/vweevers)) + +### Removed + +- Drop node 6 ([`c76b4d7`](https://github.com/Level/level-test/commit/c76b4d7)) ([**@vweevers**](https://github.com/vweevers)) +- Remove defunct `clean` option ([#116](https://github.com/Level/level-test/issues/116)) ([**@vweevers**](https://github.com/vweevers)) +- Remove `memdown` fallback in Node.js ([#116](https://github.com/Level/level-test/issues/116)) ([**@vweevers**](https://github.com/vweevers)) + +### Fixed + +- Fix Level badge and website ([`f54f6a4`](https://github.com/Level/level-test/commit/f54f6a4), [`612943f`](https://github.com/Level/level-test/commit/612943f)) ([**@vweevers**](https://github.com/vweevers)) + ## [6.0.0] - 2019-03-30 ### Changed @@ -305,7 +330,9 @@ _**If you are upgrading:** please see [`UPGRADING.md`](UPGRADING.md)._ :seedling: Initial release. -[unreleased]: https://github.com/level/level-test/compare/v6.0.0...HEAD +[unreleased]: https://github.com/level/level-test/compare/v7.0.0...HEAD + +[7.0.0]: https://github.com/level/level-test/compare/v6.0.0...v7.0.0 [6.0.0]: https://github.com/level/level-test/compare/v5.0.0...v6.0.0 diff --git a/UPGRADING.md b/UPGRADING.md index 82c42aa..545ca61 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -2,6 +2,10 @@ This document describes breaking changes and how to upgrade. For a complete list of changes including minor and patch releases, please refer to the [changelog](CHANGELOG.md). +## v7 + +Dropped node 6 and removed the defunct `clean` option. + ## v6 Upgraded to `leveldown@5`, `level-js@4` and `memdown@4`, now all based on `abstract-leveldown@6`. For more information please see: