Releases: Level/encoding-down
Releases · Level/encoding-down
v7.1.0
v7.0.0
If you are upgrading: please see UPGRADING.md
.
Changed
- Breaking: drop node 6 and 8 (Level/community#98) (
5c6752f
) (Vincent Weevers) - Breaking: modernize syntax and bump
standard
(Level/community#98) (404f20f
) (Vincent Weevers) - Bump
abstract-leveldown
,level-codec
andlevel-errors
(83556fd
) (Vincent Weevers) - Add
files
topackage.json
(103fe95
) (Vincent Weevers)
Added
- Support encoding options on chained batch
put()
anddel()
(9690e52
) (Level/levelup#633) (Vincent Weevers)
Removed
- Remove default export (Level/community#87) (
1111866
) (Vincent Weevers)
v6.3.0
Added
- Add manifest (Level/community#83) and encode
compactRange()
(#93) (@vweevers) - Add
type
property forreachdown
(Level/community#82) (8a23848
) (@vweevers)
v6.2.0
v6.1.0
v6.0.2
v6.0.1
v6.0.0
Changed
- Prefer
const
overvar
in README (@ralphtheninja) - Upgrade
abstract-leveldown
dependency from^5.0.0
to^v6.0.0
(#68) (@ralphtheninja) - Upgrade
standard
devDependency from^11.0.0
to^v12.0.0
(@ralphtheninja) - Use full link references in README (#60) (@vweevers)
Added
- Explain serialization (#72) (@vweevers)
- Add
nyc
andcoveralls
(#64) (@ralphtheninja)
Removed
- Remove node 9 (@ralphtheninja)
- Remove now superfluous
_setupIteratorOptions()
(@ralphtheninja)
v5.0.4
Added
- Add
LICENSE.md
(@ralphtheninja) - Add
CONTRIBUTORS.md
(@ralphtheninja) - Add
remark
tooling (@ralphtheninja)
v5.0.3
Changed
- Replace
util.inherits
withinherits
module (@ralphtheninja)