### 2018-06-18 / 0.7.9

* chore: End of development notice.
* Updated license links and badges.

### 2016-12-15 / 0.7.8

* Improve exit signal handling.

### 2016-12-15 / 0.7.6

* Improve exit signal handling.

### 2016-12-14 / 0.7.5

* Handle HTTP server creation errors.

### 2016-12-14 / 0.7.4

* Handle HTTP server configuration errors.

### 2016-12-14 / 0.7.3

* Re-add dependency removed by mistake.

### 2016-12-14 / 0.7.2

* Update depedencies.

### 2016-12-14 / 0.7.1

* Allow multiple dots in `HTTPServer.execute` for the `configurationRoot` parameter.

### 2016-12-14 / 0.7.0

* Completely rewritten without classes to ease functional programming approach.
* Removed configuration file in favor of reading settings from the `package.json`.

### 2016-11-14 / 0.6.3

* CORS fix.

### 2016-11-14 / 0.6.2

* Replace `http2` with `spdy` for HTTP2 support.

### 2016-11-14 / 0.6.1

* Minor export fixes.

### 2016-11-14 / 0.6.0

* Rewritten in plain ES2017, dropping support for Node.js < 6.
* Fix CORS handling.

### 2016-09-20 / 0.5.0

* Use HTTP2 instead of HTTPS.

### 2016-09-20 / 0.4.0

* npm usage fixes.

### 2016-09-20 / 0.1.0

* Initial version.
