Skip to content

Releases: solidjs-community/solid-primitives

@solid-primitives/websocket@1.4.0

04 Jun 14:18
bddbafc

Choose a tag to compare

Minor Changes

  • bd7876e: Fix reconnect loop in makeReconnectingWS: the close event listener is now removed from the old WebSocket instance before a new connection is created. Previously, closing the old socket during reconnection would trigger the listener again and schedule an extra reconnect, causing duplicate connections under certain timing conditions.

@solid-primitives/memo@1.5.0

04 Jun 14:17
bddbafc

Choose a tag to compare

Minor Changes

  • 0ebdd1a: Added createRcMemo primitive for memos that are only awake while there are listeners.

@solid-primitives/deep@0.3.6

04 Jun 14:17
bddbafc

Choose a tag to compare

Patch Changes

  • Updated dependencies [0ebdd1a]
    • @solid-primitives/memo@1.5.0

@solid-primitives/date@2.1.7

04 Jun 14:18
bddbafc

Choose a tag to compare

Patch Changes

  • Updated dependencies [0ebdd1a]
    • @solid-primitives/memo@1.5.0

@solid-primitives/sse@0.0.102

02 Mar 00:36
ab6b9ca

Choose a tag to compare

Patch Changes

  • 326d05f: Fix memory leak when app-level retries are exhausted in createSSE. Previously, when all reconnect attempts were used up and the EventSource was permanently closed, currentCleanup was never called — leaving the EventSource instance and its event listeners alive in memory, and the source signal pointing to a stale handle. Now an else if branch explicitly calls currentCleanup(), clears the reference, and sets the source signal to undefined.

@solid-primitives/virtual@0.2.3

24 Feb 01:14
af34b83

Choose a tag to compare

Patch Changes

  • Updated dependencies [6680ab9]
    • @solid-primitives/utils@6.4.0

@solid-primitives/utils@6.4.0

24 Feb 01:13
af34b83

Choose a tag to compare

Minor Changes

  • 6680ab9: Add string transform utilities: json, ndjson, lines, number, safe, pipe.

    These are (string) => T transform functions useful as the transform option for SSE, WebSocket, and similar streaming primitives.

@solid-primitives/upload@0.1.4

24 Feb 01:13
af34b83

Choose a tag to compare

Patch Changes

  • Updated dependencies [6680ab9]
    • @solid-primitives/utils@6.4.0

@solid-primitives/trigger@1.2.3

24 Feb 01:14
af34b83

Choose a tag to compare

Patch Changes

  • Updated dependencies [6680ab9]
    • @solid-primitives/utils@6.4.0

@solid-primitives/styles@0.1.3

24 Feb 01:14
af34b83

Choose a tag to compare

Patch Changes

  • Updated dependencies [6680ab9]
    • @solid-primitives/utils@6.4.0
    • @solid-primitives/rootless@1.5.3