Releases: Level/iterator-stream
Releases · Level/iterator-stream
v5.0.0
If you are upgrading: please see UPGRADING.md
.
Changed
- Breaking: drop node 6 and 8 (Level/community#98) (
4259b6b
) (Vincent Weevers) - Breaking: modernize syntax and bump
standard
(Level/community#98) (ce274c8
) (Vincent Weevers) - Add
files
topackage.json
(142cdbd
) (Vincent Weevers)
v4.0.2
v4.0.1
v4.0.0
Changed
- Upgrade
through2
devDependency from^2.0.0
to^3.0.0
(@vweevers) - Upgrade
readable-stream
dependency from^2.0.5
to^3.0.2
(@ralphtheninja) - Upgrade
standard
devDependency from^11.0.0
to^12.0.0
(@ralphtheninja)
Added
- Add
nyc
andcoveralls
(#39) (@ralphtheninja)
Removed
- Remove node 9 (@ralphtheninja)
v3.0.1
v3.0.0
Removed
- Remove node 4 (@ralphtheninja)
v2.0.3
[2.0.3] - 2018-06-28
Fixed
- Revert proper destroy (#34) (@ralphtheninja)
Historical Note The previous release was meant to restore node 4 and included an additional change by mistake.
v2.0.2
Changed
- Restore node 4 (@ralphtheninja)
Historical Note We made a mistake releasing v2.0.1
with the engines
field in package.json
set to node 6 as minimal version. This caused problems for users of yarn. We therefore released v2.0.2
which restored node 4 and a new major directly after this.
v2.0.1
Changed
- Upgrade
leveldown
devDependency from^1.4.1
to^4.0.0
(@ralphtheninja) - Upgrade
standard
devDependency from^10.0.3
to^11.0.0
(@ralphtheninja)
Added
- Add node 9 and 10 to Travis (@ralphtheninja)
- Add
UPGRADING.md
(@ralphtheninja)
Removed
- Remove node 7 from Travis (@ralphtheninja)
v2.0.0
Changed
- Upgrade
readable-stream
from^1.0.33
to^2.0.5
(@Greenkeeper, @ralphtheninja) - Upgrade
tape
devDependency from^3.5.0
to^4.4.0
(@Greenkeeper, @ralphtheninja) - Upgrade
through2
devDependency from^0.6.3
to^2.0.0
(@Greenkeeper, @ralphtheninja) - Upgrade
leveldown
devDependency from^0.10.4
to^1.4.1
(@juliangruber) - Update copyright year to 2017 (@ralphtheninja)
- Update README example using
standard
(@ralphtheninja)
Added
- Add node 6 to Travis (@Greenkeeper, @juliangruber)
- Add node 7 and 8 to Travis (@ralphtheninja)
- Add Greenkeeper (@ralphtheninja)
- Add
standard
(@ralphtheninja) - Test
.destroy()
during and afteriterator.next()
(@ralphtheninja)
Removed
- Remove node 0.10, 0.12 and iofs from Travis (@Greenkeeper, @juliangruber)
- Remove encodings (@ralphtheninja)
- Remove Makefile (@ralphtheninja)