- FIX: better regex to replace guy.js script
changelog 0.3.7: initial public release (14/11/2019)
- "/guy.js" refer to the main instance now (like in the past)
- global method emit(event,*args) (old wsBroadcast())
- chrome's folder doesn't contains the port now ! (so same apps share the same chrome's cfg folder)
- guy.on("evt", ...) -> return an unsubscriber method (like wuy) (thanks PR from alemoreau)
- remove "reactivity commented code"
changelog 0.3.6 "i-wall":
- BIG CHANGE in jshandler ( guy.js -(when rendered)-> "/klassname/guy.js") (no more referer needed!!)
- BUG FIXED: nb crash when sockets change !!!!!!!
- BUG FIXED: when cloning instance : init() takes 1 positional argument but 2 were given
- http handler decorator (full verb support +async or sync), and ability to return Guy Instance (redirect url) !!!
- auto remove broken socket
- better children rendered (new methods)
- serve(...open=True...) to open browser by default