Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/Level/abstract-level

Abstract class for a lexicographically sorted key-value database.
https://github.com/Level/abstract-level

Prepare 3.0.0

vweevers opened this pull request 6 days ago
Add docs and types for `attachResource()` & `detachResource()`

vweevers opened this pull request 9 days ago
Avoid cloning option objects in more places

vweevers opened this pull request 9 days ago
Breaking: change `_checkKey` and `_checkValue` to assertions

vweevers opened this pull request 9 days ago
Refactor: use async/await in `closeResources()`

vweevers opened this pull request 9 days ago
Refactor: restore use of spread operator

vweevers opened this pull request 9 days ago
Breaking: make `iterator.seek()` a mandatory feature

vweevers opened this pull request 9 days ago
Breaking: remove deprecated `put`, `del` & `batch` events

vweevers opened this pull request 9 days ago
Breaking: drop support of Node.js 16

vweevers opened this pull request 9 days ago
Close sublevels upon closing parent db

vweevers opened this pull request 9 days ago
Bump nyc from 15.1.0 to 17.1.0

dependabot[bot] opened this pull request 9 days ago
Bump airtap from 4.0.4 to 5.0.0

dependabot[bot] opened this pull request 9 days ago
Bump codecov/codecov-action from 3 to 5

dependabot[bot] opened this pull request 9 days ago
Improve snapshot documentation

vweevers opened this pull request 11 days ago
Address a few TODO comments in the test suite

vweevers opened this pull request 11 days ago
Implement `has()` and `hasMany()`

vweevers opened this pull request 13 days ago
Implement `Symbol.asyncDispose`

vweevers opened this pull request 13 days ago
Breaking: use new language features

vweevers opened this pull request 13 days ago
Implement explicit snapshots

vweevers opened this pull request 19 days ago
Remove ts-standard

vweevers opened this pull request about 1 month ago
Fix return types of .get .getMany .nextv .all

yoursunny opened this pull request about 1 month ago
Generalize prewrite test for memory-level

vweevers opened this pull request 3 months ago
Bump @voxpelli/tsconfig from 10.1.0 to 12.0.1

dependabot[bot] opened this pull request 7 months ago
Bump sinon from 17.0.2 to 18.0.0

dependabot[bot] opened this pull request 7 months ago
Bump @voxpelli/tsconfig from 10.1.0 to 11.0.0

dependabot[bot] opened this pull request 9 months ago
Bump codecov/codecov-action from 3 to 4

dependabot[bot] opened this pull request 11 months ago
Allow batches to write to a nondescendant sublevel

vweevers opened this pull request 11 months ago
Allow batches to write to a nondescendant sublevel

vweevers opened this issue 11 months ago
Add changelog and finalize upgrade guide for 2.0.0

vweevers opened this pull request 12 months ago
Expose path of sublevel

vweevers opened this pull request 12 months ago
Cannot use class-based custom encoder

MeirionHughes opened this issue about 1 year ago
Project Status?

ronag opened this issue about 1 year ago
Ditch EventEmitter

telamon opened this issue over 1 year ago
Dependency funding for Abstract-level

JSeiferth opened this issue over 1 year ago
fix levelgraph

scenaristeur opened this issue over 1 year ago
How to determine the prefix in a sublevel

kldavis4 opened this issue over 1 year ago
List of available `abstract-level` backends?

fergiemcdowall opened this issue over 1 year ago
allow for non-ASCII names when creating an `AbstractSublevel`

dcrousso opened this issue almost 2 years ago
How to check if KEY exists or alternatively check if VALUE exists in all keys

unnaturalistic opened this issue almost 2 years ago
Bump faucet from 0.0.3 to 0.0.4

dependabot[bot] opened this pull request almost 2 years ago
Fix TypeScript definitions of `all()` and `nextv()`

ImSingee opened this pull request almost 2 years ago
Bump sinon from 14.0.2 to 15.0.1

dependabot[bot] opened this pull request about 2 years ago
Bump level-supports from 4.0.1 to 5.0.0

dependabot[bot] opened this pull request about 2 years ago
Bump @voxpelli/tsconfig from 4.2.0 to 6.1.0

dependabot[bot] opened this pull request about 2 years ago
Bump sinon from 14.0.2 to 15.0.0

dependabot[bot] opened this pull request about 2 years ago
Expose name and/or local prefix of sublevel

vweevers opened this issue about 2 years ago
Add option to disable `prewrite` hook

