- EVOL: added _tornado to instance, cleanup event, afterServerStarted event (thks for the PR robert-boulanger)
0.7.5
- FIX: the guy js is now included relatively (no more absolute path)
0.7.4
- FIX: autoreload was broken
0.7.3
- EVOL: Add guy.WSGUY to be able to set manually the ws server (ex: glitch app with custom domain)) (ex: wss://example.com) - EVOL: automatically apply a "wsguy" class on body, when socket-communication (client to server)
0.7.2
- It's the version which shoulded be the 0.7.1, and fix that bug for real ;-) ... sorry for the noise
0.7.1
- FIX: reload(f5) was broken, when using self.render() - remove INST replaced by Guy._instances - create the instance in Guy._instances at __init__