Skip to content

Latest commit

 

History

History
200 lines (110 loc) · 8.48 KB

CHANGELOG.md

File metadata and controls

200 lines (110 loc) · 8.48 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

4.2.1 (2024-12-05)

Bug Fixes

  • handle newlines in the data properly (#93) (f83d8d2)

4.2.0 (2024-12-02)

Features

  • add the ability to override default stream buffer size (fd0382d)

Miscellaneous

  • bump cross-spawn from 7.0.3 to 7.0.6 (#90) (2553e02)

4.1.0 (2024-09-16)

Features

Miscellaneous

  • bump braces from 3.0.2 to 3.0.3 (#82) (6bdaa62)
  • bump micromatch from 4.0.5 to 4.0.8 (#87) (866547c)
  • bump path-to-regexp from 1.8.0 to 1.9.0 (#88) (6e0f9c2)

4.0.0 (2024-03-20)

⚠ BREAKING CHANGES

  • there is no "end" event when stream is closing in case you depended on it

Bug Fixes

  • remove default stream close event (#81) (311c920)

Miscellaneous

  • bump get-func-name from 2.0.0 to 2.0.2 (#78) (3495dbc)

3.1.2 (2023-07-25)

Bug Fixes

  • edge case when user (or server) sends headers before first event is sent (#73) (77d1b51)

Miscellaneous

3.1.1 (2023-07-03)

Bug Fixes

  • add utf-8 charset to content-type (#68) (4fb15be)

Miscellaneous

3.1.0 (2023-04-03)

Features

  • Added option to send comment in Event (#60) (a11044a)

Bug Fixes

Miscellaneous

3.0.0 (2022-11-22)

⚠ BREAKING CHANGES

  • Drop support for Fastify v3

Bug Fixes

  • missing closing bracket in readme (#50) (b3496f2)

Miscellaneous

2.2.1 (2022-06-09)

Bug Fixes

2.2.0 (2022-06-06)

Features

Miscellaneous

2.1.0 (2022-06-06)

Features

[2.0.6]

Fixed

  • removed vulnerable and not needed dependencies

[2.0.5]

Fixed

  • added export for EventMessage

[2.0.4]

Fixed

  • headers from reply (other plugins like cors) not being set on stream
  • vulnerable dependencies

[2.0.3]

Added

  • default export

Fixes

  • headers not being set

Bugfix

  • add headers to prevent compression

Feature

  • fastify v3 support

Fixed

  • bug with too much new lines between messages

Fixed

  • type definitions referencing itself

Fixed

  • update npm links

Fixed

  • update what files gets published on npm