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

Remove code for the same result

5d141f1281a610e4b7c1bd58bd94d62c0a6cc24a authored over 1 year ago
Bugfix:

* Autoincremented large bulkPut/bulkAdd could be optimized by not scanning for null keys.
* Autoi...

604e296582a3e052f2d199966df980c58f1e2792 authored over 1 year ago
Bump version

1f210f6e49156ef4d432dfb180065ae5bb304c75 authored over 1 year ago
on('ready') subscribers execute in liveQuery PSD

...if db.open() was fired as a pseudo-operation in background when a liveQuery is executed the fi...

e3c1fbddb9b545c912c0d373ae5ffe683aeeaa44 authored over 1 year ago
Promise.finally is on all browsers since 2018

a81569c1d2cf0015f6d6654dd2e6382075c196ad authored over 1 year ago
Semver for dexie-react-hooks to accept dexie4

92fe9c2f8bafe1ebbfdc1a2870488ca669e35493 authored over 1 year ago
Test for observable.hasValue() before getValue()

Resolves #1732

efb548cbecec8b9af78d0657f9bd5bb7a3be2aef authored over 1 year ago
Releasing v4.0.1-alpha.14

a3e1689ac2ab6edc612ef5a80933d265c9215409 authored over 1 year ago
Resolves #1731

cbb8ce0f9126dbde4a1f2ebd8e265a3855c15a3c authored over 1 year ago
Releasing v4.0.1-alpha.13

ce112d250ad2c49bca130ad551f612e7dd1cf2cb authored over 1 year ago
Minor: Never call same querier twice in same tick

