<a name="1.19.0"></a>
[1.19.0](https://github.com/remy/nodemon/compare/v1.18.11...v1.19.0) (2019-05-01)
Bug Fixes
* disable fork only if string starts with dash ([886527f](https://github.com/remy/nodemon/commit/886527f)), closes [#1554](https://github.com/remy/nodemon/issues/1554)
* Quote zero-length strings in arguments ([1551](https://github.com/remy/nodemon/issues/1551)) ([2973afb](https://github.com/remy/nodemon/commit/2973afb))
Features
* add message event ([20ccb62](https://github.com/remy/nodemon/commit/20ccb62))
* add TypeScript to default execPath ([1552](https://github.com/remy/nodemon/issues/1552)) ([64b474e](https://github.com/remy/nodemon/commit/64b474e))