Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.61 KB

CHANGELOG.md

File metadata and controls

46 lines (36 loc) · 1.61 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.

1.6.3 - 2022-11-06

Fixed

  • Use globalThis instead of window
  • Clarify compatibility

1.6.2 - 2022-10-28

Fixed

  • Added missing constants OPEN, CONNECTING, CLOSED to ReconnectingEventSource class.

1.6.1 - 2022-10-28

Fixed

  • Added missing file in package

1.6.0 - 2022-10-28

Fixed

  • Loading this package as an ESM module

1.5.2 - 2022-08-13

Fixed

  • Event names can be any freely chosen name

1.5.1 - 2022-08-02

Fixed

  • Corrected unintentional double-registration of message handler (#65)

1.5.0 - 2022-07-06

Changed

  • Reformatted in TypeScript for better type checking
  • Improved build process using just TypeScript, rather than using webpack/babel