1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
# ChangeLog for wai-handler-launch
## 3.0.3.1
* Fix compilation on Windows
## 3.0.3
* Add `runHostPortFullUrl` to allow launching arbitrary URLs [#2](https://github.com/yesodweb/wai-handlers/pull/2)
## 3.0.2.4
* Drop dependency on blaze-builder, requiring streaming-commons >= 0.2
## 3.0.2.3
* `process` package bump
## 3.0.2.2
* Improvements to ping's javascript script. [#494](https://github.com/yesodweb/wai/pull/494)
## 3.0.2.1
* Relax upper bound on process
## 3.0.2
* Don't launch if server fails; kill server on exit [#537](https://github.com/yesodweb/wai/issues/537) [#541](https://github.com/yesodweb/wai/pull/541)
## 3.0.1
* make host configurable too (fixes #538) [#539](https://github.com/yesodweb/wai/pull/539)
## 3.0.0.5
* Support wai/warp 3.2
## 3.0.0.3
Allow blaze-builder 0.4
## 3.0.0.2
* Support for Win64
|