Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.

Commit 4b41aca

Browse files
authored
Prepare 3.0.0 (#16)
1 parent 0e8f0cf commit 4b41aca

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [3.0.0] - 2019-11-04
4+
5+
### Changed
6+
7+
- Move repository from [**@mafintosh**](https://github.com/mafintosh) to [**@Level**](https://github.com/Level) ([`45b257c`](https://github.com/Level/multileveldown/commit/45b257c)) ([**@mafintosh**](https://github.com/mafintosh), [**@vweevers**](https://github.com/vweevers))
8+
- **Breaking:** upgrade to latest Level modules ([#15](https://github.com/Level/multileveldown/issues/15)) ([**@vweevers**](https://github.com/vweevers)):
9+
- Mainly to support node 10, 12 and future. Also includes latest `memdown` (a devDependency) which now internally stores keys & values as Buffers, making it more reliable as a `leveldown` replacement in tests
10+
- Support an input `db` that isn't `level` (may or may not have `levelup`, `encoding-down`, `deferred-leveldown` layers, and may have additional layers)
11+
- Expose all methods that `level-party` needs on the `multileveldown` client, so that `level-party` doesn't have to reach down (e.g. `db.db`)
12+
- Support `subleveldown` on `level-party`
13+
- Support `subleveldown` on `multileveldown` client (i.e. for client-side sublevels)
14+
- Support `multileveldown` server on `subleveldown` (i.e. to expose only a sublevel to client)
15+
16+
### Added
17+
18+
- Add `CHANGELOG.md`, `CONTRIBUTORS.md`, `hallmark` ([`7ded891`](https://github.com/Level/multileveldown/commit/7ded891)) ([**@vweevers**](https://github.com/vweevers))
19+
- Add test tools and `engines.node` ([`d50a9a5`](https://github.com/Level/multileveldown/commit/d50a9a5)) ([**@vweevers**](https://github.com/vweevers))
20+
21+
### Removed
22+
23+
- **Breaking:** drop node < 8
24+
- **Breaking:** drop support of (at least) `deferred-leveldown` < 2.0.0, `levelup` < 2.0.0
25+
326
## [2.3.1] - 2018-01-31
427

528
### Fixed
@@ -87,6 +110,8 @@
87110

88111
:seedling: Initial release.
89112

113+
[3.0.0]: https://github.com/Level/multileveldown/compare/v2.3.1...v3.0.0
114+
90115
[2.3.1]: https://github.com/Level/multileveldown/compare/v2.3.0...v2.3.1
91116

92117
[2.3.0]: https://github.com/Level/multileveldown/compare/v2.2.0...v2.3.0

0 commit comments

Comments
 (0)