This repository was archived by the owner on Dec 1, 2024. It is now read-only.
Releases: Level/levelup
Releases · Level/levelup
v2.0.0-rc3
Changed
- Refactor typings, use
abstract-leveldowntypes (@MeirionHughes) - Update
leveldown(@MeirionHughes)
Fixed
- Correct bad encoding options in tests (@MeirionHughes)
v2.0.0-rc2
Added
- README: add node version badge (@ralphtheninja)
- Add Typescript definitions and testing (@MeirionHughes)
Changed
- README: homogenize readme style (@vweevers)
- Update
level-errors(@ralphtheninja) - Optimize Typescript tests (@vweevers)
Removed
- Remove 7 from Travis (@ralphtheninja)
v2.0.0-rc1
Added
- Add
Promiseto the API if callbacks are omitted (@juliangruber) - Add Greenkeeper badge (@ralphtheninja)
- Add tests for
maybeError()calling back synchronously if db is closed (@ralphtheninja)
Changed
- Update
deferred-leveldownto2.0.0(@ralphtheninja) - Change
levelupconstructor to take store as first parameter (@ralphtheninja) - Switch to use
AbstractLevelDOWN#status(@ralphtheninja) - Update copyright year to 2017 (@ralphtheninja)
- Rename
lib/util.jstolib/promisify.js(@ralphtheninja)
Removed
- Remove
approximateSize()(@ralphtheninja) - Remove
destroy()(@ralphtheninja) - Remove
repair()(@ralphtheninja) - Remove
getProperty()(@ralphtheninja) - Remove
.errorIfExists(@ralphtheninja) - Remove
.createIfMissing(@ralphtheninja) - Remove
.compression(@ralphtheninja) - Remove
.cacheSize(@ralphtheninja) - Remove
.sync(@ralphtheninja) - Remove
.fillCache(@ralphtheninja) - Remove optional
leveldown(@ralphtheninja) - Remove unused
optionsparameter frommaybeError(@ralphtheninja) - Remove
browserfield frompackage.json(@ralphtheninja) - Remove 0.12 and 4 from Travis (@juliangruber)
- Remove unused
isDefinedfromlib/util.js(@ralphtheninja) - Remove encodings (@ralphtheninja)
- Remove
dispatchError(), callback is always a function (@ralphtheninja)
Fixed
- Fix problems with zalgo in
maybeError()(@ralphtheninja)