Ecosyste.ms: OpenCollective

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

github.com/Level/abstract-leveldown

An abstract prototype matching the leveldown API.
https://github.com/Level/abstract-leveldown

Remove sync test (#300)

* Remove sync test from test/put-test.js

* Update changelog

aeabe9951e13cfcfa1454a0fec2691bc6684ea08 authored over 6 years ago by Lars-Magnus Skog <[email protected]>
Add 'bufferKeys' and 'seek' to skip options (#297)

* add 'bufferKeys' and 'seek' to skip options

* warn about process.browser being gone

51af86829cdd26c327e0cd12da5275e528f270e0 authored over 6 years ago by Vincent Weevers <[email protected]>
add Spread The Word and Install sections (#296)

76f0477965d8b925a26e95c9703a077d1b5d05e9 authored over 6 years ago by Vincent Weevers <[email protected]>
add test suite documentation (#295)

6311fae1914e95f0dccca1613ef74e3115e6b821 authored over 6 years ago by Vincent Weevers <[email protected]>
Update upgrade guide [wip] (#272)

* Update upgrade guide with changes to testCommon

* -the

* has -> have

* fresh -> uniqu...

adac63091061a3ab1b54d39af9d1658e11cb44ff authored over 6 years ago by Lars-Magnus Skog <[email protected]>
Update changelog for v6 (#291)

* Fix changelog order; Changed, Added, Removed, Fixed

* Update -> Upgrade

* Update changel...

e8415d5d7d91b78b9a77521f508903fca3364748 authored over 6 years ago by Lars-Magnus Skog <[email protected]>
Merge testCommon and test options (#293)

* attach common to suite for reuse

* entire open-test can now be included in 'self'

* incl...

a8aa1c27c37d409adbca9fbe2fd1582a1d380e3f authored over 6 years ago by Vincent Weevers <[email protected]>
Tweak readme (#290)

* remove: 'range options are not currently serialized'

* add 'and zero-length arrays'

* no...

b4e753056d3a861be556b6f44e792d4cac6501ea authored over 6 years ago by Vincent Weevers <[email protected]>
Add setUp and tearDown to test/leveldown-test.js (#289)

905d835b1194af4978754c10e5ea1b458ea804f9 authored over 6 years ago by Lars-Magnus Skog <[email protected]>
Add checks for null options (since typeof null === "object") (#288)

f891f3920ee81446f20ebaf01e72cf7a37da7a39 authored over 6 years ago by Lars-Magnus Skog <[email protected]>
Serialization (#277)

* allow nullish range options

* make default _serializeKey and _serializeValue identity funct...

49c3b9b604b0bf7af0494e257e8a43059cd6c594 authored over 6 years ago by Vincent Weevers <[email protected]>
Make sure throw tests check error messages properly (#286)

f9143c8bf5e9a4f42b0028ed612d8ede0d1fe513 authored over 6 years ago by Lars-Magnus Skog <[email protected]>
Test that each factory returns a unique db (#282)

* Test that each factory returns a unique db

* Call setUp and tearDown

48484ce12e8e59c0665b50b4bc085809bd662cf4 authored over 6 years ago by Lars-Magnus Skog <[email protected]>
propertly -> properly

ae8d41b6f2ac7835caf6a4f9ca77a97c2e2bf823 authored over 6 years ago by Lars-Magnus Skog <[email protected]>
Exported test function should call .all() in test/close-test.js

d7411bbef7c7b8bd5f144db24b35a6cbdcd918f6 authored over 6 years ago by Lars-Magnus Skog <[email protected]>
Add setUp and tearDown to test/close-test.js (#279)

ebd8af79db94605aabfa65e09c7c091375736097 authored over 6 years ago by Lars-Magnus Skog <[email protected]>
Refactor chained batch (#257)

* make AbstractChainedBatch#_clear consistent with _put and _del

* add AbstractChainedBatch#_...

fa71c02e6fe824186faa22865aab094cdf109f5b authored over 6 years ago by Vincent Weevers <[email protected]>
module.exports -> exports (#276)

ffba12f714f543145dede972f8ae9fa937eb5dc6 authored over 6 years ago by Lars-Magnus Skog <[email protected]>
Lift out data to file scope to get rid of extra parameter (#275)

02a1c0f7a6461fd02fdcd6956e1a3c152e14f513 authored over 6 years ago by Lars-Magnus Skog <[email protected]>
Export test suite as single function (#271)

* poc: export test suite as single function

* separate openAdvanced tests

* test setUp and...

16ba24e190a55cec42e82d9b440ba0bd79707e7e authored over 6 years ago by Vincent Weevers <[email protected]>
Remove deprecated snapshot test (#274)

af611b8f375e802e3b48b594fe3f18b4eed6202d authored over 6 years ago by Lars-Magnus Skog <[email protected]>
Remove empty errorValues() test (#273)

ea73751f258c890b5bcee3cd63b496307b4a759b authored over 6 years ago by Lars-Magnus Skog <[email protected]>
Merge factory function into testCommon parameter (#268)

1c9559435663a9773df215d5b533ed52b196fabc authored over 6 years ago by Lars-Magnus Skog <[email protected]>
Remove location (#258)

* Remove location

* Update UPGRADING.md with location changes

* Replace leveldown(testComm...

aa7e0b8142b759a019adb321a71ddcc4774113c6 authored over 6 years ago by Lars-Magnus Skog <[email protected]>
Remove node 9

0b523955ad3830e1d6c9a1cf40e339d1fc28157c authored over 6 years ago by Lars-Magnus Skog <[email protected]>
Write API docs (#251)

74d7340dbf85ceae4f69f7bc9ea9d541498c3a8d authored over 6 years ago by Vincent Weevers <[email protected]>
Merge pull request #253 from Level/coverage

Add code coverage

7b079c5510f0ae354ae9503849ac7d9a0aa01551 authored over 6 years ago by Vincent Weevers <[email protected]>
rename test-common[-browser].js to test/common[-browser].js

5e4aa611eff4a5dac5b72eb619d7d13ee61e395b authored over 6 years ago by Vincent Weevers <[email protected]>
rename abstract/ to test/

ee7e63635cdb454b6fa6f1e47cbf790e6ea03991 authored over 6 years ago by Vincent Weevers <[email protected]>
add nyc and coveralls

185e4e537670b3179accb0016a075c8d708ec0fe authored over 6 years ago by Vincent Weevers <[email protected]>
Update airtap to the latest version 🚀 (#252)

* chore(package): update airtap to version 0.1.0

* remove --sauce-connect and double dashes f...

481b04012669c45e98d88829af1769ecbe202c9d authored over 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Use tempy in testCommon (#249)

* remove rimraf

* remove unused lastLocation from testCommon

* remove cleanup from testCom...

4be52e43a0f95d1aa5806f2fdda4bbcad67ab8d1 authored over 6 years ago by Vincent Weevers <[email protected]>
Fix airtap --local issue

029f56acb2123944045430c54a2fdbdfb69da8d4 authored over 6 years ago by Lars-Magnus Skog <[email protected]>
Refactor collectEntries() into level-concat-iterator (#246)

3d81e0fe8addc854b5cc9aee5e4ab8f94d1aa4e1 authored over 6 years ago by Lars-Magnus Skog <[email protected]>
Update airtap to the latest version 🚀 (#245)

* chore(package): update airtap to version 0.0.9

* Remove --no-coverage option from airtap co...

a315bede880e104b8e0baf327674e65e16e91773 authored over 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
chore(package): update airtap to version 0.0.8 (#244)

23b4ccd2b7f6a434b6f97ed838588fcd37dcf91c authored over 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Remove copyright headers from code

a36c04fe5c21e568291f49e2235a9b4cdfde2292 authored over 6 years ago by Lars-Magnus Skog <[email protected]>
Remove contributors from package.json

542f350d680dcb4749d117d02062707a2490cd5d authored over 6 years ago by Lars-Magnus Skog <[email protected]>
Isolate snapshot test (#239)

* isolate snapshot test (and test setup and teardown)

* test overwriting and adding key after...

e2f96ca6197b4a6c4eff0346ed56cc34d7753b6b authored over 6 years ago by Vincent Weevers <[email protected]>
add iterator.seek (#237)

d806bf147d12186990db7fdc6da4c95e7a558ccc authored over 6 years ago by Vincent Weevers <[email protected]>
Tweak copyright year for less maintenance

0b2949a1ea5a806bd5615072f6bf4ca9f696e0c5 authored over 6 years ago by Lars-Magnus Skog <[email protected]>
Merge pull request #232 from Level/greenkeeper/sinon-6.0.0

Update sinon to the latest version 🚀

877ef6d79169d2168e4e79ecff3978a726fc070b authored over 6 years ago by Lars-Magnus Skog <[email protected]>
chore(package): update sinon to version 6.0.0

a8c58b271928b23968cd20c3cca8a6f6d9a28be1 authored over 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
chore(package): update airtap to version 0.0.7 (#231)

c4481f7ea4f3387fe6ced15f663aa27ea81363d7 authored over 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Merge pull request #229 from Level/greenkeeper/airtap-0.0.6

Update airtap to the latest version 🚀

444715d46c42cbaf3a400d68dc084b00fd643cb7 authored over 6 years ago by Lars-Magnus Skog <[email protected]>
chore(package): update airtap to version 0.0.6

23a46864caac78ddd2b61152851fc9aad665d622 authored over 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
5.0.0

8ca1de858a6c98d9de4eb1063aba670d57df7afa authored over 6 years ago by Lars-Magnus Skog <[email protected]>
Prepare 5.0.0 (#226)

* update changelog for 5.0.0 release

* update upgrade guide for 5.0.0 release

* may 22nd

2ca7f0ec80886911f1518bc8ef128e9c5a7f8723 authored over 6 years ago by Lars-Magnus Skog <[email protected]>
chore: remove typings (#224)

* chore: remove typings

* doc: remove typing sub-section

4594434e06f8a9919c04088ca9369c535ff231c3 authored over 6 years ago by Meirion Hughes <[email protected]>
Merge pull request #221 from Level/airtap

Add browser tests

a883f3bdb93d94dc26207893f6e9c782ab010644 authored over 6 years ago by Vincent Weevers <[email protected]>
replace const with var for IE10

3486bca0e73ebe628d8991e9614cf0e106bfe0de authored over 6 years ago by Vincent Weevers <[email protected]>
add airtap

4d6eee8a260acc41e3886de3306fabe257ba660f authored over 6 years ago by Vincent Weevers <[email protected]>
remove node 4 :fire:

ae0f41a0f82d26a2948ec4b741f016369655d3a4 authored over 6 years ago by Lars-Magnus Skog <[email protected]>
tweak readme

9e16345a0c02e2c432ea6851ba3326b5eeec3097 authored over 6 years ago by Lars-Magnus Skog <[email protected]>
Remove TypeScript tests (#219)

* remove typescript tests

* revert use of class to fix IE tests

fe168d7b3a08c2eb863fb2b627eb4f2f6b0d9f1c authored over 6 years ago by Vincent Weevers <[email protected]>
add node 10, remove node 5 and 7

7e79ffab483bdcfb05a49b6efc785a2ab71d8f5f authored over 6 years ago by Lars-Magnus Skog <[email protected]>
Merge pull request #210 from Level/greenkeeper/sinon-5.0.0

Update sinon to the latest version 🚀

8b609f9ae3059143b0c32518056bfd651c1b947a authored over 6 years ago by ralphtheninja <[email protected]>
chore(package): update sinon to version 5.0.0

c0a3bb7c66a03bb56649b61d89ef99bd17f24558 authored over 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
4.0.3

fffe0cc1cd0045abbb849569c7e688b59fa70c5e authored over 6 years ago by Vincent Weevers <[email protected]>
prepare changelog for 4.0.3 (#208)

3a573aa605304adb944996ab27dedc69de2813bd authored over 6 years ago by Vincent Weevers <[email protected]>
Merge pull request #204 from Tapppi/patch-1

Fix typings for Batch

f99150e23ea073380f9b5bdbd67a96708075e950 authored over 6 years ago by Vincent Weevers <[email protected]>
test: add jsdoc types for incorrectly inferred vars

7b4f072dbbc0fe9fdc828a8dc8791d1598d8c4e2 authored over 6 years ago by Tapani Moilanen <[email protected]>
Merge pull request #205 from Level/greenkeeper/ts-node-5.0.0

Update ts-node to the latest version 🚀

4deb08883ad8ba8e4c446a231c55e5b2cce249cd authored over 6 years ago by Huan LI <[email protected]>
chore(package): update ts-node to version 5.0.0

3998aff15cf0c14d28784d31d7abe4b1548a6e4e authored over 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Fix typings for Batch

9be35ded444c9c44eab8b0770efcc237b9bb94c4 authored over 6 years ago by Tapani Moilanen <[email protected]>
Merge pull request #203 from Level/greenkeeper/standard-11.0.0

Update standard to the latest version 🚀

c17886bf926cb9969a8d11cab59ea808479dd6a1 authored over 6 years ago by ralphtheninja <[email protected]>
fix standard

a3b44e581d89611600fc2c9b0d82e531aacfd0d5 authored over 6 years ago by Lars-Magnus Skog <[email protected]>
chore(package): update standard to version 11.0.0

9c1da512b4882e307f7c1f042a11c5acb0329111 authored over 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
4.0.2

6491f7609fa03d5095bbfd02f17ee96386e3f75a authored over 6 years ago by Vincent Weevers <[email protected]>
prepare changelog for 4.0.2

1f578cf691c91465bea5d51791dacbdfb790bb53 authored over 6 years ago by Vincent Weevers <[email protected]>
fix iterator#next to return this (#202)

e4a3f9a6ca813e1bd01bee993520afbddf796ac1 authored over 6 years ago by Vincent Weevers <[email protected]>
4.0.1

2320f1005e528da1d75676a58cbfbc5f39f45e00 authored over 6 years ago by Vincent Weevers <[email protected]>
prepare changelog for 4.0.1

7d41bd75f172a427b65b6b991000728afa699793 authored over 6 years ago by Vincent Weevers <[email protected]>
Update changelog (#199)

* update changelog with typescript changes

* improve changelog consistency

f946325fe7dc570aee934973416e5fc2cae5f014 authored over 6 years ago by Vincent Weevers <[email protected]>
Merge pull request #195 from Level/typescript

Add and fix TypeScript tests

014ff8afdbb326becd135a9c6fdf97713003f5a5 authored over 6 years ago by Vincent Weevers <[email protected]>
add TypeScript readme section with stability badge

c68595fcab9172029fc84ae07918cc48b430ac31 authored over 6 years ago by Vincent Weevers <[email protected]>
use ES6 classes in tests to please TypeScript

Otherwise TypeScript doesn't see that Test inherits
AbstractLevelDOWN, if defined like this:

``...

38b37061fa055c1261ad76a0eb37b080b804b621 authored over 6 years ago by Vincent Weevers <[email protected]>
add TypeScript smoke test

5eb28af94510333a292978028c41d0c29012b969 authored over 6 years ago by Vincent Weevers <[email protected]>
define default methods on prototype to please TypeScript

b1ed564881f39ee12bb6d69570d17c610fd455d1 authored over 6 years ago by Vincent Weevers <[email protected]>
remove obsolete parameters from tests

c2f400e374be8d115345604d08c6d99219dd9703 authored over 6 years ago by Vincent Weevers <[email protected]>
update TypeScript typings for v4

* remove approximateSize() and isLevelDOWN()
* make Batch value optional
* add missing db proper...

b353fb45b00165222aa616111ddc8ae00e9a860a authored over 6 years ago by Vincent Weevers <[email protected]>
run test suite in TypeScript in addition to Node.js

268e59bb9084083d9e04a3496fb2609250e69dbb authored over 6 years ago by Vincent Weevers <[email protected]>
Merge pull request #196 from ralphtheninja/master

readme: link to upgrade guide

e78a21acf9972d1515bf011289405932ce8babb4 authored over 6 years ago by Lars-Magnus Skog <[email protected]>
readme: link to upgrade guide

ef61b68358ca3a3ec62bc2a09305966437b84b17 authored over 6 years ago by Lars-Magnus Skog <[email protected]>
4.0.0

0d942fd45df5c9915269ded6f0f76fdfade11575 authored over 6 years ago by Lars-Magnus Skog <[email protected]>
add node 9 to travis

18319ac7ff158248cecd925dd0f8d931a091ee11 authored over 6 years ago by Lars-Magnus Skog <[email protected]>
prepare changelog for new release

cdc560c3d64407a2617f9f141e473c44081463e3 authored over 6 years ago by Lars-Magnus Skog <[email protected]>
add UPGRADING.md (#188)

* :art: add UPGRADING.md

* update after feedback

* update 2 after feedback

1656bcdf260906adeeb02d7349b5b4396bb8c673 authored over 6 years ago by Magnus <[email protected]>
remove .jshintrc

767fbdb6a2daecb34b669619f29620e079cd17c4 authored almost 7 years ago by Lars-Magnus Skog <[email protected]>
add @vweevers to contributors

0bd84a84dd2c408c37085fde21880a564a7c1f3b authored almost 7 years ago by Lars-Magnus Skog <[email protected]>
Update changelog (#181)

* tweak version/date headers for parsability

* re-format version/date headers + add markdown ...

71bd1741c7e5315930073091f3960f79b9068831 authored almost 7 years ago by Magnus <[email protected]>
Merge pull request #180 from ralphtheninja/master

normalize readme

bcdc9535ef704ea272085fdb827948a5a0235102 authored almost 7 years ago by Magnus <[email protected]>
normalize readme

6f5a3d996ecdf4580c1f56e6424233c2555549ba authored almost 7 years ago by Lars-Magnus Skog <[email protected]>
Merge pull request #178 from Level/remove-is-leveldown

remove is-leveldown

48707e12eda963bb7270e91da23e9b7c423746b5 authored almost 7 years ago by Magnus <[email protected]>
:fire: remove is-leveldown

97938f1ab468f3cede48487bb355b053d5d94a86 authored almost 7 years ago by Lars-Magnus Skog <[email protected]>
Setup iterator options (#176)

* add test for deleting empty buffers in _setupIteratorOptions

* refactor delete option logic...

54db15f0e5db7752e6ac382a694af5d91a477de4 authored almost 7 years ago by Magnus <[email protected]>
Merge pull request #175 from Level/test-common-defaults

make testCommon.js the default value for testCommon parameter + remove testBuffer

72fcae9198da58265b0de268ef285110cb65a7a9 authored almost 7 years ago by Magnus <[email protected]>
:fire: remove testBuffer

2ed07e562a9389db6d130f8c56851dc2bea76103 authored almost 7 years ago by Lars-Magnus Skog <[email protected]>
make testCommon.js the default value for testCommon parameter

3f24ebad7cb7d7af0a037676ce32c0c6dd9b9b01 authored almost 7 years ago by Lars-Magnus Skog <[email protected]>
Merge pull request #173 from ralphtheninja/master

remove approximateSize()

89a1f487e5607fc1239b14d229b2c8f26460afba authored almost 7 years ago by Lars-Magnus Skog <[email protected]>