You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7.9 KiB
7.9 KiB
Changelog
If you are upgrading: please see UPGRADING.md
.
4.0.2 - 2019-10-05
Changed
- Upgrade
hallmark
devDependency from^0.1.0
to^2.0.0
(#58, #61) (@vweevers) - Upgrade
standard
devDependency from^12.0.0
to^14.0.0
(#57, #60) (@vweevers) - Upgrade
nyc
devDependency from^13.2.0
to^14.0.0
(#55) (@vweevers) - Tweak tests (#62) (@vweevers)
Added
4.0.1 - 2019-03-30
Changed
- Upgrade
leveldown
devDependency from^4.0.0
to^5.0.0
(#52) (@vweevers) - Upgrade
nyc
devDependency from^12.0.2
to^13.2.0
(#51) (@vweevers) - Apply common project tweaks (#49, #50,
fece33a
,b3b3b6c
) (@vweevers)
Fixed
4.0.0 - 2018-12-17
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)
3.0.1 - 2018-10-18
Fixed
- Bump
readable-stream
from^2.0
to^2.3
to prevent npm dedupe and ensure it has#destroy()
(@vweevers)
3.0.0 - 2018-06-28
Changed
Removed
- Remove node 4 (@ralphtheninja)
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.
2.0.2 - 2018-06-28
Changed
- Restore node 4 (@ralphtheninja)
- Proper destroy (#34) (@vweevers)
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.
2.0.1 - 2018-06-10
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)
2.0.0 - 2017-08-28
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 iojs from Travis (@greenkeeper, @juliangruber)
- Remove encodings (@ralphtheninja)
- Remove Makefile (@ralphtheninja)
1.3.1 - 2015-08-17
Changed
- Update
.repository
path inpackage.json
(@timoxley)
Fixed
- Use
level-codec
from npm (@juliangruber)
1.3.0 - 2015-05-05
Fixed
- Emit
'close'
after'error'
(@juliangruber)
1.2.0 - 2015-05-04
Added
- Add
.decoder
option to constructor for decoding keys and values (@juliangruber)
1.1.1 - 2015-03-29
Added
- Enable Travis and add node 0.10, 0.12 and iojs (@ralphtheninja)
- Add MIT license (@ralphtheninja)
Fixed
- Fix race condition in
.destroy()
(@juliangruber)
1.1.0 - 2015-03-29
Added
- Add
.destroy()
(@juliangruber)
1.0.0 - 2015-03-29
🌱 Initial release.