768a7ef7c8b1733e2facd100203670a054857525 authored over 1 year ago
Fix broadcasted updates for cached queries (#1729)

* Bugfix: cache-based queries did not react to
foreign updates from separate tabs or workers.
...

a660456568edb483fb6bf58dc442cc1ccc943ba4 authored over 1 year ago
Releasing v4.0.1-alpha.12

fbfbd742f0928ad4b880d61f470d33faa130573a authored over 1 year ago
Bugfix optimistic updates

2ef302a91921cf4455200a078ef1b2cb4670e08c authored over 1 year ago
Helper function delArrayItem() for deleting array values.

Better than doing the dance every time, or following copilot's buggy suggestions to not even chec...

6d7061a8b13f08853ea6da8af7cbcb126850c044 authored over 1 year ago
Explicit commit for rw-transactions only

708965a8dcee2953669822733a4ad0265642d7dd authored over 1 year ago
Optimize useObservable for liveQuery observables.

If the observable has hasValue() method, check it. If returns

8458a0b7bce4f0252612be31820009bc91f2dac0 authored over 1 year ago
Optimize liveQuery for useObservable/useLiveQuery

useObservable will try subscribe and unsubscribe immediately on observables to get a possible ini...

ff9c3f8a4333f715fd54f3ef5d023e8fdca53019 authored over 1 year ago
Adjusted the tests of dexie-react-hooks to work with

eagerly resolving observables.

8bfcada2aa70a280e406dd5535375a374887af20 authored over 1 year ago
Had to use webpack production mode to not get false

error when testing invalid key in the 4th test.

f22cd1ebb6b52efde2b5b09003857e97f965f458 authored over 1 year ago
Build tests with webpack --mode development

16a217d5188f43a9de0b758b843ba73d33656312 authored over 1 year ago
Releasing v4.0.1-alpha.11

8204691a3d130551e823b4d9f5b7c9b1c15d638c authored over 1 year ago
Corrected safari OS name

163f5b05cb6cafe54916f45f2e9005a06829b86f authored over 1 year ago
Updating test matrix again

9f5a1edba12cec19e5fdf747e57cdc93b1e324ea authored over 1 year ago
Releasing v4.0.1-alpha.11

eebd202ceef7dd4eaf2934a82e6d6e05cf71619d authored over 1 year ago
Updating test matrix for release

51c2f77943b4df7b37c35d03fbd2b3acf05e98b1 authored over 1 year ago
Run live query tests with immutable cache...

because it is more likely to fail if not respecting the result properly.

f699ae845adb8bbe4e160a04a25a25be910c2dce authored over 1 year ago
Changed default for cache option.

Prefer backward compat before performance.
Recommend "immutable" but default to "cloned".

d65d54ffbb6b17565fc68c2c6142f6c5a76f2ab6 authored over 1 year ago
Fix issue #1725

04353d292885ac83c73b869f3cb8ee1da84bd31a authored over 1 year ago
TODO comment

4f7c2a1fb011fbbc96d978a917811748a0f5ecab authored over 1 year ago
Stricter tsconfig for test:typings.

4439e42083120087d1de7c079662aa52ab22f106 authored over 1 year ago
Revert "Typings: Table & Collection return immutable data"

This reverts commit 47128438baa2660a44981401d26059ff2aa36989.

b998c1d25e133f54d56c618e2a7b4471a46c8303 authored over 1 year ago
Bugfixes after testing

9790e048741ed2a1811bc14570cc0c5c8ef01155 authored over 1 year ago
Corrected failing unit test.

Need to let errored subscriptions continue.

287950f3a885f7eec009a5ad9e048a8ef3aaef75 authored over 1 year ago
Cache + Optimistic updates for "query" implemented

Tests fail - need to debug.
Limitations:
* Only supports "query" requests (where().toArray())
* O...

076496b1a04f1b60a853015daf073cceac373301 authored over 1 year ago
Cache model version 1 complete

9ba5b257a5b1b60b550a165ab9af7853b5e1a873 authored over 1 year ago
Remove unused class

c367d2c724e6ffc26fb89e4939601b7f3fad96a1 authored over 1 year ago
New test for verifying that functions taking input arguments still work now when toArray() and get() return readonly objects.

Updated test-typings for stricter tsconfig.
Upgraded typescript.

75195f6335c9f32ec4c9955c30b1cd518d666af4 authored over 1 year ago
Typings: Table & Collection return immutable data

6b5d9949aaf55f4b38025e823def6de69314760e authored over 1 year ago
requery callback in PSD

aa62a05df5caf4877f808382ad8f710db5ceaa74 authored over 1 year ago
New prop on Transaction: explicit

This property only exists and is true in case the transaction is
explicitely created by the user ...

09c35fc891f21e8357b799418ca0b32bd5b53b28 authored over 1 year ago
Prepared liveQuery for optimistic updates

b79b6cd3ff08cf60dd10ae31b4c5983bd826fc4f authored over 1 year ago
Don't bother observers if error after unsubscribe

5b732027ba991649d97ff55c5f9fc1d7cfbc75d2 authored over 1 year ago
Typing readded

c9a7cb0ec61c261d74885bde4453d5f48debd535 authored over 1 year ago
Abortable live query

Aborts liveQueries if unsubscribing from a
liveQuery observable while querier is being executed.

4045b4ef971cb29e8574bf3094918a77efd76329 authored over 1 year ago
All tests pass

f071d2f1500d69f8159a2581ca5f2877920690ff authored over 1 year ago
Remove custom unhandledrejection event propagation

The custom unhandledrejection event propagation is not reliable when native async function throw ...

552005de4f89cf0eb61c8195ae116cb1fd724919 authored over 1 year ago
Resolves #1714 and ...

...adds typings test for UpdateSpec

7fb221d0795c7fe0b63216c76541fe2873a54a67 authored over 1 year ago
Add `.d.mts` files to support `import` types properly

b027b1bdb28fc32cc2d1ff8b95a3de4ba8798207 authored over 1 year ago
Revert "Add open collective as sponsor option"

This reverts commit ebb23fd01b03ac03fa74242c6c466186244c5ca7.

c0b5573397136772ee0586e042aa4569fd237cc0 authored almost 2 years ago
Add open collective as sponsor option

ebb23fd01b03ac03fa74242c6c466186244c5ca7 authored almost 2 years ago
Dexie cloud addon version bump

e924004ed4597f4eda43d35e497b9efe60ecc327 authored almost 2 years ago
Debug logging for DataCloneError: context details.

1b91f165271d9d5882f642fdbd554860ac792fe2 authored almost 2 years ago
Resolves #1693

fe04bbcc63627c7c7be0ec9bad6568e240fe9729 authored almost 2 years ago
Releasing [email protected]

22829def22f23bdc3da49858b3969800399ea4dd authored almost 2 years ago
Release script: Print out when retrying a test

d093da65d48e2fc6a0a8f4f89fa63a7909f90c5c authored almost 2 years ago
Releasing v4.0.1-alpha.10

ec40cad6fcbbcde1dced8f6e81e372b15dea2be9 authored almost 2 years ago
Fix transaction typings

f6a6f29183c7a05f732397524c48ce4c1236bd6e authored almost 2 years ago
Better support for SSR in Sveltekit

6e68519eae1074953b6632aef5b398da69b6a9a2 authored almost 2 years ago
Version bumps

e309730e87081de8143a9f7b476247018011a7b2 authored almost 2 years ago
SvelteKit issue with dexie-cloud-addon

"Cannot use import statement outside a module"
Solution: Set type: "module" on dexie-cloud-addon ...

bae7c42c3f2a116c5114e76b1f3469d8767d7fc1 authored almost 2 years ago
Typings for liveQuery() observables

compatible with Svelte (and still also RxJS)

8a5f422db3ae0a5205618f445a1693f899c1b9af authored almost 2 years ago
dexie-cloud-todo-app: updated caniuse

9f5ff50af9ac574cd4b312cac89d1805b7205fc6 authored almost 2 years ago
Upgrade deps in dexie-cloud-todo-app sample

Removed direct rxjs dependency (not needed in latest dexie-cloud-addon)

7a1aa833df8c63585757d07a2b3c3794fcddc0f6 authored almost 2 years ago
Moved rxjs out from peerDeps into deps

We're mostly using it internally. Most of our users don't use Rxjs. And those who do will not nes...

e2aeec6c1c6eaf926b7c485aeb275301857ae9f9 authored almost 2 years ago
Dexie Cloud and NextJS improvements (#1675)

* Add primaryKey to DexieCloudSchema
* Make dexie-cloud-addon's package.json work outside pnpm ...

379fd7d498e2aca25a800454f4011327dd1bd52f authored almost 2 years ago
Resolves #1678 - no duplicate progress at end

ccac0c2f80443f5e60c3aec706e423e31bcfb720 authored almost 2 years ago
Releasing v4.0.1-alpha.8

43edc556232ab9c5448b026ef5ede653aa3f2b48 authored almost 2 years ago
dexie-export-import version bump

(republishing to fix #1674)

3441e43360774a541755d7673cba893c4c4a1401 authored almost 2 years ago
Append sourceMappingUrl in minified files

e9865892bdbf4acf4ce85399e2e69d68862a6eea authored almost 2 years ago
Releasing v4.0.1-alpha.7

6511b0f35fb8b307ca0ebb9d88870a70e440f18d authored about 2 years ago
Updated typescript and @types/node recursively

714c0e18255ef9301964d7d7b81be60756df7c13 authored about 2 years ago
Resolve #1663:

ae1f2b7bf0d8ba5a9afcae77c29e9bf2e59a82ef authored about 2 years ago
Update typescript to 4.9.4

c2d2ba2fd2d989fbe0bf4dbbf432a225bbdd1a03 authored about 2 years ago
Fix compile error after upgrading typscript

85ff7d60ebc84f3cb10a0520b96fd5f308cc7bac authored about 2 years ago
Update .travis for pnpm

3cc42c661e7a71110be0ad434951ab99556a14c4 authored about 2 years ago
Releasing dexie-cloud-addon (using pnpm)

7663efe4819be62e933ed2ec237ff3b8e4ba9eb8 authored about 2 years ago
Releasing v4.0.1-alpha.6

fbdb39c858246b81254d451f2103c75df46befee authored about 2 years ago
Fix pnpm publish args

fb469f7a3bf428a5b64165504e3006be4f8f9a42 authored about 2 years ago
Remove non-relevant files from git release-commit

88ff95bcf8c4c2fee08a1783413cf223a776b1c4 authored about 2 years ago
No package-lock.json as we've moved over to pnpm

eb0054d4ca0e477d5e565bc63877cd436ec83d56 authored about 2 years ago
Remove bower.json. Bower was EOL long time ago.

987014db6a98db0534ed7fc71352660da3dd1090 authored about 2 years ago
Trigger build

9793290f1e5168967265cd3af07a7fba13074451 authored about 2 years ago
Updated Collection.filter type

d4e4136940c628b6d33d75bbc0291a9f57b94850 authored about 2 years ago
Updating browser versions for unit tests (#1421)

92deb5b26ed50224dc88758187b4587ab136e6d2 authored about 2 years ago
Revert to dexie 3 style Table<T, TKey> (#1636)

* Revert to dexie 3 style Table<T, TKey>
but allow a 3rd optional parameter InsertType.

With...

cc4870483427a062b93311161c735b5096b64ed5 authored about 2 years ago
Check BigInt availability without getting errors (#1645)

* Fix iOS 13.7 support by not running BigInt when checking for it

* Check for polyfill as well

fab1347fa5057c7dd0eabcce04ec75f92377a96e authored about 2 years ago
Upgraded universal-imports

16eb2b5a369960fa5a9197b238ceccb12f49b22c authored over 2 years ago
Bugfix when Buffer is polyfilled by webpack

b74f460afe4fd6a4f41f048a6978ae4532969877 authored over 2 years ago
Tests: Avoid Safari issue for IDBObjectStore.put()

https://bugs.webkit.org/show_bug.cgi?id=247053

ad4bd9c6702a278199bcaca587ea8b1cae44dd45 authored over 2 years ago
Remove IE11 from CI tests

5aa4c8d97d2d9fb03d562dad1f93377a53968b24 authored over 2 years ago
Bulk update (#1633)

* bulkUpdate()
+ support for synking intended updates in dexie-cloud-addon instead of just sync...

1ed96685dbb71639655cfdcf82f7670554538174 authored over 2 years ago
Removed some still remaing uses of indexedDB.cmp() instead of the faster js version.

ef3654a764d61b620f2a12205afa86324061894c authored over 2 years ago
dexie-cloud fix: Imported rx operators wrong

27be6ccc987af6a658003b59d2e55f870d989889 authored over 2 years ago
Removed link to feathub, as that app is gone

622f6b2f3453d8b8721061305f146a4c392e4b76 authored over 2 years ago
Bump dexie-cloud-addon version

420e39632c4298b41ce61c53b4edf815be785f61 authored over 2 years ago
Bugfix:dexie-cloud def.GUI fail if incl. in <head>

If dexie-cloud-addon is included in <head> before <body> is rendered,
the default login GUI fails...

949d2336917e5dde7c72a5c9005608e94ff292a5 authored over 2 years ago
Bump dexie-cloud-addon version

d9fd2ab1718c1bd2504168cbd5804f6ad0d01993 authored over 2 years ago
Bugfix dexie-cloud "shopping card" use case:...

Failed to sync local data after logging in user

e8eeb1984aed0a07f5ff9db0669335363364b1c5 authored over 2 years ago
Fixes dexie cloud (#1626)

Bumped version on dexie-cloud-addon

88f0c6bde0f76f5a7c2428b9f1b3301cb3c86841 authored over 2 years ago