Releases: Level/levelup
Releases · Level/levelup
v2.0.0-rc3
Changed
- Refactor typings, use
abstract-leveldown
types (@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
Promise
to 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-leveldown
to2.0.0
(@ralphtheninja) - Change
levelup
constructor to take store as first parameter (@ralphtheninja) - Switch to use
AbstractLevelDOWN#status
(@ralphtheninja) - Update copyright year to 2017 (@ralphtheninja)
- Rename
lib/util.js
tolib/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
options
parameter frommaybeError
(@ralphtheninja) - Remove
browser
field frompackage.json
(@ralphtheninja) - Remove 0.12 and 4 from Travis (@juliangruber)
- Remove unused
isDefined
fromlib/util.js
(@ralphtheninja) - Remove encodings (@ralphtheninja)
- Remove
dispatchError()
, callback is always a function (@ralphtheninja)
Fixed
- Fix problems with zalgo in
maybeError()
(@ralphtheninja)