Skip to content

Releases: solidjs-community/solid-primitives

@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

@solid-primitives/stream@0.7.3

24 Feb 01:14
af34b83

Choose a tag to compare

Patch Changes

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

@solid-primitives/storage@4.3.4

24 Feb 01:13
af34b83

Choose a tag to compare

Patch Changes

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

@solid-primitives/static-store@0.1.3

24 Feb 01:13
af34b83

Choose a tag to compare

Patch Changes

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

@solid-primitives/sse@0.0.101

24 Feb 01:13
af34b83

Choose a tag to compare

Patch Changes

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