Skip to content

Commit ca5c4a6

Browse files
committed
5.0.0
1 parent 57c5961 commit ca5c4a6

File tree

4 files changed

+29
-10
lines changed

4 files changed

+29
-10
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
_**If you are upgrading:** please see [`UPGRADING.md`](UPGRADING.md)._
44

5+
## [5.0.0] - 2021-04-09
6+
7+
### Changed
8+
9+
- **Breaking:** drop node 6 and 8 ([Level/community#98](https://github.com/Level/community/issues/98)) ([`4259b6b`](https://github.com/Level/iterator-stream/commit/4259b6b)) (Vincent Weevers)
10+
- **Breaking:** modernize syntax and bump `standard` ([Level/community#98](https://github.com/Level/community/issues/98)) ([`ce274c8`](https://github.com/Level/iterator-stream/commit/ce274c8)) (Vincent Weevers)
11+
- Add `files` to `package.json` ([`142cdbd`](https://github.com/Level/iterator-stream/commit/142cdbd)) (Vincent Weevers)
12+
513
## [4.0.2] - 2019-10-05
614

715
### Changed
@@ -160,6 +168,8 @@ _**If you are upgrading:** please see [`UPGRADING.md`](UPGRADING.md)._
160168

161169
:seedling: Initial release.
162170

171+
[5.0.0]: https://github.com/Level/iterator-stream/compare/v4.0.2...v5.0.0
172+
163173
[4.0.2]: https://github.com/Level/iterator-stream/compare/v4.0.1...v4.0.2
164174

165175
[4.0.1]: https://github.com/Level/iterator-stream/compare/v4.0.0...v4.0.1

CONTRIBUTORS.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Contributors
22

3-
| Name | GitHub | Social |
4-
| :------------------- | :----------------------------------------------------- | :------------------------------------------------------------ |
5-
| **Lars-Magnus Skog** | [**@ralphtheninja**](https://github.com/ralphtheninja) | [**@ralph@social.weho.st**](https://social.weho.st/@ralph) |
6-
| **Vincent Weevers** | [**@vweevers**](https://github.com/vweevers) | [**@vweevers@twitter**](https://twitter.com/vweevers) |
7-
| **Julian Gruber** | [**@juliangruber**](https://github.com/juliangruber) | [**@juliangruber@twitter**](https://twitter.com/juliangruber) |
8-
| **Tim Oxley** | [**@timoxley**](https://github.com/timoxley) | [**@secoif@twitter**](https://twitter.com/secoif) |
3+
| Name | GitHub | Social |
4+
| :------------------- | :----------------------------------------------------------- | :------------------------------------------------------------ |
5+
| **Lars-Magnus Skog** | [**@ralphtheninja**](https://github.com/ralphtheninja) | [**@ralph@social.weho.st**](https://social.weho.st/@ralph) |
6+
| **Vincent Weevers** | [**@vweevers**](https://github.com/vweevers) | [**@vweevers@twitter**](https://twitter.com/vweevers) |
7+
| **Julian Gruber** | [**@juliangruber**](https://github.com/juliangruber) | [**@juliangruber@twitter**](https://twitter.com/juliangruber) |
8+
| **Tim Oxley** | [**@timoxley**](https://github.com/timoxley) | [**@secoif@twitter**](https://twitter.com/secoif) |

UPGRADING.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,24 @@
22

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

5-
## v4
5+
## 5.0.0
6+
7+
This release drops support of legacy runtime environments ([Level/community#98](https://github.com/Level/community/issues/98)):
8+
9+
- Node.js 6 and 8
10+
- Internet Explorer 11
11+
- Safari 9-11
12+
- Stock Android browser (AOSP).
13+
14+
## 4.0.0
615

716
Upgraded to [`readable-stream@3`](https://github.com/nodejs/readable-stream#version-3xx) which contains several substantial changes and improvements. Since `level-iterator-stream` derives from `readable-stream` we decided to bump major as well.
817

9-
## v3
18+
## 3.0.0
1019

1120
Removed support for node 4.
1221

13-
## v2
22+
## 2.0.0
1423

1524
Encodings were factored out from `levelup` into `encoding-down` and in that process they were removed from this module as well. For more information, please check the corresponding `CHANGELOG.md` for:
1625

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "level-iterator-stream",
3-
"version": "4.0.2",
3+
"version": "5.0.0",
44
"description": "Turn an abstract-leveldown iterator into a readable stream",
55
"license": "MIT",
66
"scripts": {

0 commit comments

Comments
 (0)