You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
_**If you are upgrading:** please see [`UPGRADING.md`](UPGRADING.md)._
4
4
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
+
5
13
## [4.0.2] - 2019-10-05
6
14
7
15
### Changed
@@ -160,6 +168,8 @@ _**If you are upgrading:** please see [`UPGRADING.md`](UPGRADING.md)._
Copy file name to clipboardExpand all lines: UPGRADING.md
+12-3Lines changed: 12 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,24 @@
2
2
3
3
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).
4
4
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
6
15
7
16
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.
8
17
9
-
## v3
18
+
## 3.0.0
10
19
11
20
Removed support for node 4.
12
21
13
-
## v2
22
+
## 2.0.0
14
23
15
24
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:
0 commit comments