Skip to content

Gowut v1.4.0 public release

Latest
Compare
Choose a tag to compare
@icza icza released this 02 Oct 21:15
· 6 commits to master since this release
dd52803

Changes and new features in v1.4.0:

  • New SessIDCookieName() and SetSessIDCookieName() methods in Server to get / set
    the cookie name used to store the Gowut session ID. Useful if you plan to run
    multiple Gowut servers on the same computer with the same app path (on different ports);
    you can set different session ID cookie names so they won't collide (#42).

  • Added ETypeMouseDown constant, identical to ETypeMousedown.

  • Fixed an issue where Table.Clear() could panic if table contained nil components (#23).

  • Mouse coordinates in events did not take the body's scroll offset into account, this is fixed now.
    Event.Mouse() and Event.MouseWin() now return proper coordinates.