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

Propagate PropModification to dexie-cloud

2b631277981f62a3691c868d29283e4fa7558164 authored 11 months ago
Releasing v4.0.1-beta.14

07f2a7471c8e401ccb1ae0eeb25f602d8869b49a authored 11 months ago
Fix: missing exports in import-wrapper.mjs

064c1824a7ccd4886d1c14d13b0bf7b917235976 authored 11 months ago
Releasing v4.0.1-beta.13

29c7aa0b75b84c7add28246093b042dea2271f68 authored 11 months ago
Added missing public method

38d572d1490e8e24ee9a4f0089f7c53b3d63d7ec authored 11 months ago
Releasing v4.0.1-beta.12

b556c97f3ea5817813d9cfb0d44925b954f945f0 authored 11 months ago
Allow advanced modifications of properties in Collection.modify (#1910)

Add a new class PropModification with capabilities of modifying properties into computed values ...

48e76a35530810d2dcceb10c357666f44ac8aa1f authored 11 months ago
Releasing v4.0.1-beta.11

6a2810b4929eb863ee23f587c1106b3bfb42584a authored 11 months ago
Minor: Did not allow arguments to db.delete()

dbfc3fc6096ff0e1bf45ec63f2d85c006ea58105 authored 11 months ago
Bugfix: No sync after token expires due to missing refresh token in OTP flow.

Bug was introduced in [email protected].
Many thanks to @dusty-phillips for finding th...

6ce6b0425c9cfa03e43aaf2d106223dcaa854ef8 authored 12 months ago
Releasing v4.0.1-beta.10

26782eb94e9eec4a3b25947e7b9f89ee8b572507 authored 12 months ago
Bugfix: Closed all connections on non-persistend pagehide

Also: Make it possible to turn off bfcache support using
Dexie.disableBfCache = true;

df9b6f0693b65632f496c5c4d58b7c68a499dbf8 authored 12 months ago
Fix failing unit test by closing DB consistently in db.delete().

Added the option to allow a delete for the purpose of recreation: db.delete({disableAutoOpen: fal...

7dcdca1080c05b9623a8f9c68f43fa8b13fd773c authored 12 months ago
Resolve #1883: Exception when having nested index and inserting null value of nested parent.

e146c0c37f3a5583e3d32565e2ba1c31450ef545 authored 12 months ago
Remove workarounds for IE/old edge (#1901)

99b6293195d87f30a44afbf50cb02c709ae08e8e authored 12 months ago
Turn on Dexie.debug on the dexie-cloud todo sample app to verify bfcache fix

474fc7e9e7d9e3f44117f770606f5dc4066ef758 authored 12 months ago
Bugfix bfcache: fails to auto-open db after resurection from bfcache.

09a8f877e1a802b88024b32f8cd9a41bb61a82a7 authored 12 months ago
Not supporting 2.x anymore.

4aef76d8bd1ccf22a32b2fda708b0871775f4d02 authored 12 months ago
Releasing v4.0.1-beta.9

40bd4c41a67e6bc212875d3bae5d4ff4e3177f37 authored 12 months ago
Bump version of dexie-export-import

f3339f746dd1b0a4f7f72fbb61f1ddd039a9ce38 authored 12 months ago
Resolves #1900: Addons weren't fully built before publish.

a86f87485b735d1839715f489428b22a493d73a9 authored 12 months ago
Use TInsertType in Table.update and Collection.modify (#1764)

This is a typing change that opens up for library users to solve issues with the complex mapped ...

291a8a632b53072064a542d84090b0b155cef152 authored 12 months ago
Resove #1821

b45f4fde3904b740862db2c1e48e4cec87a28091 authored 12 months ago
Repro of #1821

39e5381ec0208e4cf56f7276c20221322c6034a4 authored 12 months ago
Avoid optimistic updates for explicit readwrite transactions (#1881)

* No optimistic updates for explicit rw transactions
When explicit 'rw' transaction commits, ma...

1eacbc8ac9d085aaad608bb22033095aa6aa7cd7 authored 12 months ago
Improve debugging experience (#1879)

* Fail fast on Table.get(undefined)

It's a common pitfall to do db.someTable.get(someVariable...

e8ecb848fd25c18bf99d569dabd0580126cd27d8 authored 12 months ago
Change wording in printouts in release.sh script

7a65d133a5806640c9520822e8f4aa7269709a84 authored 12 months ago
Releasing v4.0.1-beta.8

a675be67cf3b609b2c03b3287cc3f10acf45499b authored 12 months ago
Typings for BigInt arrays in cmp.ts + update lib to es2020.

0ac6ac7a7a32b9ac1465015bb3f49f109e72d229 authored 12 months ago
Support BigUint64Array (not just BigInt64Array)

5f4d395770d94707c0a5368fafacdcc8e8c07746 authored 12 months ago
Updated typescript

36add194ce9299608e7a65dd05fe61aea1528cb8 authored 12 months ago
Never throw VersionError (#1880)

* Allow downgrade + schema manip without version update

* It should work having two versions ...

54a23fa668720433bf8971646784819d41c87232 authored 12 months ago
Require both LT_USERNAME and GH_ACTIONS to run tests on LambdaTest.

a3487de5505adf397523ab7743f0cce5c26c8d2f authored 12 months ago
Added SkipTables Option

8279f1fc7abdd52b62daacce9b4727c6f36244fb authored 12 months ago
Fix issue with BigInt64Array (#1892)

Resolves issue #1890

1543bee6f9e41e0e057085648b684bcc159c2953 authored 12 months ago
Releasing v4.0.1-beta.7

874d6686bd745151625fa512740dba8b0a59e19f authored 12 months ago
Testing local Firefox broken. Not needed as all CI pass before release.

d18234b92c8346eef2b2641cec91ef30a1cfbaef authored 12 months ago
Ignore lambdatest files in npm output

d1e9a3c4b7bb194f385d0f5a322056006a18b292 authored 12 months ago
Support bfcache.

Also remove the legacy fallback for browsers without StorageManager.
Reason: It only applied to S...

46b290361b10a2cd3360a056eab2f22d32ed3bf3 authored 12 months ago
Bump version dexie-cloud-addon

a032bf49de30e513aaa2c3f1a91cedd57b54fbe6 authored 12 months ago
Support magic links for OTP emails

12d552edc841e83888587fe53584b24eba87964c authored 12 months ago
Update README.md

Resolves #1882

582006ed942d19cf5477b9480b15f5618a5ef63d authored about 1 year ago
Bump version of dexie-export-import

5c93379718dce40b839b5cd551260344845c5810 authored about 1 year ago
Proposal for adding transform to export/import

7fd94f00e74e039a7adf667cd75a782020939b6a authored about 1 year ago
Sets the unique flag for primKey to true

Although uniqueness is implied for the primary key, having this flag set to false can cause conf...

558b84615fc9b47725fbdc92399cb04d388b50f1 authored about 1 year ago
Sets the unique flag for primKey to true

Additional changes and tests

cc6e262057ed25dc8e27f8754b951d8507b6c8ee authored about 1 year ago
Expose TInsertType of the Table interface

c94e9e8ef16cd4f687a1a2570705d277aa7646f9 authored about 1 year ago
Minor grammar typo

3192c596cb95bf127ca6c43d552228ce41f897d4 authored about 1 year ago
Repro of #1863

49af9aaefc314adb5a28bc9c145bf6fce9f5ab9a authored about 1 year ago
Resolves #1863

9ce97b6116f9b5ec68466e1dd120b51c13642149 authored about 1 year ago
Dexie Cloud: Allow DB owners impersonate users. (#1866)

* Dexie Cloud: Allow DB owners impersonate users.
To login as other user, the following format ...

81ce60736455470742e6b4c12a9e4f10e73f7c60 authored about 1 year ago
Releasing [email protected]

52ce26523d4bc63489d194397d3405cd621f1f67 authored about 1 year ago
Releasing v4.0.1-beta.6

1bced7117c8d1e62aa26d6763e99dc0d433f4f47 authored about 1 year ago
pre_npm_publish for addons in line w. prev commit

05ae2aa024ae2cf0550a7dc256291235f441b159 authored about 1 year ago
Now that all 3 browser engines are tested

in CI on Lambdatest, we don't really need to run them again in the release script.
However, for s...

f955f5f6c191accf058451cd7f22354358fd325d authored about 1 year ago
Adding Firefox to CI tests + only build on PRs and master

f40ad215ccc94e8d507c292e0b727bf090478b5e authored about 1 year ago
Add remote_chrome to CI tests

ea75e9ff59698976b2184a8072fbe3bd1be8c533 authored about 1 year ago
Update @lambdatest/node-tunnel

465dea02dabfff910e3945ee30c5b590fd65cb70 authored about 1 year ago
Refactor lambdatest config

c7269d6820ae710a357ac0a73549516a8e1a45c9 authored about 1 year ago
Resolves #1858

f7789e358186392f15f1bf321ae5875f7e481e47 authored about 1 year ago
Resolve https://github.com/dexie/dexie-cloud/issues/4

f55f847f831fdef7ce473947891810d9d8a2e7ae authored about 1 year ago
Resolves #1724: Allows plus signs in email address

cb39e58d6ffb59e3837b9eddf1d6aed8a68ac586 authored about 1 year ago
Don't patch Promise.prototype.then (#1293)

Don't patch Promise.prototype.then
Should be enough to switch self.Promise between zones as lon...

3f27079963d5e6a034ce8789732e34f49c8f28d3 authored about 1 year ago
Lambdatest README changes (#1694)

* Lambdatest footer in readme

834e46a468296558f934ea254cb8da6e4c46462e authored about 1 year ago
Fixes to run on LambdaTest (#1752)

Mukesh changes:

* Fixing the tests to run on LambdaTest via Github actions

* adding env

...

82f3a99c81494b27dcab3dd0bb497fbef1fb10bb authored about 1 year ago
Releasing v4.0.1-beta.5

3e798166a0c8f9aefa2d3cade51ca68d203175c0 authored about 1 year ago
Removed console log

f04d7d8315d8f7e6ff3d0eddd36b4d28c54a87e9 authored about 1 year ago
Fix unit test as liveQueries to measure from subscribe point.

4ea5e831c1f1a2e5c9405f3816899fa73a588fa5 authored about 1 year ago
Resolve #1843 - avoid running dexie in double instances.

1. Export ony one require-based module and a MJS wrapper for it. Skip dual export.
2. Detect dou...

fc572aa71a652e7c01b8bac81da6a242aef47e2c authored about 1 year ago
Resolve #1831 - make sure liveQueries always run in separate macro tasks.

7c13770ffc0b8cb1189921ee6d5b4c64c4654950 authored about 1 year ago
Releasing v4.0.1-beta.4

f088a7df990b9eb697f73e98603a01e4fe95dd65 authored about 1 year ago
New version of dexie-cloud-addon

14c3088b0233b436a32252632013a20fe0230f6b authored about 1 year ago
Always execute live queries from global context

f224806426e37918e7feb9cd291480569d775d57 authored about 1 year ago
Releasing v4.0.1-beta.3

9e2463b25c5255027ac28ace355b57b41349b31d authored about 1 year ago
Resolves #1837

There were two finally's that returned promises. They used to work before because of a faulty im...

94dfe8136573700fd3c08079b4903f9c00a31973 authored about 1 year ago
Releasing v4.0.1-beta.2

c5ab3f144aed2f0b284bd63c7ce79e600cb6514c authored about 1 year ago
Made the test even more naughty by spawning async function.

Removed the old test that never reproduced anything.

200bf86cfa3cf7b9cb01fd0b9ae245ad0e19d84c authored about 1 year ago
Resolve #1831

b7d2d567709ec079bf3fafe1959d9ffcb67631cf authored about 1 year ago
Repro of zone leakage from live queries

d3d28a033cc3c7cc6ba2f8a0a24ebfd08bbc99a9 authored about 1 year ago
Corrected behavior of DexiePromise.finally():

If the onFinally callback returns a promise, wait for it before returning value. And if that prom...

09058eab1563d3b4eaee9c9dd3a9a03705bac132 authored about 1 year ago
Merge pull request #1824 from dexie/issue1823

Repro and fix #1823

f8a09624cb095e37859b25a6e67e5cac70bee552 authored about 1 year ago
Resolves #1823

f3c1e2619dc10aa85e8604e1072d6f3b8bb32697 authored about 1 year ago
Repro of #1823

34ed018ae29975a07d40f1cb6b6932a908b2126a authored about 1 year ago
Workaround for UnknownError in Chrome (#543)

47220cfa626a89f3ce884590349cec1b89950d7a authored about 1 year ago
Removed inaccurate sentance from code comment.

6c4c4fc99c382c04448cef8bf67f9a8567f66cd0 authored about 1 year ago
dexie-cloud-addon: Version bump

2073725121f5856ee2e757d3e96f5e481e2c33e5 authored about 1 year ago
Added index making tests import '../../src' work

c289c8035099792a3447e1fd5186b2e47634f8ab authored about 1 year ago
dexie-react-hooks: improved vite experience.

We now export esm bundles in the exports field.
Needed to rename index to dexie-react-hooks to ma...

3ff7d50a1bb263dfd15370ee674b66cfd20fa3d3 authored about 1 year ago
dexie-react-hooks: Allow plain interfaces for usePermissions()

437b697ffa3582fbedc0a786572e93f4b2b3e422 authored about 1 year ago
dexie-cloud-addon minified UMD build

717d96526e5b4c806f9f147d03a8e202e755daa5 authored about 1 year ago
Fix value of db.cloud.version + sourcemaps again

3a0843459d49418ee0495e6f6e85d2eab3d93f21 authored about 1 year ago
dexie-cloud-addon: version bump

900e8bd9852ad8729d611731f0ee60f8dec2ad34 authored about 1 year ago
dexie-cloud-addon: fix sourcemaps

3be9f75c24ead7ee174b867a85d6ffbb34a643e6 authored about 1 year ago
dexie-cloud-addon: Export types and helpers

(needed for custom GUI)

241a76c1e4a9abb9743bd34c093505039a8bf944 authored about 1 year ago
Formatting

bd74c60a82dd70b2a1ad1e5714c4ee0ff5bd242b authored about 1 year ago
Docs typo

94e8c85db3c058bd3690ffe1e1352ded974f5503 authored about 1 year ago
Releasing v4.0.1-beta.1

cb1793a40f9a7cf02010f0cd134831e5523e007f authored over 1 year ago
Some Dexie.Syncable tests fail on oldest chrome.

Change those to test on latest chrome (which is not so
modern either in this configuration)

72e3e04bbde6c650d066b91d98ca10a740d48162 authored over 1 year ago
pnpm-lock update

e03768eebb61d7f20ac0f96a156287e105d3ac6e authored over 1 year ago
Merge pull request #1785 from dexie/dxc-licensing

Dexie Cloud licensing support

879982d6cc991b4f114b9df8b01c2302015d2db0 authored over 1 year ago