vweevers opened this issue about 2 years ago
Add opt-in test for `signal` option

vweevers opened this pull request about 2 years ago
Avoid chained batch in deferred test

vweevers opened this pull request about 2 years ago
Canary-test v2

vweevers opened this issue about 2 years ago
Keep track of iterator end

vweevers opened this pull request about 2 years ago
Add experimental support of `AbortSignal`

vweevers opened this pull request about 2 years ago
Breaking: require snapshots to be created synchronously

vweevers opened this pull request about 2 years ago
Mark hooks as experimental

vweevers opened this pull request about 2 years ago
Remove compatibility checks for `levelup` & friends

vweevers opened this pull request about 2 years ago
Breaking: remove deferred chained batch

vweevers opened this pull request about 2 years ago
Breaking: remove callbacks in favor of promises

vweevers opened this pull request about 2 years ago
Breaking: use undefined instead of error for non-existing entries

vweevers opened this pull request about 2 years ago
Breaking: remove `ready` alias of `open` event

vweevers opened this pull request about 2 years ago
Tracking issue: planned breaking changes in v2

vweevers opened this issue about 2 years ago
Bump ts-standard from 11.0.0 to 12.0.1

dependabot[bot] opened this pull request about 2 years ago
Add hooks and deprecate `batch`, `put` & `del` events

vweevers opened this pull request about 2 years ago
Replace Sauce Labs with Playwright

vweevers opened this pull request about 2 years ago
Bump faucet from 0.0.1 to 0.0.3

dependabot[bot] opened this pull request over 2 years ago
Define explicit snapshots

vweevers opened this pull request over 2 years ago
Fix Sauce Labs CI failure

vweevers opened this issue over 2 years ago
Bump @types/node from 17.0.45 to 18.0.0

dependabot[bot] opened this pull request over 2 years ago
getMany with partial result?

ronag opened this issue over 2 years ago
clear with limit

ronag opened this issue over 2 years ago
chainedBatch._put/_del

ronag opened this issue over 2 years ago
Events on root propagate pre-encoded value

martinheidegger opened this issue over 2 years ago
Confused about encoding

ccollie opened this issue over 2 years ago
Make iterator._seek async

ccollie opened this issue over 2 years ago
Bump sinon from 13.0.2 to 14.0.0

dependabot[bot] opened this pull request over 2 years ago
add more default implementations

ronag opened this pull request over 2 years ago
Not possible to implement batch(ops) in terms of chained batch

ronag opened this issue over 2 years ago
clear without limit

ronag opened this issue over 2 years ago
Bump standard from 16.0.4 to 17.0.0

dependabot[bot] opened this pull request over 2 years ago
Bump @voxpelli/tsconfig from 3.2.0 to 4.0.0

dependabot[bot] opened this pull request over 2 years ago
Bump codecov/codecov-action from 2 to 3

dependabot[bot] opened this pull request over 2 years ago
Benchmarks?

ronag opened this issue over 2 years ago
flush() instead of sync=true

ronag opened this issue over 2 years ago
range queries inclusive/exclusive

ronag opened this issue over 2 years ago
perf: allow for flat iterator response

ronag opened this pull request over 2 years ago
Bump actions/checkout from 2 to 3

dependabot[bot] opened this pull request almost 3 years ago
Add hidden `abortOnClose` option to iterators

vweevers opened this pull request almost 3 years ago
Document error codes of `classic-level` and `many-level`

vweevers opened this pull request almost 3 years ago
Keep track of iterator end in `_nextv()` fallback

vweevers opened this issue almost 3 years ago
Bump actions/setup-node from 2 to 3

dependabot[bot] opened this pull request almost 3 years ago
Use `Object.assign()` to avoid performance regression

vweevers opened this pull request almost 3 years ago
Release `abstract-level` and dependents

vweevers opened this issue almost 3 years ago
Refactor `keys()` and `values()` internals

vweevers opened this issue almost 3 years ago
Add `db.keys()`, `.values()`, `iterator.nextv()` and `.all()`

vweevers opened this pull request almost 3 years ago
Bump @types/node from 16.11.17 to 17.0.5

dependabot[bot] opened this pull request about 3 years ago
Test that `iterator.seek()` respects snapshot

vweevers opened this pull request about 3 years ago
Add test that `iterator.seek()` upholds snapshot guarantee

vweevers opened this issue about 3 years ago
Add builtin sublevels :sparkles:

vweevers opened this pull request about 3 years ago