From add0b129589aca40b9491980cefa70f431d77b10 Mon Sep 17 00:00:00 2001 From: Lars-Magnus Skog Date: Fri, 21 Dec 2018 03:31:36 +0100 Subject: [PATCH 1/9] Prepare changelog and upgrade guide for 6.0.0 --- CHANGELOG.md | 22 +++++++++++++++++++++- UPGRADING.md | 4 ++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79e834b..b0dcfa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ ## [Unreleased] +## [6.0.0] - 2018-12-21 + +### Changed + +- Explain serialization ([#72](https://github.com/level/encoding-down/issues/72)) ([**@vweevers**](https://github.com/vweevers)) +- `const` -> `var` in README ([**@ralphtheninja**](https://github.com/ralphtheninja)) +- Upgrade `abstract-leveldown` dependency from `^6.0.0` to `^v6.0.0` ([#68](https://github.com/level/encoding-down/issues/68)) ([**@vweevers**](https://github.com/vweevers)) +- Upgrade `standard` devDependency from `^11.0.0` to `^v12.0.0` ([**@ralphtheninja**](https://github.com/ralphtheninja)) +- Use full link references in README ([#60](https://github.com/level/encoding-down/issues/60)) ([**@vweevers**](https://github.com/vweevers)) + +### Added + +- Add `nyc` and `coveralls` ([#64](https://github.com/level/encoding-down/issues/64)) ([**@ralphtheninja**](https://github.com/ralphtheninja)) + +### Removed + +- Remove node 9 ([**@ralphtheninja**](https://github.com/ralphtheninja)) + ## [5.0.4] - 2018-06-22 ### Added @@ -251,7 +269,9 @@ :seedling: Initial release. -[unreleased]: https://github.com/level/encoding-down/compare/v5.0.4...HEAD +[unreleased]: https://github.com/level/encoding-down/compare/v6.0.0...HEAD + +[6.0.0]: https://github.com/level/encoding-down/compare/v5.0.4...v6.0.0 [5.0.4]: https://github.com/level/encoding-down/compare/v5.0.3...v5.0.4 diff --git a/UPGRADING.md b/UPGRADING.md index 9359525..7017394 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). +## v6 + +Upgraded `abstract-leveldown` to `v6.0.0`. Please see corresponding [changelog entry](https://github.com/Level/abstract-leveldown/blob/master/CHANGELOG.md#600---2018-10-20) for more information. + ## v5 Dropped support for node 4. No other breaking changes. From 44039b69d71030cbd440d6d18c1c664805f5a627 Mon Sep 17 00:00:00 2001 From: Lars-Magnus Skog Date: Fri, 21 Dec 2018 15:02:06 +0100 Subject: [PATCH 2/9] Update --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0dcfa7..c21c21e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ ### Removed - Remove node 9 ([**@ralphtheninja**](https://github.com/ralphtheninja)) +- Remove `_setupIteratorOptions()` ([**@ralphtheninja**](https://github.com/ralphtheninja)) ## [5.0.4] - 2018-06-22 From 22fec096ca7ca8fe64dba5eb425862b1a34da524 Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Sat, 22 Dec 2018 14:51:27 +0100 Subject: [PATCH 3/9] Update CHANGELOG.md Co-Authored-By: ralphtheninja --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c21c21e..dba9c7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ ### Changed - Explain serialization ([#72](https://github.com/level/encoding-down/issues/72)) ([**@vweevers**](https://github.com/vweevers)) -- `const` -> `var` in README ([**@ralphtheninja**](https://github.com/ralphtheninja)) + - Prefer `const` over `var` in README ([**@ralphtheninja**](https://github.com/ralphtheninja)) - Upgrade `abstract-leveldown` dependency from `^6.0.0` to `^v6.0.0` ([#68](https://github.com/level/encoding-down/issues/68)) ([**@vweevers**](https://github.com/vweevers)) - Upgrade `standard` devDependency from `^11.0.0` to `^v12.0.0` ([**@ralphtheninja**](https://github.com/ralphtheninja)) - Use full link references in README ([#60](https://github.com/level/encoding-down/issues/60)) ([**@vweevers**](https://github.com/vweevers)) From eb0e675d32de09ba4440234754885060d357ad3c Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Sat, 22 Dec 2018 14:51:48 +0100 Subject: [PATCH 4/9] Update CHANGELOG.md Co-Authored-By: ralphtheninja --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dba9c7b..05fcec6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ - Explain serialization ([#72](https://github.com/level/encoding-down/issues/72)) ([**@vweevers**](https://github.com/vweevers)) - Prefer `const` over `var` in README ([**@ralphtheninja**](https://github.com/ralphtheninja)) -- Upgrade `abstract-leveldown` dependency from `^6.0.0` to `^v6.0.0` ([#68](https://github.com/level/encoding-down/issues/68)) ([**@vweevers**](https://github.com/vweevers)) + - Upgrade `abstract-leveldown` dependency from `^5.0.0` to `^v6.0.0` ([#68](https://github.com/level/encoding-down/issues/68)) ([**@ralphtheninja**](https://github.com/ralphtheninja)) - Upgrade `standard` devDependency from `^11.0.0` to `^v12.0.0` ([**@ralphtheninja**](https://github.com/ralphtheninja)) - Use full link references in README ([#60](https://github.com/level/encoding-down/issues/60)) ([**@vweevers**](https://github.com/vweevers)) From 93de6c245cf268b2258b006866a82f8affd6a543 Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Sat, 22 Dec 2018 14:52:02 +0100 Subject: [PATCH 5/9] Update CHANGELOG.md Co-Authored-By: ralphtheninja --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05fcec6..410184b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,7 @@ ### Removed - Remove node 9 ([**@ralphtheninja**](https://github.com/ralphtheninja)) -- Remove `_setupIteratorOptions()` ([**@ralphtheninja**](https://github.com/ralphtheninja)) + - Remove now superfluous `_setupIteratorOptions()` ([**@ralphtheninja**](https://github.com/ralphtheninja)) ## [5.0.4] - 2018-06-22 From f356df52511a77c25be0ba9101b1ea5a281b04c6 Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Sat, 22 Dec 2018 14:52:12 +0100 Subject: [PATCH 6/9] Update UPGRADING.md Co-Authored-By: ralphtheninja --- UPGRADING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADING.md b/UPGRADING.md index 7017394..0d952d5 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -4,7 +4,7 @@ This document describes breaking changes and how to upgrade. For a complete list ## v6 -Upgraded `abstract-leveldown` to `v6.0.0`. Please see corresponding [changelog entry](https://github.com/Level/abstract-leveldown/blob/master/CHANGELOG.md#600---2018-10-20) for more information. + Upgraded `abstract-leveldown` to `v6.0.0`. Please see the corresponding [changelog entry](https://github.com/Level/abstract-leveldown/blob/master/CHANGELOG.md#600---2018-10-20) for more information. ## v5 From a2f3ec77e3965169cc659a261437d05681e7ae99 Mon Sep 17 00:00:00 2001 From: Lars-Magnus Skog Date: Sat, 22 Dec 2018 14:54:09 +0100 Subject: [PATCH 7/9] Move to Added --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 410184b..83ec364 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,20 +6,20 @@ ### Changed -- Explain serialization ([#72](https://github.com/level/encoding-down/issues/72)) ([**@vweevers**](https://github.com/vweevers)) - - Prefer `const` over `var` in README ([**@ralphtheninja**](https://github.com/ralphtheninja)) - - Upgrade `abstract-leveldown` dependency from `^5.0.0` to `^v6.0.0` ([#68](https://github.com/level/encoding-down/issues/68)) ([**@ralphtheninja**](https://github.com/ralphtheninja)) +- Prefer `const` over `var` in README ([**@ralphtheninja**](https://github.com/ralphtheninja)) +- Upgrade `abstract-leveldown` dependency from `^5.0.0` to `^v6.0.0` ([#68](https://github.com/level/encoding-down/issues/68)) ([**@ralphtheninja**](https://github.com/ralphtheninja)) - Upgrade `standard` devDependency from `^11.0.0` to `^v12.0.0` ([**@ralphtheninja**](https://github.com/ralphtheninja)) - Use full link references in README ([#60](https://github.com/level/encoding-down/issues/60)) ([**@vweevers**](https://github.com/vweevers)) ### Added +- Explain serialization ([#72](https://github.com/level/encoding-down/issues/72)) ([**@vweevers**](https://github.com/vweevers)) - Add `nyc` and `coveralls` ([#64](https://github.com/level/encoding-down/issues/64)) ([**@ralphtheninja**](https://github.com/ralphtheninja)) ### Removed - Remove node 9 ([**@ralphtheninja**](https://github.com/ralphtheninja)) - - Remove now superfluous `_setupIteratorOptions()` ([**@ralphtheninja**](https://github.com/ralphtheninja)) +- Remove now superfluous `_setupIteratorOptions()` ([**@ralphtheninja**](https://github.com/ralphtheninja)) ## [5.0.4] - 2018-06-22 From 14fbe1b9a2b92925598faa2c5ad927da362f5b9c Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Tue, 25 Dec 2018 13:16:03 +0200 Subject: [PATCH 8/9] Update release date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83ec364..66c8734 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## [6.0.0] - 2018-12-21 + ## [6.0.0] - 2018-12-25 ### Changed From 699f68bea35132e152d2205899a03b75da7212e4 Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Tue, 25 Dec 2018 13:17:24 +0200 Subject: [PATCH 9/9] Remove space --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66c8734..d4ac0a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] - ## [6.0.0] - 2018-12-25 +## [6.0.0] - 2018-12-25 ### Changed