Skip to content

v0.15.1

Choose a tag to compare

@MatthewWid MatthewWid released this 26 May 07:08
· 77 commits to master since this release
bb7aec0

Better SSE Version 0.15.1

npm install better-sse@latest
yarn add better-sse@latest
pnpm add better-sse@latest

This release publishes Better SSE on the JavaScript Registry (JSR).

Changes

Publishing on the JSR

Better SSE is now available as a package on the JSR under the name @mwid/better-sse.

You can now install it from the JSR instead of npm, if you prefer:

npx jsr add @mwid/better-sse
yarn add jsr:@mwid/better-sse
pnpm add jsr:@mwid/better-sse
bunx jsr add @mwid/better-sse
deno add jsr:@mwid/better-sse

When using Deno you can import the package directly like so:

import { createSession } from "jsr:@mwid/better-sse"

Full Changelog

Added

Fixed

  • Fixed the stream, iterate and EventBuffer#clear methods not having explicit return types, resulting in slow inference in certain environments.