v0.9.0
WARNING : this version try to reconnect WS on WS loss. I don't really sure, that this behaviour still be the default. Because, in big/complex apps (imagine an online code editor (my case)) ... you may loose your work while editing, when ws disconnects (because it will destry/recreate context). It's not really cool ... Currently it's just here for my tests IRL. You should use the 0.8.1 or the 0.9.1
Add some features :
- try to reconnect (reinit 1st cnx) on socket disconnexions
- toggle "body.htagoff" class when disconnected (when interactions produce errors in all cases).
- fullerror is now transmitted when in debug mode (so full python traceback is emitted when calling window.error on js side). It's got sense in debug mode.
Full Changelog: v0.8.1...v0.9.0