Skip to content

v0.12.1

Compare
Choose a tag to compare
@MatthewWid MatthewWid released this 10 May 03:39
· 50 commits to master since this release

Better SSE Version 0.12.1

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

This release fixes an issue relating to types for the sessions and channels (thanks to @Codpoe.)

Changes

Session and channel event name type fixes

You will now receive suggestions on event names when adding event listeners to the Session and Channel classes.

Screenshot_1

Screenshot_2

Full Changelog

Fixed

  • Fixed types for channel and session emitted event names.