Skip to content

Releases: solidjs-community/solid-primitives

@solid-primitives/[email protected]

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/[email protected]

24 Feb 01:14
af34b83

Choose a tag to compare

Patch Changes

@solid-primitives/[email protected]

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/[email protected]

24 Feb 01:13
af34b83

Choose a tag to compare

Patch Changes

@solid-primitives/[email protected]

24 Feb 01:14
af34b83

Choose a tag to compare

Patch Changes

@solid-primitives/[email protected]

24 Feb 01:14
af34b83

Choose a tag to compare

Patch Changes

@solid-primitives/[email protected]

24 Feb 01:14
af34b83

Choose a tag to compare

Patch Changes

@solid-primitives/[email protected]

24 Feb 01:13
af34b83

Choose a tag to compare

Patch Changes

@solid-primitives/[email protected]

24 Feb 01:13
af34b83

Choose a tag to compare

Patch Changes

@solid-primitives/[email protected]

24 Feb 01:13
af34b83

Choose a tag to compare

Patch Changes