Age | Commit message (Expand) | Author |
2022-01-11 | fix DB indexing issues | Florian Dold |
2021-12-23 | idb-bridge: fix indexes when restoring from dump | Florian Dold |
2021-12-15 | idb-bridge: remove debug print | Florian Dold |
2021-12-15 | idb-bridge: avoid unhandled rejection when closing DB | Florian Dold |
2021-12-15 | idb-bridge: faster indices, various correctness fixes and tests | Florian Dold |
2021-12-09 | idb-bridge: use lodash cloneDeep | Florian Dold |
2021-02-24 | idb: encapsulate non-JSON data correctly | Florian Dold |
2021-02-23 | idb: implement missing methods | Florian Dold |
2021-02-22 | idb: fix 'prevunique' iteration and other bugs | Florian Dold |
2021-02-19 | idb: more tests, fix DB deletion, exception ordering and transaction active c... | Florian Dold |
2021-02-17 | idb: make more tests pass, implement Cursor.advance() | Florian Dold |
2021-02-16 | synchronous schema rollback | Florian Dold |
2021-02-16 | next batch of test cases and fixes | Florian Dold |
2021-02-16 | add more tests and fix various issues | Florian Dold |
2021-02-08 | idb: add first web platform tests, fix issues detected by them | Florian Dold |
2021-02-08 | idb-bridge: remove cyclic dependencies, rip out api extractor | Florian Dold |
2020-11-16 | fix schema upgrade in memoryidb backend | Florian Dold |
2020-08-10 | use API extractor for cleaner package separation | Florian Dold |
2020-08-03 | modularize repo, use pnpm, improve typechecking | Florian Dold |
2019-11-29 | idb-bridge: enforce store restrictions | Florian Dold |
2019-11-21 | idb-bridge: fix deletion | Florian Dold |
2019-11-21 | improve error messages | Florian Dold |
2019-11-21 | improve error reporting | Florian Dold |
2019-11-19 | idb-bridge: fix typo in rollback | Florian Dold |
2019-09-01 | fix error in index iteration | Florian Dold |
2019-08-26 | idb: fix bug in index iteration | Florian Dold |
2019-08-26 | idb: don't create duplicate index entries | Florian Dold |
2019-08-17 | idb-bridge: fix bug in index deletion | Florian Dold |
2019-08-17 | idb-bridge: indexes belong to object stores | Florian Dold |
2019-08-16 | do not ignore database version | Florian Dold |
2019-08-16 | only invoke afterCommitCallback for transactions that change data | Florian Dold |
2019-08-16 | db import/export and commit callback | Florian Dold |
2019-08-15 | missing structuredClone caused unintended mutations | Florian Dold |
2019-08-01 | copyright headers | Florian Dold |
2019-08-01 | idb: make put/add return the effective store key | Florian Dold |
2019-07-31 | idb-bridge: test cases, package structure and missing functionality | Florian Dold |
2019-07-21 | headless wallet skeleton, type fixes | Florian Dold |
2019-06-25 | idb: make test pass | Florian Dold |
2019-06-25 | idb: extend test case | Florian Dold |
2019-06-25 | idb: make unique cursor work | Florian Dold |
2019-06-25 | idb: memory backend fixes | Florian Dold |
2019-06-23 | idb: more tests working | Florian Dold |
2019-06-21 | idb: tests working | Florian Dold |
2019-06-15 | idb wip | Florian Dold |