* The runner "pyscript" declare statics in the right way in head (fix trouble with script/js) * The runner "pyscript" can handle multiple Tag class, and serve the right with hash (hash == class name, if no, serve the 1st one)
0.4.6
* FIX: declare PyScript as runner ;-)
0.4.5
* new runner "PyScript" (alpha), so htag can be runned in client side ;-)
0.4.4
* the runner 'BrowserStarletteWS' can be autoreloaded too, with uvicorn/reload'er ... it's now asgi compliant (factory)
0.4.3
* Tag: better declaration/init of _hr/parent on the instance ! * better tu test_interactions * fix examples * add an example, on how to use uvicorn/autoreload
0.4.2
* FIX the way add interaction script (post js) with `__call__` : now it works in the init of the main tag too ! * + tu (new) simu