This repository was 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
READMEwith 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
undefinedvalue 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
.statusproperty (@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)