You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support hooks and events on db.clear(). I don't know how yet, but may require breaking changes. (postponed)
Remove _checkKey() and _checkValue(), an abstract-leveldown leftover that has questionable value because after these methods are called, we run keys and values through encodings. In level-transcoder we should throw if the json encoding returns undefined, as a replacement for undefined checks. Other encodings don't need such checks. (postponed)
In order of significance:
process.nextTick()withqueueMicrotask()batch,put&delevents #45Remove(postponed)batch,putanddeleventskeys()andvalues()internals #13Support hooks and events on(postponed)db.clear(). I don't know how yet, but may require breaking changes.Remove(postponed)_checkKey()and_checkValue(), anabstract-leveldownleftover that has questionable value because after these methods are called, we run keys and values through encodings. Inlevel-transcoderwe should throw if the json encoding returnsundefined, as a replacement forundefinedchecks. Other encodings don't need such checks.readyalias ofopenevent #48Throw error in default private API methods that must be overridden.(postponed; can be semver-minor)levelup& friends #52These won't necessarily land in a single major version. I wanted a place to list them and allow people to object.