Skip to content

Latest commit

 

History

History
93 lines (45 loc) · 4.17 KB

CHANGELOG.md

File metadata and controls

93 lines (45 loc) · 4.17 KB

Changelog

2.1.0 (2025-01-03)

Features

2.0.0 (2024-12-15)

⚠ BREAKING CHANGES

  • remove deprecated extraOptions (#28)
  • change credentials mode from "omit" to "same-origin" when set to false (#27)

Bug Fixes

  • change credentials mode from "omit" to "same-origin" when set to false (#27) (bf882f3)

Miscellaneous Chores

1.7.0 (2024-10-03)

Features

1.6.4 (2024-09-06)

Bug Fixes

  • link for globalThis.fetch (b00a4f0)

1.6.3 (2024-09-06)

Bug Fixes

  • link for globalThis.fetch (8c71f2f)

1.6.2 (2024-09-06)

Bug Fixes

  • do not run package publish twice (640eb32)

1.6.1 (2024-09-06)

Bug Fixes

  • add public flag to pipline publishing (63f06b8)

1.6.0 (2024-09-06)

Features

  • add jsdocs and deprecate old fetch parameter (58a73b5)

1.5.2 (2024-09-06)

Bug Fixes

  • bind custom fetch to globalThis (1cb0504)

1.5.1 (2024-09-06)

Features

Bug Fixes

  • add module type to package.json and use correct file ending for cjs (f07ee9b)
  • broken import in readme (eaa57db)
  • bump version to 1.4.5 (7c3a1a8)
  • empty message yielded after only seeing a comment (ad8eb89)
  • misleading error message (bcd1bbd)
  • package: define exports (48d581d)
  • release version with exports (ce4c1d5)
  • stop reconnecting if the eventsource is closed (c294aae)