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
- Use globalThis instead of window
- Clarify compatibility
1.6.2 - 2022-10-28
- Added missing constants OPEN, CONNECTING, CLOSED to ReconnectingEventSource class.
1.6.1 - 2022-10-28
- Added missing file in package
1.6.0 - 2022-10-28
- Loading this package as an ESM module
1.5.2 - 2022-08-13
- Event names can be any freely chosen name
1.5.1 - 2022-08-02
- Corrected unintentional double-registration of message handler (#65)
1.5.0 - 2022-07-06
- Reformatted in TypeScript for better type checking
- Improved build process using just TypeScript, rather than using webpack/babel