This repository has been archived by the owner on Dec 1, 2024. It is now read-only.
Releases: Level/abstract-leveldown
Releases · Level/abstract-leveldown
v2.7.2
Changed
- Update
README
with new style (@ralphtheninja)
v2.7.1
Changed
- Refactor typings as ES2015 module (@MeirionHughes)
v2.6.3
Added
- Add
GreenKeeper
(@ralphtheninja) - Test key/value serialization (@bigeasy)
- Test
undefined
value serializing to empty string (@ralphtheninja)
Changed
- Update dependencies (@ralphtheninja)
- Convert nullish values to empty strings (@bigeasy)
- Use
t.equal(a, b)
instead oft.ok(a === b)
(@bigeasy) - Relax tests for serializing object in
abstract/chained-batch-test.js
(@ralphtheninja)
Fixed
- Document
.status
property (@ralphtheninja)
v2.6.2
Added
- Test serialization extensibility (@juliangruber)
Changed
- Update dependencies and float
devDependencies
(@ralphtheninja) - Update copyright years (@ralphtheninja)
- Update node versions on Travis (@ralphtheninja)
Fixed
- Fix put test on object serialization (@juliangruber)