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-codec
andlevel-errors
(83556fd
) (Vincent Weevers) - Add
files
topackage.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
type
property forreachdown
(Level/community#82) (8a23848
) (@vweevers)
6.2.0 - 2019-09-06
- Upgrade
hallmark
devDependency from^0.1.0
to^2.0.0
(#85, #91) (@vweevers) - Upgrade
standard
devDependency from^12.0.0
to^14.0.0
(#84, #90) (@vweevers) - Upgrade
memdown
devDependency from^4.0.0
to^5.0.0
(#88) (@vweevers)
6.1.0 - 2019-06-22
- Support seeking (#82, #83) (@MeirionHughes, @vweevers)
6.0.2 - 2019-03-31
- Upgrade
memdown
devDependency from^3.0.0
to^4.0.0
(#80) (@vweevers) - Upgrade
nyc
devDependency from^12.0.2
to^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
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)
- Explain serialization (#72) (@vweevers)
- Add
nyc
andcoveralls
(#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
remark
tooling (@ralphtheninja)
5.0.3 - 2018-05-30
- Replace
util.inherits
withinherits
module (@ralphtheninja)
5.0.2 - 2018-05-23
- Add
UPGRADING.md
(@vweevers)
- Upgrade
abstract-leveldown
to5.0.0
(@ralphtheninja) - Upgrade
memdown
to3.0.0
(@vweevers)
5.0.1 - 2018-05-19
- Override
_setupIteratorOptions
to 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-errors
to2.0.0
(@ralphtheninja) - Update
level-codec
to9.0.0
(@ralphtheninja)
- Remove 4 from Travis (@ralphtheninja)
4.0.1 - 2018-05-19
- Override
_setupIteratorOptions
to 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-leveldown
to4.0.0
(@ralphtheninja) - Update
memdown
to2.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.keys
oroptions.values
is false (@vweevers)
3.0.0 - 2017-11-11
If you are upgrading: please see UPGRADING.md
.
- README: add node badge (>= 4) (@vweevers)
- Update
abstract-leveldown
to3.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-codec
links (@vweevers)
2.3.2 - 2017-10-22
- README: tweak badges (@ralphtheninja)
- README: add more code examples (@vweevers)
- Update
level-codec
to8.0.0
(@ralphtheninja)
- Fix problems related to missing
asBuffer
,keyAsBuffer
andvalueAsBuffer
(@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
->typeof
bug (@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-codec
for 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
AbstractChainedBatch
inheritance (@juliangruber)
2.0.0 - 2017-01-26
- Version bump (@juliangruber)
1.0.0 - 2017-01-26
🌱 Initial release.