# Changelog for simple-routing-core ## 0.1.3.0 * Include header functions in `Core` module ## 0.1.2.0 * Added variant of `headerValue` that accepts `HeaderName` ## 0.1.1.0 * `headerValue` function to extract value from HTTP headers * Add `withIO` which execute an IO as part of the request handling ## 0.1.0.0 * First implementation