Releases: bcomnes/level-hookdown
Releases · bcomnes/level-hookdown
v3.1.2
v3.1.1
v3.1.0
v3.0.0
v2.0.1
v2.0.0
Breaking
- level-hookdown now mutates the wrapped level. It does this in a correct and conventional way however, using prototype method override on the instance object. The methods
get,del, andbatchare added to the instance, and internally call the instance prototype methods between pre and post hooks. - Some of the leveldown baggage has been removed.
- Most of the API is the same.
- A
protectHookoption is added to preserve the batch object if the wrappedlevelmutates that object during its operation. Levels likesubleveldowndo this.
Added
- added some new tests to cover concurrency options
Changed
- minor readme improvements