Releases: Level/packager
Releases · Level/packager
v3.1.0
Changed
- Split up tests into
abstract/*-test.js
(@ralphtheninja)
Removed
- Remove
.jshintrc
(@ralphtheninja)
v3.0.0
Added
- Add node 10 to Travis (@ralphtheninja)
- Add
UPGRADING.md
(@ralphtheninja)
Changed
- Update
standard
to^11.0.0
(@ralphtheninja) - Update
encoding-down
to~5.0.0
(@ralphtheninja) - Update
leveldown
to^4.0.0
(@ralphtheninja) - Update
levelup
to^3.0.0
(@ralphtheninja) - Change
License & Copyright
toLicense
in README (@ralphtheninja) - Replace
const
withvar
for IE10 support (@ralphtheninja)
Removed
- Remove node 4 from Travis (@ralphtheninja)
v2.1.1
Added
- Travis: add 9 (@ralphtheninja)
Changed
- Update
encoding-down
to~4.0.0
(@ralphtheninja) - Update
leveldown
to^3.0.0
(@ralphtheninja) - Update copyright year to 2018 (@ralphtheninja)
Fixed
- Test: clean up
level-test-*
dbs after tests are done (@ralphtheninja)
v2.1.0
Added
- Add
standard
for linting (@ralphtheninja)
Changed
- Attach
.errors
fromlevelup
toLevel
constructor (@ralphtheninja)
v2.0.2
v2.0.1
Added
- Test that encoding options default to utf8 (@ralphtheninja)
- Test that
.keyEncoding
and.valueEncoding
are passed toencoding-down
(@ralphtheninja)
Fixed
- Fix encoding options to
encoding-down
(@ralphtheninja)
v2.0.0
Added
- README: add
level
badge (@ralphtheninja)
Changed
- Update
levelup
to^2.0.0
(@ralphtheninja) - Update
encoding-down
to~2.3.0
(@ralphtheninja) - Update
leveldown
to^2.0.0
(@ralphtheninja) - README: update npm badges to similar badge style (@ralphtheninja)
Removed
- README: Remove Greenkeeper badge (@ralphtheninja)
v2.0.0-rc3
Changed
- Update
levelup
to2.0.0-rc3
(@ralphtheninja) - Update
leveldown
to^1.8.0
(@ralphtheninja)
v2.0.0-rc2
Changed
- Update
levelup
to2.0.0-rc2
(@ralphtheninja) - Update
encoding-down
to~2.2.0
(@ralphtheninja)
v2.0.0-rc1
Added
- Travis: add 8 (@ralphtheninja)
- README: add Greenkeeper badge (@ralphtheninja)
- README: add node badge (@ralphtheninja)
Changed
- README: steer away from
LevelDOWN
toabstract-leveldown
(@ralphtheninja) - Update copyright year to 2017 (@ralphtheninja)
Removed
- Travis: remove 0.12, 4, 5 and 7 (@ralphtheninja)