This repository was archived by the owner on Dec 2, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 44
Merged
Upgrade #83
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
ed791ef
upgrade abstract-leveldown to 5.0.0
vweevers 558fb21
upgrade levelup to 3.0.0
vweevers 75480e2
include abstract/iterator-range-test
vweevers f5171a8
remove testBuffer
vweevers 698cc8b
remove _isBuffer (closes #64)
vweevers 0253f85
remove _approximateSize (closes #75)
vweevers 9e1e61f
fix constructor
vweevers fd16726
fix #_iterator
vweevers 2da8fed
rely on default options in Iterator constructor
vweevers cdd5e73
add _serializeKey
vweevers d368727
remove options.raw (#65)
vweevers 356b004
remove calls to _serializeValue
vweevers d2f4cb0
remove options argument from _serializeValue
vweevers d103e43
fix iterator with limit=0
vweevers db364ab
temporarily add brfs to fix Level/levelup#578
vweevers e3d35d7
fix native type tests
vweevers 5618102
fix destroy tests
vweevers c7bc3b4
fix levelup integration tests
vweevers f6db116
test buffer keys
vweevers f600993
test that iterator stringifies buffer input
vweevers c94500d
detect binary key support (#58)
vweevers 4dd6909
remove brfs after levelup fix
vweevers File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice one!