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

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

----
## [Unreleased]

### Added
N/A

### Changed
N/A

### Deprecated
N/A

### Removed
N/A

### Fixed
N/A

## [1.1.0] - 2020-03-17

### Added

* Add `SseStream#writeMessage` as a typesafe alias to `SseStream#write`

### Changed

* Ported code to TypeScript

## [1.0.1] - 2017-12-28

### Fixed
* The `retry` field is set properly

## [1.0.0] - 2017-11-22

### Added

* First stable release!

<!-- Releases -->
[Unreleased]: https://github.com/EventSource/node-ssestream/compare/v1.1.0...master
[1.1.0]:      https://github.com/EventSource/node-ssestream/compare/v1.0.1...v1.1.0
[1.0.1]:      https://github.com/EventSource/node-ssestream/compare/v1.0.0...v1.0.1
[1.0.0]:      https://github.com/EventSource/node-ssestream/tree/v1.0.0

<!-- Contributors in alphabetical order -->
[aslakhellesoy]:    https://github.com/aslakhellesoy
