UNPKG

1.05 kBMarkdownView Raw
1# CHANGE LOG
2All notable changes to this project will be documented in this file.
3
4The format is based on [Keep a Changelog](http://keepachangelog.com/)
5and this project adheres to [Semantic Versioning](http://semver.org/).
6
7----
8## [Unreleased]
9
10### Added
11N/A
12
13### Changed
14N/A
15
16### Deprecated
17N/A
18
19### Removed
20N/A
21
22### Fixed
23N/A
24
25## [1.1.0] - 2020-03-17
26
27### Added
28
29* Add `SseStream#writeMessage` as a typesafe alias to `SseStream#write`
30
31### Changed
32
33* Ported code to TypeScript
34
35## [1.0.1] - 2017-12-28
36
37### Fixed
38* The `retry` field is set properly
39
40## [1.0.0] - 2017-11-22
41
42### Added
43
44* First stable release!
45
46<!-- Releases -->
47[Unreleased]: https://github.com/EventSource/node-ssestream/compare/v1.1.0...master
48[1.1.0]: https://github.com/EventSource/node-ssestream/compare/v1.0.1...v1.1.0
49[1.0.1]: https://github.com/EventSource/node-ssestream/compare/v1.0.0...v1.0.1
50[1.0.0]: https://github.com/EventSource/node-ssestream/tree/v1.0.0
51
52<!-- Contributors in alphabetical order -->
53[aslakhellesoy]: https://github.com/aslakhellesoy