Skip to content

Commit

Permalink
Rewrite debugging, collect removes subgraph by default (#27)
Browse files Browse the repository at this point in the history
* debug: rewrite debugging functions and messages

* sheet: change canDelete to references

* sheet: cleanup

* sheet: update test

* sheet: fix mapRaw error text

* sheet: restore release after gc

* undefined: improve test

* sheet: Computations<V> reverts to array

* proxy: test deletion

* proxy: test impossible deletion with loop

* sheet, proxy: proxy ids

* package: bump graph version

* proxy, sheet: addProxyDependencies, implement proxy cycle check

* sheet: fix import

* cell: restore MaybePendingDict as array

* package: bump version
  • Loading branch information
hbbio committed Apr 15, 2024
1 parent c4b1f58 commit 422158b
Show file tree
Hide file tree
Showing 10 changed files with 366 additions and 246 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okcontract/cells",
"version": "0.2.4",
"version": "0.3.0",
"description": "Simplified reactive functional programming for the web",
"private": false,
"main": "dist/cells.umd.cjs",
Expand All @@ -20,7 +20,7 @@
"LICENSE"
],
"dependencies": {
"@okcontract/graph": "0.1.3"
"@okcontract/graph": "0.1.4"
},
"devDependencies": {
"@biomejs/biome": "^1.5.3",
Expand Down
Loading

0 comments on commit 422158b

Please sign in to comment.