Another BIG CHANGE (the last, on core side ;-) )
A tag instance got two dict-likes (or none) :
- `session`: is the previous "state" ... and contains the real session of the hrenderer
- `state` : is now the state of the root object (which is, just, a subdict-like of the session). To isolate the state of the current main/root tag.
It's more consistent, and it's mainly for the web. Because on desktop/mobile ; the tag instance is never recreated : it lives during as long as the app lives (so state & session will live the the same)
There will be several minors releases, to populate more useful methods in "TagState".
**Full Changelog**: https://github.com/manatlan/htag/compare/v0.30.0...v0.40.0