* First draft of renaming nest/ed to namespace/d
After a lengthy discussion on discord it was suggested that we rename
`nested` signals to `namespaced` signals. For a few reasons:
1. Nested signals are used for namespacing.
2. We don't support or plan to support root nodes being signals
3. Nested signals should not be used to recreate SPAs and are there
for namespacing convenience (bulk add/remove) not
lookup (read/watch).
4. The naming was causing confusion.
Not sure if we still need to specify that only nodes are signals now
that nested signals are called namespaced signals.
I haven't renamed the implementation's yet as that's an implementation
detail we can address later.
Link to discord conversation:
https://discord.com/channels/1296224603642925098/1296225503610671224/1327365393563783238
* Fix persist example test
* Update datastar_expressions.md
* Update attribute_plugins.md
---------
Co-authored-by: Ben Croker <57572400+bencroker@users.noreply.github.com>
* Can .value be removed?
Fixes#428
* get dialog working
* add } to terminators
* Add fujs.svg
* whackamole
* sigh
* recursive regex tag template literals, lol
* Regex example
* (jacks|lack|of|complete|surprise)
* persist fixed
* fix current regex example
* current state
* Update all examples
* regex version of signals, actions and escapement
* Fix Go examples
* fix templates
* Add `@` to actions in examples
* Revert `.Value`
* frontpage
* all test pass
* move to @get/post/put/patch/delete
* Fix up docs and examples
* Add true client size to readme
* Add v1.0.0-beta.1 release notes
* @ → $
* Add space
* Fix more docs and examples
* missed files in merge
---------
Co-authored-by: Ben Croker <ben@putyourlightson.com>