Skip to content

Tags: jfyne/live

Tags

v0.16.2

Toggle v0.16.2's commit message
feat: support configuring the max message size

v0.16.1

Toggle v0.16.1's commit message
fix(uploads): support passing socket id through form

v0.16.0

Toggle v0.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Better socket handling (#74)

* chore: Remove interfaces.

This was making it hard to refactor.

* feat: Socket state persists across get and ws conn.

Remove all sync.Mutex.

* chore: Move examples to this repo.

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.