Skip to content

Releases: jfyne/live

v0.16.3

03 Feb 18:18
dd2ead7

Choose a tag to compare

What's Changed

  • docs: add project knowledge base for engineer workflow by @jfyne in #103
  • fix: initialize closeSlow in NewSocket to avoid nil panic by @715d in #104
  • fix: copy websocket.AcceptOptions to avoid CompressionMode leak by @715d in #107
  • fix: protect pubsub handlers with mutex by @715d in #109
  • fix(diff): save and restore live-update modifiers so they don't leak across sub-trees by @715d in #108
  • fix(patch): pass new element to updated() hook instead of stale reference by @715d in #106
  • fix: decouple broadcast iteration from engine socket operations by @715d in #110
  • Fix race condition in RenderSocket by @715d in #105
  • chore(deps): bump golang.org/x/net from 0.39.0 to 0.47.0 by @dependabot[bot] in #102
  • chore(deps): bump golang.org/x/time from 0.11.0 to 0.14.0 by @dependabot[bot] in #98
  • chore(deps): bump github.com/coder/websocket from 1.8.13 to 1.8.14 by @dependabot[bot] in #93
  • chore(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #101

Full Changelog: v0.16.2...v0.16.3

v0.16.2

02 Jun 07:59

Choose a tag to compare

What's Changed

  • feat: support configuring the max message size by @715d in #84

Full Changelog: v0.16.1...v0.16.2

v0.16.1

26 May 17:51

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.16.0...v0.16.1

v0.16.0

11 Apr 09:16
9c85051

Choose a tag to compare

What's Changed

  • Removes sync.Mutex this fixes #14
  • Adds socket data cache, between first render and WS connection state persists.
  • Removes a lot of the interfaces, it was making it difficult to change implementations
  • Shift examples into this repo
  • Removes the concept of a session, it wasn't being used for anything

Refs:

Full Changelog: v0.15.7...v0.16.0

v0.15.7

09 Jul 08:19
fc2d5db

Choose a tag to compare

What's Changed

Full Changelog: v0.15.6...v0.15.7

v0.15.6

20 Aug 13:14
5b4c05c

Choose a tag to compare

What's Changed

  • add go docs link to README.md by @aep in #67
  • fix: Sync baseSocket.Self. by @jfyne in #69

New Contributors

  • @aep made their first contribution in #67

Full Changelog: v0.15.5...v0.15.6

v0.15.5

24 Mar 16:07
6ab7669

Choose a tag to compare

What's Changed

  • Change event looks for all inputs attached to a form by @chabad360 in #65

New Contributors

Full Changelog: v0.15.4...v0.15.5

v0.15.4

23 Feb 09:29
f1f1c85

Choose a tag to compare

What's Changed

New Contributors

  • @miko made their first contribution in #63

Full Changelog: v0.15.3...v0.15.4

v0.15.3

19 Oct 16:29
07db72d

Choose a tag to compare

What's Changed

  • Support contextmenu events (aka right-click) by @delkopiso in #59

New Contributors

Full Changelog: v0.15.2...v0.15.3

v0.15.2

17 Jul 21:19
d4f4285

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.15.1...v0.15.2