This repository has been archived by the owner on Dec 1, 2024. It is now read-only.
Releases: Level/levelup
Releases · Level/levelup
v4.0.2
Changed
- Replace
async
devDependency withasync-each
andrun-*
(#654) (d9ff554
) (@vweevers) - Upgrade
nyc
devDependency from^13.1.0
to^14.0.0
(#649) (4f8b141
) (@vweevers)
Added
Removed
- Remove unused
test-10k-times.sh
(#651) (6a033f1
) (@MadsAndreasenTechPeople) - Remove outdated
Support
section fromREADME.md
(956eb0b
) (@vweevers) - Remove references to old wiki in favor of
Level/awesome
(f534fde
) (@vweevers)
Fixed
v4.0.1
Changed
- Upgrade dependencies of benchmarks (#637) (@morolt)
- Upgrade
memdown
devDependency from^3.0.0
to^4.0.0
(#646) (@vweevers) - Upgrade
bl
devDependency from^2.0.0
to^3.0.0
(#643) (@vweevers) - Upgrade
airtap
devDependency from0.1.0
to^2.0.0
(#631) (@vweevers) - Upgrade
encoding-down
devDependency from^5.0.0
to^6.0.0
(#629) (@vweevers) - Apply common project tweaks (#634, #635,
b83add5
) (@vweevers)
v4.0.0
If you are upgrading: please see UPGRADING.md
.
Changed
- Upgrade
nyc
devDependency from~12.0.2
to~13.1.0
(@ralphtheninja) - Upgrade
deferred-leveldown
dependency from~4.0.0
to~5.0.0
(@vweevers) - Upgrade
concat-stream
devDependency from~1.6.0
to~2.0.0
(@ralphtheninja) - Upgrade
level-iterator-stream
dependency from~3.0.0
to~4.0.0
(@ralphtheninja) - Replace
remark-cli
withhallmark
(#621) (@vweevers) - Upgrade
standard
devDependency from^11.0.0
to^12.0.0
(@ralphtheninja) - Add
.nyc_output/
to.npmignore
(@ralphtheninja)
Removed
- Remove
IE10
fromairtap
(#625) (@ralphtheninja)
v3.1.1
Changed
- Upgrade
airtap
from0.0.7
to0.1.0
(@vweevers, @ralphtheninja) - Upgrade
level-iterator-stream
from~2.0.0
to~3.0.0
(@ralphtheninja) - Pass options to
batch.write()
(@ralphtheninja)
Added
- Add
nyc
andcoveralls
(@ralphtheninja)
Removed
- Remove node 9 (@ralphtheninja)
Fixed
- Fix issue with
airtap --local
(@ralphtheninja) - Call
rs.destroy()
without using.bind()
(@ralphtheninja)
v3.1.0
Changed
- Upgrade
airtap
from0.0.6
to0.0.7
(@ralphtheninja) - Update
.npmignore
(@ralphtheninja) - Tweak copyright year for less maintenance (@ralphtheninja)
Added
Removed
- Remove
contributors
frompackage.json
(@ralphtheninja) - Remove copyright headers from code (@ralphtheninja)
- Remove LevelDB and Snappy credits (@vweevers)
Fixed
- Replace
remark
withremark-cli
(@ralphtheninja)
v3.0.1
Changed
- Update
airtap
to0.0.6
(@ralphtheninja)
Removed
- Remove
.jshintrc
(@ralphtheninja) - Remove
brfs
and useBuffer.from()
in favor offs.readFileSync()
(@ralphtheninja)
v3.0.0
Added
- Add node 10 to Travis (@ralphtheninja)
- Add browser support to test suite (@vweevers)
- Add
airtap
for browser tests in Sauce Labs (@vweevers)
Changed
- Update
memdown
to^3.0.0
(@vweevers) - Update
encoding-down
to^5.0.0
(@ralphtheninja) - Update
deferred-leveldown
to~4.0.0
(@ralphtheninja) - Update
standard
to^11.0.0
(@ralphtheninja) - Update
level-errors
to~2.0.0
(@ralphtheninja) - Update
bl
to^2.0.0
(@ralphtheninja) - README: tweak api sub sections (@ralphtheninja)
Fixed
- Fix defunct
keyEncoding
ininject-encoding-test.js
(@vweevers)
Removed
- Remove irrelevant
leveldown-substitution-test.js
(@ralphtheninja) - Remove node 4 from Travis (@ralphtheninja)
- Remove batch operations defaulting to
put
(@vweevers) - Remove compiler toolchain from Travis (@vweevers)
v2.0.2
Added
- Add 9 to Travis (@ralphtheninja)
Changed
- Update
browserify
to16.0.0
(@ralphtheninja) - Update
leveldown
to3.0.0
(@ralphtheninja) - Update
deferred-leveldown
to3.0.0
(@ralphtheninja) - README: normalize readme style (@ralphtheninja)
- README: use markdown links instead of
<a href></a>
(@ralphtheninja) - Clarify 'must provide db' error message (@adityapurwa)
- Update copyright year to 2018 (@adityapurwa)
Removed
- Remove
abstract-leveldown
devDependency (@ralphtheninja)
v2.0.1
Changed
- README: clarify that options are specific to the underlying store (@ralphtheninja)
- Update
abstract-leveldown
to3.0.0
(@ralphtheninja) - Update
encoding-down
to3.0.0
(@ralphtheninja)
Fixed
- Restore support for node 4 (@farskipper)
v2.0.0
Added
- Add default export (@zixia)
- Test that key and value of queued operation is not serialized (@vweevers)
- Test JSON encoding with stream (@vweevers)
- Add smoke test for
levelup
andleveldown
withoutencoding-down
(@vweevers)
Changed
- Update
leveldown
(@ralphtheninja) - README: prefer 'underlying store' over database, backend etc (@vweevers)
- README: update badges (@ralphtheninja)
- README: unquote properties (@vweevers)
- README: clarify what excluding callback means (@vweevers)
- README: 'arbitrary data object' => 'of any type' (@vweevers)
- README: reduce 'supported platforms' section (@vweevers)
- README: rewrite intro and relationship with leveldown (@vweevers)
- README: cleanup (@vweevers)
- README: fix bad async code example (@ralphtheninja)
- Update
deferred-leveldown
(@ralphtheninja)
Removed
- Remove unstable typings and Typescript tests (@MeirionHughes)