blunt-0.0.13: CHANGELOG.md
# Change log
## v0.0.13 (2015-03-25)
- Switched from deploying a binary to using Haskell on Heroku.
- Converted HTML to Lucid.
- Converted CSS to Clay.
- Converted JS to JMacro.
## v0.0.12 (2015-03-25)
- Combined `/pointfree` and `/pointful` endpoints into `/convert`.
## v0.0.11 (2015-03-23)
- Added permalinks by storing the input in the URL hash and reading it on
page load.
- Added dependency on Hackage version of pointful package.
## v0.0.10 (2015-03-23)
- Added a pointful conversion of the expression as well.
## v0.0.9 (2015-03-20)
- Updated to list all intermediate steps instead of only the final result.
- Optimized text input for mobile devices.
## v0.0.8 (2015-03-20)
- Created a simple stylesheet.
## v0.0.7 (2015-03-19)
- Fixed link in Hackage documentation.
## v0.0.6 (2015-03-19)
- Switch from Bitbucket to GitHub.
## v0.0.5 (2015-03-19)
- Constraint versions of `pointfree` dependencies.
## v0.0.4 (2015-03-19)
- Allow setting the port with the `PORT` environment variable.
- Took HTML out of its separate file.
## v0.0.3 (2015-03-19)
- Prevent `pointfree'` from throwing errors during a request.
## v0.0.2 (2015-03-18)
- Added a rudimentary user interface.
- Moved HTML into a separate file.
## v0.0.1 (2015-03-18)
- Initially released.
## v0.0.0 (2015-03-17)
- Initially created.