Skip to content

Tags: jfyne/live

Tags

v0.15.7

Toggle v0.15.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use Go Embed (#70)

* use go embed instead of blob system

* update actions and include auto.js in git

v0.15.6

Toggle v0.15.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Sync baseSocket.Self. (#69)

Refs:
 - #68

v0.15.5

Toggle v0.15.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
`Change` event looks for all inputs attached to a form (#65)

* Change event looks for all inputs attached to a form

* build.sh

v0.15.4

Toggle v0.15.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add unmount handler (#63)

v0.15.3

Toggle v0.15.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support contextmenu events (aka right-click) (#59)

* Support contextmenu events (aka right-click)

v0.15.2

Toggle v0.15.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: New Safari does not handle compressed websockets. (#55)

Refs:
 - tilt-dev/tilt#4746
 - gorilla/websocket#731
 - coder/websocket#218

v0.15.1

Toggle v0.15.1's commit message
fix: Remove erroneous panic.

v0.15.0

Toggle v0.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: File uploads. (#49)

BREAKING CHANGE: Socket data in a template is now under `.Assigns`.

v0.14.1

Toggle v0.14.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Frontend can now call `Live.send` to send events to the backend. (

#46)

v0.14.0

Toggle v0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Introduce SelfHandler which passes data directly with no Params. (

#45)