Skip to content

Commit 2802686

Browse files
authored
Merge pull request #76 from thetarnav/display-nested-value
Display nested values
2 parents 049859c + 7b6ac08 commit 2802686

35 files changed

Lines changed: 953 additions & 447 deletions

.changeset/forty-deers-retire.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"solid-devtools-extension": patch
3+
"@solid-devtools/ui": patch
4+
---
5+
6+
Selecting Signals

.changeset/lovely-pets-sneeze.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"solid-devtools-extension": minor
3+
"@solid-devtools/ui": minor
4+
---
5+
6+
Display nested signal values as a collapsable tree.

.changeset/polite-icons-scream.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@solid-devtools/debugger": patch
3+
"@solid-devtools/shared": patch
4+
"@solid-devtools/ui": patch
5+
---
6+
7+
Rename types and function for encodung values. Add option to encode nested structures. (Arrays and objects for now).

.changeset/sour-meals-guess.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"@solid-devtools/debugger": minor
3+
"solid-devtools-extension": minor
4+
"@solid-devtools/extension-adapter": minor
5+
"@solid-devtools/shared": minor
6+
"@solid-devtools/ui": minor
7+
---
8+
9+
Select signals and send encoded nested values of objects and arrays.

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,9 @@ Previous attempts/experiments that inspire this project:
100100
- fictitious/[solid-devtools](https://github.com/fictitious/solid-devtools)
101101
- CM-Tech/[solid-debugger](https://github.com/CM-Tech/solid-debugger)
102102
- [Go to Component Devtools](https://gist.github.com/nksaraf/def81fada4ac8d5a3c2e7cad0cd4933a)
103+
104+
Similar projects from other frameworks:
105+
106+
- [Svelte Devtools](https://github.com/sveltejs/svelte-devtools)
107+
- [Vue Devtools](https://github.com/vuejs/devtools)
108+
- [MobX Devtools](https://github.com/mobxjs/mobx-devtools)

0 commit comments

Comments
 (0)