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

Commit f420242

Browse files
committed
4.0.0
1 parent 5988dcc commit f420242

File tree

5 files changed

+17
-11
lines changed

5 files changed

+17
-11
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [4.0.0] - 2021-04-03
4+
5+
### Changed
6+
7+
- **Breaking:** drop support of node 8 ([`5988dcc`](https://github.com/Level/multileveldown/commit/5988dcc)) (Vincent Weevers)
8+
- **Breaking:** modernize syntax ([#22](https://github.com/Level/multileveldown/issues/22)) ([`e7c67e2`](https://github.com/Level/multileveldown/commit/e7c67e2)) (Robert Nagy). Drops support of old browsers that don't support `const` and `let`.
9+
10+
### Added
11+
12+
- Allow passing proxy to `createRpcStream()` ([#24](https://github.com/Level/multileveldown/issues/24)) ([`77849a7`](https://github.com/Level/multileveldown/commit/77849a7)) ([Level/party#29](https://github.com/Level/party/issues/29)) (Robert Nagy)
13+
- Include `abstract-leveldown` tests ([#17](https://github.com/Level/multileveldown/issues/17)) ([`82511ed`](https://github.com/Level/multileveldown/commit/82511ed)) (Vincent Weevers).
14+
315
## [3.0.0] - 2019-11-04
416

517
### Changed
@@ -110,6 +122,8 @@
110122

111123
:seedling: Initial release.
112124

125+
[4.0.0]: https://github.com/Level/multileveldown/compare/v3.0.0...v4.0.0
126+
113127
[3.0.0]: https://github.com/Level/multileveldown/compare/v2.3.1...v3.0.0
114128

115129
[2.3.1]: https://github.com/Level/multileveldown/compare/v2.3.0...v2.3.1

CONTRIBUTORS.md

-8
This file was deleted.

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The MIT License (MIT)
22

3-
**Copyright © 2015-present Mathias Buus and [Contributors](CONTRIBUTORS.md).**
3+
**Copyright © 2015-present Mathias Buus and contributors.**
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,6 @@ To sustain [`Level`](https://github.com/Level) and its activities, become a back
145145

146146
## License
147147

148-
[MIT](LICENSE.md) © 2015-present Mathias Buus and [Contributors](CONTRIBUTORS.md).
148+
[MIT](LICENSE.md) © 2015-present Mathias Buus and contributors.
149149

150150
[level-badge]: https://leveljs.org/img/badge.svg

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "multileveldown",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "multilevel implemented using leveldowns with reconnect support",
55
"author": "Mathias Buus (@mafintosh)",
66
"license": "MIT",

0 commit comments

Comments
 (0)