Level / memdown

In-memory abstract-leveldown store for Node.js and browsers.
MIT License
287 stars 37 forks source link

Remove skipping of falsy elements in batch array #103

Closed vweevers closed 6 years ago

vweevers commented 6 years ago

Remove this line (as well as the unit test):

https://github.com/Level/memdown/blob/b51bbd30e1e16dd0d87b6acf40e863bb2eb37bc4/memdown.js#L191

And describe the new behavior in a changelog. Pending Level/abstract-leveldown#142.