yesod/yesod-static/ChangeLog.md
Michael Snoyman 42112add3c
Version bump
2017-07-23 07:27:14 +03:00

38 lines
570 B
Markdown

## 1.5.3.1
* Switch to cryptonite
## 1.5.3
* Add `staticFilesMap` function
* Add `staticFilesMergeMap` function
## 1.5.2
* Fix test case for CRLF line endings
* Fix warnings
## 1.5.1.1
* Fix test suite compilation
## 1.5.1
* yesod-static doesn't obey Authentication [#1286](https://github.com/yesodweb/yesod/issues/1286)
## 1.5.0.5
* Avoid lazy I/O in mkEmbeddedStatic (fixes [#149](https://github.com/yesodweb/yesod/issues/149))
## 1.5.0.4
* Doc tweaks
## 1.5.0
* Drop system-filepath
## 1.4.0.3
Fix bug when `StaticRoute` constructor is not imported.