# 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/).

## [2.0.0] - 2018-11-18
### Added
- deprecation notice

## [1.0.1] - 2017-05-27
### Fixed
- memory leak caused by not releasing socket.io sockets

## [1.0.0] - 2017-03-10
### Added
- `forceShutdown` to force shutdown a server
### Changed
- `shutdown` to not take a `force` flag
### Fixed
- secure connections when using WebSockets caused crash

## [0.3.0] - 2016-10-25
### Added
- Adapter system

## [0.2.0] - 2016-10-19
### Added
- Enigne.io/Socket.io support

## 0.1.0 - 2016-10-18
### Added
- Initial project release

[Unreleased]: https://github.com/MitMaro/node-server-shutdown/compare/2.0.0...HEAD
[2.0.0]: https://github.com/MitMaro/node-server-shutdown/compare/1.0.1...2.0.0
[1.0.1]: https://github.com/MitMaro/node-server-shutdown/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/MitMaro/node-server-shutdown/compare/0.3.0...1.0.0
[0.3.0]: https://github.com/MitMaro/node-server-shutdown/compare/0.2.0...0.3.0
[0.2.0]: https://github.com/MitMaro/node-server-shutdown/compare/0.1.0...0.2.0
