Releases: lukeed/fetch-event-stream
Releases · lukeed/fetch-event-stream
0.1.5
0.1.4
Patches
- (internal): Replace async-iteration of
ReadadleStream
(#3): ce3d3d9
Most (non-canary) browser versions do not support async iteration (for await (let ... of ...)
) ofReadableStream
.
This version rewrites the iteration in a backwards-compatible way without any behavior changes.
Chores
Full Changelog: 0.1.3...0.1.4
0.1.3
New
- Now available on JSR.io as
@lukeed/fetch-event-stream
~!
Patches
- (types): Allow
signal
parameter to acceptnull
value: f2a3d0a
Chores
- Modify
scripts/publish.ts
to publish to JSR, npm, and Deno simultaneously: 7eeb80c, 54153e2 - Add "Why?" section to README: 2fcf5dd
Full Changelog: 0.1.1...0.1.3
0.1.1
Patches
- Replace public-facing
std/
import-aliases withhttps://deno.land/std
URL imports: 7300343
See Import Maps are for Applications
Chores
- Remove
v
prefix from git tag names: 31ba97e
Follows convention for Deno URL imports.
Does not affectnpm
versioning.
Full Changelog: v0.1.0...0.1.1
v0.1.0
First Public Release!
Patches
- Handle multi-line
event.data
messages: 5228a5b - Coerce field values into correct types: 1da5ea6
👉event.retry
must be a number or undefined.
👉event.id
can be number or string
Chores
- Code is 745 bytes gzip'd ~!
And for Deno users, it's ~500b because of nativeTextLineStream
support
Full Changelog: v0.0.2...v0.1.0