This repository was archived by the owner on Dec 20, 2024. It is now read-only.
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-codecandlevel-errors(83556fd) (Vincent Weevers) - Add
filestopackage.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
typeproperty forreachdown(Level/community#82) (8a23848) (@vweevers)
v6.2.0
v6.1.0
v6.0.2
v6.0.1
v6.0.0
Changed
- Prefer
constovervarin README (@ralphtheninja) - Upgrade
abstract-leveldowndependency from^5.0.0to^v6.0.0(#68) (@ralphtheninja) - Upgrade
standarddevDependency from^11.0.0to^v12.0.0(@ralphtheninja) - Use full link references in README (#60) (@vweevers)
Added
- Explain serialization (#72) (@vweevers)
- Add
nycandcoveralls(#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
remarktooling (@ralphtheninja)
v5.0.3
Changed
- Replace
util.inheritswithinheritsmodule (@ralphtheninja)