7.1.0 - 2021-09-30
7.0.0 - 2021-04-09
If you are upgrading: please see UPGRADING.md.
- 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)
- Support encoding options on chained batch
put()anddel()(9690e52) (Level/levelup#633) (Vincent Weevers)
- Remove default export (Level/community#87) (
1111866) (Vincent Weevers)
6.3.0 - 2019-10-13
- Add manifest (Level/community#83) and encode
compactRange()(#93) (@vweevers) - Add
typeproperty forreachdown(Level/community#82) (8a23848) (@vweevers)
6.2.0 - 2019-09-06
- Upgrade
hallmarkdevDependency from^0.1.0to^2.0.0(#85, #91) (@vweevers) - Upgrade
standarddevDependency from^12.0.0to^14.0.0(#84, #90) (@vweevers) - Upgrade
memdowndevDependency from^4.0.0to^5.0.0(#88) (@vweevers)
6.1.0 - 2019-06-22
- Support seeking (#82, #83) (@MeirionHughes, @vweevers)
6.0.2 - 2019-03-31
- Upgrade
memdowndevDependency from^3.0.0to^4.0.0(#80) (@vweevers) - Upgrade
nycdevDependency from^12.0.2to^13.2.0(#79) (@vweevers) - Apply common project tweaks (#77, #78) (@vweevers)
6.0.1 - 2018-12-27
6.0.0 - 2018-12-25
If you are upgrading: please see UPGRADING.md.
- 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)
- Explain serialization (#72) (@vweevers)
- Add
nycandcoveralls(#64) (@ralphtheninja)
- Remove node 9 (@ralphtheninja)
- Remove now superfluous
_setupIteratorOptions()(@ralphtheninja)
5.0.4 - 2018-06-22
- Add
LICENSE.md(@ralphtheninja) - Add
CONTRIBUTORS.md(@ralphtheninja) - Add
remarktooling (@ralphtheninja)
5.0.3 - 2018-05-30
- Replace
util.inheritswithinheritsmodule (@ralphtheninja)
5.0.2 - 2018-05-23
- Add
UPGRADING.md(@vweevers)
- Upgrade
abstract-leveldownto5.0.0(@ralphtheninja) - Upgrade
memdownto3.0.0(@vweevers)
5.0.1 - 2018-05-19
- Override
_setupIteratorOptionsto not clobber ranges (@ralphtheninja, @dominictarr)
5.0.0 - 2018-05-13
If you are upgrading: please see UPGRADING.md.
- Add 10 to Travis (@ralphtheninja)
- Update
level-errorsto2.0.0(@ralphtheninja) - Update
level-codecto9.0.0(@ralphtheninja)
- Remove 4 from Travis (@ralphtheninja)
4.0.1 - 2018-05-19
- Override
_setupIteratorOptionsto not clobber ranges (@ralphtheninja, @dominictarr)
4.0.0 - 2018-02-12
If you are upgrading: please see UPGRADING.md.
- Add 9 to Travis (@ralphtheninja)
- Update
abstract-leveldownto4.0.0(@ralphtheninja) - Update
memdownto2.0.0(@ralphtheninja)
- Remove 7 from Travis (@ralphtheninja)
3.0.1 - 2017-12-18
- Test that default utf8 encoding stringifies numbers (@vweevers)
- Skip decoding if
options.keysoroptions.valuesis false (@vweevers)
3.0.0 - 2017-11-11
If you are upgrading: please see UPGRADING.md.
- README: add node badge (>= 4) (@vweevers)
- Update
abstract-leveldownto3.0.0(@ralphtheninja)
- Remove 0.12 from Travis (@vweevers)
2.3.4 - 2017-10-24
- README: add example of npm installed encoding (@vweevers)
2.3.3 - 2017-10-22
- README: fix
level-codeclinks (@vweevers)
2.3.2 - 2017-10-22
- README: tweak badges (@ralphtheninja)
- README: add more code examples (@vweevers)
- Update
level-codecto8.0.0(@ralphtheninja)
- Fix problems related to missing
asBuffer,keyAsBufferandvalueAsBuffer(@ralphtheninja)
2.3.1 - 2017-10-02
- Refactor typings (@MeirionHughes)
2.3.0 - 2017-09-24
- Add default export (@zixia)
2.2.1 - 2017-09-13
- Fix typings (@MeirionHughes)
2.2.0 - 2017-09-12
- Add Typescript typings (@MeirionHughes)
- README:
AbstractLevelDOWN->abstract-leveldown(@ralphtheninja) - Update
abstract-leveldown(@ralphtheninja)
2.1.5 - 2017-08-18
- README: add api docs (@ralphtheninja)
- Add basic tests (@ralphtheninja)
- Enable Travis for ci (@ralphtheninja)
- Update dependencies (@ralphtheninja)
- Use
safe-buffer(@ralphtheninja)
2.1.4 - 2017-01-26
- Rename methods to
_serializeKey()and_serializeValue()(@juliangruber)
2.1.3 - 2017-01-26
- Add
_encodeKey()and_encodeValue()id functions (@juliangruber)
2.1.2 - 2017-01-26
- Emit encoding errors in streams too (@juliangruber)
2.1.1 - 2017-01-26
- Return encoding errors on get (@juliangruber)
2.1.0 - 2017-01-26
- Add support for
approximateSize()(@juliangruber)
2.0.8 - 2017-01-26
- Remove
Iterator.prototype.seek(@juliangruber)
- Fix encoding lt/get range options (@juliangruber)
2.0.7 - 2017-01-26
- Add
'utf8'as default encoding (@juliangruber)
2.0.6 - 2017-01-26
- Fix
typof->typeofbug (@juliangruber)
2.0.5 - 2017-01-26
- Fix bug in
iterator._next()with undefined key or value (@juliangruber)
2.0.4 - 2017-01-26
- Update
level-codecfor utf8 fixes (@juliangruber)
2.0.3 - 2017-01-26
- Fix bug with incorrect db (@juliangruber)
2.0.2 - 2017-01-26
- Fix bug with incorrect db and missing new operator (@juliangruber)
2.0.1 - 2017-01-26
- Fix bug with
AbstractChainedBatchinheritance (@juliangruber)
2.0.0 - 2017-01-26
- Version bump (@juliangruber)
1.0.0 - 2017-01-26
🌱 Initial release.