Skip to content

Releases: lukeed/fetch-event-stream

0.1.5

30 Mar 05:49
Compare
Choose a tag to compare

Chores

  • Bump Deno std version: f32ff99
    From 0.220.1 to ^0.221.0

  • Update "gzip" task: 0150952
    Now uses esbuild to minify source

  • Update module size: a82cf46


Full Changelog: 0.1.4...0.1.5

0.1.4

29 Mar 22:27
Compare
Choose a tag to compare

Patches

  • (internal): Replace async-iteration of ReadadleStream (#3): ce3d3d9
    Most (non-canary) browser versions do not support async iteration (for await (let ... of ...)) of ReadableStream.
    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

27 Mar 20:50
Compare
Choose a tag to compare

New

Patches

  • (types): Allow signal parameter to accept null 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

25 Mar 19:47
Compare
Choose a tag to compare

Patches

Chores

  • Remove v prefix from git tag names: 31ba97e
    Follows convention for Deno URL imports.
    Does not affect npm versioning.

Full Changelog: v0.1.0...0.1.1

v0.1.0

25 Mar 18:16
Compare
Choose a tag to compare

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 native TextLineStream support

Full Changelog: v0.0.2...v0.1.0