Ecosyste.ms: OpenCollective

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

github.com/Level/level-js

An abstract-leveldown compliant store on top of IndexedDB.
https://github.com/Level/level-js

test all valid key types

b3a2240ac940fadb9850c162965b46f9c67b79d0 authored over 6 years ago
fix conversion of binary cursor key (which is an ArrayBuffer) to Buffer

184ad0aef97bcb484ad836867605cdf19b8c7e54 authored over 6 years ago
don't stringify keys (except fallbacks, booleans and NaN)

3f736966cdbf6a1859296606c63011b5ba12960e authored over 6 years ago
avoid 'instanceof Date' for cross-realm support (#129)

b73567846177832f79210415f85295c9a7af0068 authored over 6 years ago
whitelist npm package files (#126)

c471684f704586cdb7201ec859f774fa281255ae authored over 6 years ago
mention that null and undefined values are not supported (#125)

3a8b861b550ef18fd0b7055e5eb916a0a1f8c33a authored over 6 years ago
force airtap's browserify to use buffer@5 (#122)

7f3ebdaa4e02f0655efcb9ad68c921d4788d7b60 authored over 6 years ago
test default and custom prefix (#124)

0f555a7c30c3f2d151b75d620f5341984f171782 authored over 6 years ago
level.js -> level-js (#121)

* level.js -> level-js

* level.js logo was removed

4fba77c757432b1146cc8b7c8d5e3a8a70a3815d authored over 6 years ago
Document constructor (#119)

* Document constructor

* tweak location docs

* update options.prefix docs

* update loca...

ee3a41b2cbcfc1d71754f9a09322d2a850a1ee0f authored over 6 years ago
test illegal value types (error, function, dom node) (#118)

2a8526c1579e80490c615f9c6fb719d0dc3c714e authored over 6 years ago
Use setImmediate with callback in _close() (#111)

a54fddec0be9d94d3171b372a10bf2214f64e111 authored over 6 years ago
Destroy with location and prefix only (#116)

* destroy() with location and optional prefix

* Test .destroy with custom prefix

* .destro...

c06cac79c9767eeea435b28edc14769aa8f47f46 authored over 6 years ago
Add 3.0.0-rc1 to changelog (#115)

fc5fdad208d94e60a094b63b141ed1b6bb9d3163 authored over 6 years ago
use Standard (#112)

* add and use standard

* standard: ignore test/util/idb-shim.js

* standard --fix

* spli...

294345d2d942a4aab1c06dda6b509895499b713c authored over 6 years ago
Merge pull request #107 from Level/changelog

Add CHANGELOG.md

fb185a978aaee2f5b0d5b106838a4ea1798873e1 authored over 6 years ago
Add CHANGELOG.md

e160065d3dbd8645e1b9989cd1ea8fd7522c6f65 authored over 6 years ago
3.0.0-rc1

4485177e5ef666e00c9936fdbd019a10a6eadbb2 authored over 6 years ago
Tweak readme (#102)

* update readme links

* quick tweaks

* add badges

* more background

* move Install s...

672130206561fbe50b7ec4ed81d01160534033fc authored over 6 years ago
Test all types of the structured clone algorithm (#101)

* stringify test doesn't require binary key support

* catch DataCloneError if env does not su...

e62af6f7849aaebe988103f97742b76711358f83 authored over 6 years ago
Merge pull request #97 from Level/cleanup

Cleanup

12e929489658b5a3bb38fef0e3015fc163172846 authored over 6 years ago
use setImmediate (closes #87)

0cdcfafc11cd1f2915b85d22776909eb2d6b5306 authored over 6 years ago
gitignore npm files

534907b0e648fd7b0c4c7e298054baa47ef41812 authored over 6 years ago
upgrade airtap to 0.0.7

b864b19f81157093b3b746f12e8a9bee9d9f8b7f authored over 6 years ago
remove manual end-test (closes #80)

c8ea79608c74823c3deead7f4ed3af15b3775638 authored over 6 years ago
restructure tests

c2adc9610ed8dd4bf291727e89a373cfc67c641c authored over 6 years ago
move testCommon to test/util

039a004f440132750202c328806edbacedf02c44 authored over 6 years ago
move (unused) idb-shim to test/util

cbf679437f66ae52a31dae4dcc79792099cdd90b authored over 6 years ago
move feature detection to util/support

e70fb9e6e7968d99957b20509c4839b2109e115e authored over 6 years ago
move mixedToBuffer to utils/ (closes #95)

83dad6215621ea86e5c4c5360ccdbb99842b5596 authored over 6 years ago
Merge pull request #92 from Level/add-browsers

Add more browsers

6dd6340f2254306b66c78add81d68a50268d4c24 authored over 6 years ago
use global isNaN instead of Number.isNaN (for IE <= 11)

47774afba5f55681ff0ebc0db5a9f71ed153974a authored over 6 years ago
include Promise polyfill in tests (for IE <= 11)

1de95d5f37c45ee0313ce0b07c9dcd18c8aea960 authored over 6 years ago
only access transaction.error if aborted (for Edge <= 17)

0e275dccbdf508f607350c5800cbe8c8d6cd80aa authored over 6 years ago
detect array key support (for Edge <= 17)

2cd4706574901b1c8a855476313067b3e0afb859 authored over 6 years ago
add Safari, Edge and IE to test matrix

a8acaf55fcbd3763020efb606bcebb79427de09c authored over 6 years ago
Merge pull request #88 from Level/unwrap

Unwrap

b1c01a9a9c144d462c330fd09fd541baff6b5467 authored over 6 years ago
unwrap open and close, remove idb-wrapper

8a8a5bda4c53391daedc3f502cdb02bde57eea2e authored over 6 years ago
test without shim

7f9bc0b00a174420b82abbf324d037e5136a37c6 authored over 6 years ago
remove leftover comment

17e1dc0dd811596fe4516789a0a0d25c30d623e4 authored over 6 years ago
remove leftover callback check

644ee86e182fc49528369c54fe1e366a147b1a5f authored over 6 years ago
unwrap iterator

3e26ae5ce2917e75f766ba9fc297b11913f75102 authored over 6 years ago
unwrap batch

97d2f356b36ae4908b4cf653fb1739e130dab4a4 authored over 6 years ago
unwrap get, del, put

e744ac4b908ace40cb2b3e1ea17ad16f4c198bb6 authored over 6 years ago
remove ArrayBuffer in favor of Buffer (#85)

1f33d78c65b70f6d627033e9f6f7444183ea779f authored over 6 years ago
Merge pull request #83 from Level/upgrade

Upgrade

eb9b63727597913b7e8c3825ffe2de62228fdfb9 authored over 6 years ago
remove brfs after levelup fix

4dd6909698317d436187bcd92c4b6af76038aa59 authored over 6 years ago
detect binary key support (#58)

c94500d71558dd5affa1816a09f7129f43f2b173 authored over 6 years ago
test that iterator stringifies buffer input

f6009936bb0f8ab2fa0ae0dfbd3162342394995e authored over 6 years ago
test buffer keys

f6db11630c579204d2d46199066aeff71d83c58a authored over 6 years ago
fix levelup integration tests

c7bc3b484f15140cf5f12e81d458617415670fdc authored over 6 years ago
fix destroy tests

5618102a1247207c5c7483bc92d1f14ef2872913 authored over 6 years ago
fix native type tests

e3d35d71d4795dafce5e1d938afec00d7f075609 authored over 6 years ago
temporarily add brfs to fix Level/levelup#578

db364abfd89ab782353013e2fc9e333056a80ef3 authored over 6 years ago
fix iterator with limit=0

d103e4349feefb6d43b4c9753c611b14b045a580 authored over 6 years ago
remove options argument from _serializeValue

d2f4cb0eff8e1c56c76a4207107804833dfb7818 authored over 6 years ago
remove calls to _serializeValue

356b004ed179e2ffd042d3dcbcc9465b2ffd265c authored over 6 years ago
remove options.raw (#65)

d3687277ba684f12ee4583bc33780de2d44da794 authored over 6 years ago
add _serializeKey

cdd5e73f042d6970b902a0af88ec6a2aa13df2d3 authored over 6 years ago
rely on default options in Iterator constructor

2da8fed4b2a89f89726a16466cb81f5d9fd3ce5b authored over 6 years ago
fix #_iterator

fd167265dfd9dabc8f6e0eaf49a9127837e55022 authored over 6 years ago
fix constructor

9e1e61f4d530c197efa162a10879a6b177e21ecc authored over 6 years ago
remove _approximateSize (closes #75)

0253f857b2390e990b608adf4a753242194dc8ff authored over 6 years ago
remove _isBuffer (closes #64)

698cc8bf071c0d7fdfa5fb955552ba329028ea2a authored over 6 years ago
remove testBuffer

f5171a803c0cfb374d1b8abecd7c1db9b8e154df authored over 6 years ago
include abstract/iterator-range-test

75480e2bc86c19be71fcc98742ac91ea0a6aaaa1 authored over 6 years ago
upgrade levelup to 3.0.0

558fb21908b4ada26ed5ccf3fc84b8e6b56d233b authored over 6 years ago
upgrade abstract-leveldown to 5.0.0

ed791ef0ac8bfd71d4d776a1b9ebb88fda7132f0 authored over 6 years ago
simplify value encoding aka serialization (#76)

8c9f713e8db7e0383a733504c5996e507ae7fff5 authored over 6 years ago
let iterator complete on its own, don't abort (#79)

* let iterator complete on its own, don't abort

* rename Iterator#_finished to _completed

...

6afbe0c71f0bc019c2361c5492bde96cfc64cd39 authored over 6 years ago
Switch license from BSD to MIT (#78)

* Switch license from BSD to MIT

* update after feedback

c1b15655f6f37ce690a4843910181849816f8e40 authored over 6 years ago
Merge pull request #74 from Level/airtap

Add Airtap

1e55821c2f549e1dd997923c96cc7f47941c70c6 authored over 6 years ago
temporarily test on chrome and ff only

c5ed6b187eacc91216833def8dbce5b9b72073a3 authored over 6 years ago
remove testling from package.json

94fab1c90ce8dab75baaa94ec13fb5794a04b969 authored over 6 years ago
replace beefy with airtap --local

f5fc615811c25c9e6cb8fecbe110f636ee24b5af authored over 6 years ago
fix test entry point for beefy and airtap

aec48e73bc1ec1df85c5f47fe6be4fd2c8420349 authored over 6 years ago
make real tests out of test-levelup.js

cf5621efb187f58d7eb04b6fc6da324da86ee301 authored over 6 years ago
remove writestream test from test-levelup.js

74b02bb57fe5e29b0133e84bcc647b983ad08b79 authored over 6 years ago
properly close db's in custom-tests.js

6b848af02cc761b9e3d0e500456c924e52344942 authored over 6 years ago
add airtap

8e2728d14f54af3207e7b28d9f6d235035701fb3 authored over 6 years ago
remove Buffer to Uint8Array conversion on put (#73)

3a9b36c66df096a94258df5e9778ec50c20c9470 authored over 6 years ago
Merge pull request #71 from Level/update-deps

Update deps

5a02fa14f040dfaed29367c576d9bfdb2c0c8830 authored over 6 years ago
use Buffer.from() now that we have a recent browserify

b6475a2427db6b3c1ce37fca5a8cad54b906fdfb authored over 6 years ago
update dependencies

* beefy 2.1.8
* browserify 16.2.2
* typedarray-to-buffer 3.1.5
* xtend 4.0.1

697fd643fc1e80497143e50067300e4784e4fe9c authored over 6 years ago
Merge pull request #68 from Level/fix-snapshots

Fix snapshots

bb19ca3c797349c5cd27fece4db0bc0ad6e83788 authored over 6 years ago
throw error instead of returning

c01d4700c4d809b1ac3680f993a629ec6ce79c84 authored over 6 years ago
temporarily skip abstract ranges-test

5765cc13d1e3e0290d41b490c7e637a610148da6 authored over 6 years ago
use a cache in iterator to fulfill snapshot guarantees

5ceb7ab76e47bf40ef4ae03ac9f65653dbf4ab23 authored over 6 years ago
2.2.4

e819338e87aa305e57ec9c2fe58168ab5dca6da3 authored over 8 years ago
Merge pull request #52 from substack/to-array-buffer

use toArrayBuffer() only when present

2b2f7b952e795c5e3718711240bf0e4c2d272230 authored almost 9 years ago
use toArrayBuffer() only when present (removed in node 0.11): https://github.com/feross/buffer/issues/90

9a9bdc132f301dc10de4ad6c7d77ac4eea8288d7 authored almost 9 years ago
2.2.3

2c72508bb6a0c9f95d6c96b83632e88d5438fae6 authored about 9 years ago
downgrade version in package.json

3a28e4e64c4bd3317f0a65af3cda787face5b731 authored about 9 years ago
Merge pull request #47 from ryanramage/ltgt

bump ltgt to 2.1.2 and bump this package to 2.2.3

dc0b1d5fb2ac08c4168b1f403a4ef0682675ffd4 authored about 9 years ago
bump ltgt to 2.1.2 and bump this package to 2.2.3

ecced458d274fa637e854c0ca0483eba5d9b7092 authored about 9 years ago
2.2.2

99c674487fe5ea8388544724d422934219c2e348 authored over 9 years ago
Merge pull request #45 from maxogden/start-greater-end

fix iter when start > end

c244d94fd5c6dbf8fac68b7cb5c69db5d6acd219 authored over 9 years ago
fix iter when start > end

6235bfdecbffe9c95ab198d1ebe6a81870c817cd authored over 9 years ago
add nolanlawson

b2329dbb734b0fa82cb678fa70a7c378157c93f2 authored over 9 years ago
2.2.1

84f01260f1f440b10029c31b5ea6bb151db477c0 authored over 9 years ago