Ecosyste.ms: OpenCollective

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

github.com/dexie/Dexie.js

A Minimalistic Wrapper for IndexedDB
https://github.com/dexie/Dexie.js

Resolve #1127

7e710e4cfc4d57386de6d3bac61c441dc61fcecd authored over 4 years ago
Allow middleware hooks to return objects that contained field names that contain dotted strings (#1130)

* Cleanup: ensure db.folks update hook is removed after unit test completes

* Do not extract ...

b2335f9869100564e8f6252dfa968ee1adf2ef13 authored over 4 years ago
Renamed addon dexie-cloud-client to dexie-cloud

75305aadddb607d5b2cb97d656e4f4dec5b282fd authored over 4 years ago
Cleanup: ensure db.folks update hook is removed after unit test completes

b88f66feed06db23ba7c21140ee316c3afec7f48 authored over 4 years ago
Renamed WSArrayBuffer to ArrayBufferB on both ends

e8a064becefd2a30b30e9000fec39d46b011e9f8 authored over 4 years ago
Using typeson from dreambase-library.

Bundling esnext version of dexie-cloud-client.
build script fixes required now that we import a l...

e3b309930155ee48267defa0f169ccd6304926be authored over 4 years ago
use correct errornames typings (#1115)

bf3a6fc7fb7666767050f2914d313486287a6fdd authored over 4 years ago
Support for Blob, ArrayBuffer, Typed arrays, Map and Set

0ffdd9520f7cf1eb29036657457b0d93e02df1f9 authored over 4 years ago
Removed unnesscessary code in rollup cfg

ad2d4db9a2bff47c40ca69c7858a93fc4ec58150 authored over 4 years ago
Renamed the sync protocol

b15708077b1c95a5ccb6d544637b74e82033f8eb authored over 4 years ago
New addon: Dexie cloud client. Drycoded so far.

e4c0b71f4716cdceedc47d0d263cb8b3de919806 authored over 4 years ago
Correct ws.binarytype for TSON to work

9ccd1cea9f6b2d996b2ae9c96af31c94a95f6dda authored over 4 years ago
Repro of issue #1112

555773b6d0fff499e637cf968f4697634b4e5a01 authored over 4 years ago
Resolve #1112

71fd909590cce8ecae6089278d342da30869f8e6 authored over 4 years ago
Bump yargs-parser in /test/integrations/test-dexie-relationships

Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 13.1.1 to 13.1.2.
- [Release no...

08e3e3cb6158a0a0605af938488fa97d5d1d5e5a authored over 4 years ago
Bump http-proxy from 1.18.0 to 1.18.1 in /samples/typescript-simple

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1.
- [Rele...

4908d7fdba04d71c46d55deae15a54893198fecf authored over 4 years ago
Verifying version compability

b23670477ea67e4581e7817cdf2b36727f6e0daa authored over 4 years ago
Bugfix rollup cfg

c7d0f57de1cac4e99b4b13a02bbcfc0a8bb248f7 authored over 4 years ago
Package-lock

b5c39e16e0a06fb305cc69d4ddcc8cbc1b97c117 authored over 4 years ago
Typings of Observable / Syncable for Dexie 3.0

3f364f3ea85e063026b20b6e0e7b95191e82331e authored over 4 years ago
Moved default exports to end (prohibit treeshake)

487ac62373616041b2e62501647fdce365f93998 authored over 4 years ago
Removed dead code

4dac8989768ac9e41df72abc87b59e995e3c98aa authored over 4 years ago
Bump http-proxy from 1.18.0 to 1.18.1 in /addons/dexie-export-import

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1.
- [Rele...

112b168f9f2a5d75fd1a98be30935f5097570580 authored over 4 years ago
Bump http-proxy from 1.17.0 to 1.18.1 in /samples/react

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.17.0 to 1.18.1.
- [Rele...

5314dbbfc7b007150f3112e73eeca34f3fcfb326 authored over 4 years ago
Change behavior from failing to warning.

Reason 1: There are scenarios when this failure would have been working in production. For exampl...

23ed04d34b4d3717bfc015fcebbfd0fd13fc7dda authored over 4 years ago
Corrected a comment

6b3befd9519875827de24871363c56cbc4a44d7d authored over 4 years ago
Fail if schema changed without version increase.

1b325c521efd4ef3f0c1f7fd2c62631a0e1dbad6 authored over 4 years ago
Rename the test to reflect this PR

6276d131e3eb44cbdf957784cabb8455682aeab6 authored over 4 years ago
Bump elliptic in /test/integrations/test-dexie-relationships

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](htt...

58a2d9df9806348823abd1093c1d0d48c6f08d95 authored over 4 years ago
Bump elliptic from 6.5.2 to 6.5.3 in /samples/typescript-simple

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](htt...

2a2ab286a301e004c711e4a579cd07dca87f52bc authored over 4 years ago
Bump elliptic from 6.4.1 to 6.5.3 in /samples/react

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.1 to 6.5.3.
- [Release notes](htt...

2043ac08478664d8fa82a102570306d578a2e2bd authored over 4 years ago
#1105 Allow readonly arrays for bulk put & get methods

6551c8f764a662bd914750cca0d777c54af663f5 authored over 4 years ago
#1105 Just use readonly T[] type as it implies the non-readonly version

dea868690f20a515304c3358ec64b0df050d23db authored over 4 years ago
Fix Table.bulkGet return typing to include undefined

This improves the typing for Table.bulkGet() to indicate
the returned array may include undefine...

aebcb5ea991622375c03a8bd87c476e5242785d6 authored over 4 years ago
Releasing v3.0.2

76cc47359955eba38911ae1272ad1b56f2501bb3 authored over 4 years ago
Typings test correction after PR #1062

817ce054eea766af249bee434d5aacd32170977c authored over 4 years ago
Bump versions in package-lock as well

d339e89cd594eb133803aab92ae4ff0f63ed4147 authored over 4 years ago
Updated karma-qunit + npm audit fix

58823496b570d05a4765fc896e37ad523e308ee8 authored over 4 years ago
Bump addon versions

21568aa1f56cd13a3c8a8bd789c021be1633ddb1 authored over 4 years ago
Bump lodash from 4.17.15 to 4.17.19

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](http...

e1b9fa87c05292dd5a74a63cc586b2d86ecb6ccb authored over 4 years ago
Bump lodash from 4.17.15 to 4.17.19 in /addons/Dexie.Observable

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](http...

3b22e318c1106a5478d1a04b8bf773732cd3cc66 authored over 4 years ago
Bump lodash from 4.17.15 to 4.17.19 in /addons/Dexie.Syncable

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](http...

a05ac22bbd50d495b1d2120243cdd80dfa867afb authored over 4 years ago
Bump lodash from 4.17.15 to 4.17.19 in /samples/react

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](http...

4e626228d77188a872e5e56340dfa866e3742cf5 authored over 4 years ago
Bump lodash from 4.17.15 to 4.17.19 in /addons/dexie-export-import

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](http...

c3ec2b3658e0d97c4f8a2e9c8ae45f3b10b13510 authored over 4 years ago
Bump lodash from 4.17.15 to 4.17.19 in /samples/typescript-simple

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](http...

9b1905aa221f606acd25f218e0906d9931dd7bff authored over 4 years ago
Run reading hooks on bulkGet results

Fixes #1079

ee911831ec96141fa6e0dcdfa0683c756e3753d9 authored over 4 years ago
Add failing tests for reading hook on Table.bulkGet

(Also test mapToClass on regular Table.get, since that didn't
seem to be covered anywhere.)

0bc69536de76bf3305cf458e8232aeed345ffe85 authored over 4 years ago
Adds missing fields to Dexie Observable TS declarations

d325a208342dbe77b34920ccf846bd6628184a84 authored over 4 years ago
Bump websocket-extensions in /samples/typescript-simple

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0....

651bb4a0ce4c667e0b211c9b8906b1269b198b21 authored over 4 years ago
Bump websocket-extensions from 0.1.3 to 0.1.4 in /samples/react

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0....

18821b62a8ec15e993a8990f1ffc9c766403e796 authored over 4 years ago
Releasing v3.0.1

2ccab03789cc4b31685a037842f134069fc0aab0 authored almost 5 years ago
Bumped versions for Observable/Syncable

da23cef6d202751bc56d388ca3860a785c61bc8e authored almost 5 years ago
npm audit fix on addons

23ff30aef338159afcf49e668d7cb2d1bca1fd15 authored almost 5 years ago
Updated tslib to 1.11.2

faa6514225d5c54dc8c581b70af6bae5d85d5730 authored almost 5 years ago
Related to #1037

Check existance of Promise.any and AggregateError before mimicing NativePromise.
* Don't polyfill...

30d8e3a8ebdecc8eec81346a4457c6833c139b2b authored almost 5 years ago
Repro of #1039

890b879caca3f3ec5ab0351074e4ecbefd56e06a authored almost 5 years ago
Fixes #1039

ee297a950fe532ab0fc7ffb844c0beccf09c3fd8 authored almost 5 years ago
Updated karma and qunit.

Tried to update dts-bundle-generator but the latest version failed to produce the Dexie module ou...

5e16cc99f07e41115ba13bcd1b91a6191b4b33f8 authored almost 5 years ago
Update typescript, tslib, uglify-js and karma-browserstack-launcher

fb943f471f2b9a8770fc5ee16d0c598587d53b11 authored almost 5 years ago
Simplify dbcore interfaces and remove unused code

b200014133b142d8c0c788fb447f82f4d436806f authored almost 5 years ago
Skip depr. webKitDatabaseNames and use new databases() api.

fbee3da99b9b850837b56ed63c8bafc6c2adb2db authored almost 5 years ago
Removed unused imports

ce4f4d28968ee4d462f82c4897e40c7cadfcd7a9 authored almost 5 years ago
null check key first

https://github.com/dfahlander/Dexie.js/issues/791

8af881e2b0e7108c932c7a765f6794aea210ab94 authored almost 5 years ago
Releasing v3.0.0

698df115fbd3b6a595d506376c92c6fe5f443a9a authored almost 5 years ago
Releasing v3.0.0-rc.7

e205b23060af2b2bf74229b171fc807b67f90f96 authored almost 5 years ago
Bugfix: If DB present without any ObjectStores, dexie failed to open. buildGlobalSchema() did return undefined instead of empty object.

3728afc59d64981d3a1c4b841bcd7fabb13b057e authored almost 5 years ago
Bump version number in order to re-release due to #1012

2bcba7aec24c8fbf495262b26b585e30f8b595cf authored almost 5 years ago
Releasing v3.0.0-rc.6

3ad5653d436b8a91ce5d0b6098e0c2729ad1a5c8 authored almost 5 years ago
Bump acorn in /test/integrations/test-dexie-relationships

Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1.
- [Release notes](https://g...

99671afffaa29b5a5bd6990001917421d27d5dc5 authored almost 5 years ago
Bump acorn from 6.4.0 to 6.4.1 in /samples/typescript-simple

Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1.
- [Release notes](https://g...

37396c247ffe6439977a019a23e1a8926c922342 authored almost 5 years ago
Bump acorn from 5.7.3 to 5.7.4 in /samples/react

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
- [Release notes](https://g...

aaefb89a3c8c38b9d8b99ebdacd1b4eb29a5aaea authored almost 5 years ago
Bump acorn from 6.1.1 to 6.4.1 in /addons/Dexie.Syncable

Bumps [acorn](https://github.com/acornjs/acorn) from 6.1.1 to 6.4.1.
- [Release notes](https://g...

b341f6a32c4023d1c87a58ebcb09ca4bfaec4dbf authored almost 5 years ago
Bump acorn from 6.1.1 to 6.4.1 in /addons/Dexie.Observable

Bumps [acorn](https://github.com/acornjs/acorn) from 6.1.1 to 6.4.1.
- [Release notes](https://g...

b5816dd5d31f2af1300cd3407f80dd75fe65df0f authored almost 5 years ago
Bugfixed the repro of issue #1004 of PR #959

0ed6ba1e6cab257ecd64ffa40203b89032ebb31b authored almost 5 years ago
test: adds test case for migration with explicit unique primary key

aa13920fe51de87a846d500ff6aff24acdbf694e authored almost 5 years ago
Resolves #1004

8b9b2432cb04bf968f570725a6492e9806f241d9 authored almost 5 years ago
Releasing v3.0.0-rc.5

9406744974ee23a22acc26bfb49a79d94df7c9ca authored almost 5 years ago
fix: bulk methods now return PromiseExtended once again

59a0959fb63c34bad36dc3f94544a90f3fa455c9 authored almost 5 years ago
Support Promise.allSettled and Promise.any

84185a99ca1471f5ec0c1800de9360eee6673fdb authored almost 5 years ago
Fixing Promise.any to, in case of rejection, all failures position should correspond to position in given array.

8028732f0d86dcbde319bb07d21ff4da20ecf841 authored almost 5 years ago
Check that versions given to db.version() is a positive number.

Resolves #491

c8a0fb2a4973132d9da33a00b29b8e9f7536daf5 authored almost 5 years ago
Releasing v3.0.0-rc.4

9953f28d3e9834db7e052b35c2d99d3c1475edf2 authored almost 5 years ago
Revert to Dexie 2.0 behavior regarding native await handling to potentially resolve #928.

In PR #915 did begin to always be prepared for native await calls in the scopeFunc of db.transac...

d02d999858eb9a449ce198b391db8849269d2cdb authored almost 5 years ago
Rename the boolean var more appropriately

2337c0fcb093219c07723f81363b806d203f5c8b authored almost 5 years ago
Releasing v3.0.0-rc.3

9477c593452e726bd28d484a5fe7bdbe621b9721 authored about 5 years ago
Bump version number of addons to release them in next go

ccdb97855a739bfdb8e1c2d05f8332844211f14f authored about 5 years ago
Upgraded typescript, some of the deps+tryfix #902

#902 is fixed just by increasing MAX_BUFFER_SIZE in clarinet. I point to my fork of clarinet wher...

5d30fe70d6bbddf38bf0c00b0f9eb3170fdc4fbd authored about 5 years ago
Updated typescript-simple to use webpack

521f0958494f22e67ef640a949c762a9e515a89a authored about 5 years ago
Upgraded typescript in typescript sample

582a5ae72401741a4ab99cebf0cc1f8abe3ad862 authored about 5 years ago
Upgraded Typescript

569dd297cfd63e72fe2f8558f577a65f99418232 authored about 5 years ago
Upgrade dev deps (minors only)

af3547e6c82c433e882ab3299e7fbe2dbb6239a9 authored about 5 years ago
Changed back generic parameter name backward comp.

...otherwise dexie-relationships failed its typings test

2cfbe4b3e7354115d8f697fac361f17e60e5698d authored about 5 years ago
Fixed integration tests.

Switched from complex setup with just-build/tsc/rollup to a simple
webpack setup.

a10cd2d46f0e03c6d75faf674e9d430f84d4641f authored about 5 years ago
Upgrade just-build

da710d886802289f45788bd7fd099f9f5974f121 authored about 5 years ago
Upgraded just-build for integration tests

... and addons.
Previous version did not fail when unit test failed, creating a false positive fo...

f93a06f90c977e01da164d81425f812da16a1883 authored about 5 years ago
Added unit test for PR #959

85875f7536cec0053134e9c559e395844216ea32 authored about 5 years ago
Bugfix: IE test failed after PR #959

829e842309559401530862d52120073422c07abe authored about 5 years ago
Base schema upgrade on current schema in the database

516075a281fba5d1c591dc01c2fc7e5ec9f663f3 authored about 5 years ago
Releasing v3.0.0-rc.2

b12d16d2f37277de1d496db179e32194352a438b authored about 5 years ago
Import IDatabaseChange from dexie-observable

fa88f903a192087f08d6f5f32334dd5a2fb59a58 authored about 5 years ago