Skip to content

Commit

Permalink
6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Oct 1, 2021
1 parent 2745afd commit 4ed83e6
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 4 deletions.
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [6.0.0] - 2021-10-01

_If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._

### Changed

- **Breaking:** bump `abstract-leveldown`, `encoding-down`, `levelup` ([`60bd660`](https://github.com/Level/subleveldown/commit/60bd660)) (Vincent Weevers)
- **Breaking:** hide private properties with Symbol ([`1f9d550`](https://github.com/Level/subleveldown/commit/1f9d550)) (Vincent Weevers)
- Refactor: use `addRestOptions()` for iterator ([`717066e`](https://github.com/Level/subleveldown/commit/717066e)) (Vincent Weevers)
- Modernize syntax and bump standard ([`0bd41cc`](https://github.com/Level/subleveldown/commit/0bd41cc)) (Vincent Weevers)

### Added

- Add `db.getMany(keys)` ([#107](https://github.com/Level/subleveldown/issues/107)) ([`0ff2b68`](https://github.com/Level/subleveldown/commit/0ff2b68)) (Vincent Weevers)
- Add manifest ([Level/community#83](https://github.com/Level/community/issues/83)) ([`f7ee1e3`](https://github.com/Level/subleveldown/commit/f7ee1e3)) (Vincent Weevers)
- Clarify scope of keys in README examples ([`58a628a`](https://github.com/Level/subleveldown/commit/58a628a)) (Vincent Weevers)

### Removed

- **Breaking:** drop Node.js 6 and 8 ([`ab713d1`](https://github.com/Level/subleveldown/commit/ab713d1)) (Vincent Weevers).

## [5.0.1] - 2020-06-26

### Added
Expand Down Expand Up @@ -249,10 +270,12 @@ _If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._

- Forward all iterator options ([**@mafintosh**](https://github.com/mafintosh))

## 1.0.0 - 2014-12-23
## [1.0.0] - 2014-12-23

:seedling: Initial release.

[6.0.0]: https://github.com/Level/subleveldown/releases/tag/v6.0.0

[5.0.1]: https://github.com/Level/subleveldown/releases/tag/v5.0.1

[5.0.0]: https://github.com/Level/subleveldown/releases/tag/v5.0.0
Expand Down Expand Up @@ -292,3 +315,5 @@ _If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._
[1.0.2]: https://github.com/Level/subleveldown/releases/tag/v1.0.2

[1.0.1]: https://github.com/Level/subleveldown/releases/tag/v1.0.1

[1.0.0]: https://github.com/Level/subleveldown/releases/tag/v1.0.0
4 changes: 2 additions & 2 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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).

## Upcoming
## 6.0.0

Legacy range options have been removed ([Level/community#86](https://github.com/Level/community/issues/86)). If you previously did:

Expand All @@ -25,7 +25,7 @@ This release also drops support of legacy runtime environments ([Level/community
- Safari 9-11
- Stock Android browser (AOSP).

Lastly, in browsers, `process.nextTick()` has been replaced with [`queue-microtask`](https://github.com/feross/queue-microtask), except in streams.
Some private properties have been replaced with Symbols ([`1f9d550`](https://github.com/Level/subleveldown/commit/1f9d550)). Lastly, in browsers, `process.nextTick()` has been replaced with [`queue-microtask`](https://github.com/feross/queue-microtask), except in streams.

## 5.0.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "subleveldown",
"version": "5.0.1",
"version": "6.0.0",
"description": "Split a levelup database into sublevels with their own keyspace, encoding and events",
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
Expand Down

0 comments on commit 4ed83e6

Please sign in to comment.