Version bump for #1314
This commit is contained in:
parent
7b12f61a91
commit
9c38a4b08e
@ -1,3 +1,7 @@
|
||||
## 1.5.4
|
||||
|
||||
* yesod-test: add getLocation test helper. [#1314](https://github.com/yesodweb/yesod/pull/1314)
|
||||
|
||||
## 1.5.3
|
||||
|
||||
* Added bodyNotContains [#1271](https://github.com/yesodweb/yesod/pull/1271)
|
||||
|
||||
@ -756,6 +756,8 @@ followRedirect = do
|
||||
--
|
||||
-- > post ResourcesR
|
||||
-- > (Right (ResourceR resourceId)) <- getLocation
|
||||
--
|
||||
-- @since 1.5.4
|
||||
getLocation :: (Yesod site, ParseRoute site)
|
||||
=> YesodExample site (Either T.Text (Route site))
|
||||
getLocation = do
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
name: yesod-test
|
||||
version: 1.5.3
|
||||
version: 1.5.4
|
||||
license: MIT
|
||||
license-file: LICENSE
|
||||
author: Nubis <nubis@woobiz.com.ar>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user