Skip to content

Commit 69bb1ed

Browse files
committed
docs(v2.1.0): add comprehensive documentation for flat OPFS structure
- Add F-002 feature spec for flat OPFS structure and in-memory release configs - Add F-002 document update plan outlining all 17 affected documents - Add ADR-0008 for auto-migration strategy - Update S1-S6 documents with v2.1.0 changes (architecture, design, ADRs, implementation) - Update TODO.md with completed browser compatibility task - Update package.json (likely version or dependency change)
1 parent f72aeca commit 69bb1ed

20 files changed

Lines changed: 2748 additions & 79 deletions

TODO.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,13 @@
55
[x] Docs: add copyright and MIT license in the home page.
66
[x] Add github test badge.
77
[x] creating some post about how to use sqlite, sql or Relational database. hackernews, devto
8-
[ ] Browser: List the browser versions that support this library in docs.
8+
[x] Browser: List the browser versions that support this library in docs.
9+
10+
# 2.0.0
11+
12+
[ ] docs: rename the sidebar title from 'Release' to 'Release (migration)'
13+
[ ] api: generate a api document for `window.__web_sqlite` to explain the api, and what it does. this document should explain the api in detail,
14+
help developer tool to understand how to use this library.
15+
[ ] docs: add sqlite playground in the docs.
16+
[ ] dev-tools: migration test, this feature should help developer to test the migration process. and try to execute the migration sql in the test evn, then rollback the test evn to the initial state.
17+
[ ] dev-tools: seed test, the dev tools should create a new dev db, and then execute the seed sql, after the seed sql executed, the dev db should be remove.

0 commit comments

Comments
 (0)