Level / memdown

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

Remove global store #96

Closed vweevers closed 6 years ago

vweevers commented 6 years ago

Closes #84. Also removes destroy() and clearGlobalStore().

@MeirionHughes I updated the typings and added ts tests. Had to remove use of the legacy options start and end in the tests because they don't exist in the typings.

juliangruber commented 6 years ago

simpler is nicer :)

ralphtheninja commented 6 years ago

New major I guess?

vweevers commented 6 years ago

New major I guess?

Yes, I planned some work for v2.

ralphtheninja commented 6 years ago

@MeirionHughes Mind taking a quick look on the ts stuff? Lets get this merged :)

MeirionHughes commented 6 years ago

@ralphtheninja looks fine. 👍