This repository was archived by the owner on Dec 1, 2024. It is now read-only.
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)