Bump cabal version and export function
This commit is contained in:
parent
21e0ef11ba
commit
ac0229dff0
@ -1,3 +1,7 @@
|
|||||||
|
## 1.5.3
|
||||||
|
|
||||||
|
* Added bodyNotContains [#1271](https://github.com/yesodweb/yesod/pull/1271)
|
||||||
|
|
||||||
## 1.5.2
|
## 1.5.2
|
||||||
|
|
||||||
* Added assertEq, deprecated assertEqual [#1259](https://github.com/yesodweb/yesod/pull/1259)
|
* Added assertEq, deprecated assertEqual [#1259](https://github.com/yesodweb/yesod/pull/1259)
|
||||||
|
|||||||
@ -93,6 +93,7 @@ module Yesod.Test
|
|||||||
, statusIs
|
, statusIs
|
||||||
, bodyEquals
|
, bodyEquals
|
||||||
, bodyContains
|
, bodyContains
|
||||||
|
, bodyNotContains
|
||||||
, htmlAllContain
|
, htmlAllContain
|
||||||
, htmlAnyContain
|
, htmlAnyContain
|
||||||
, htmlNoneContain
|
, htmlNoneContain
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: yesod-test
|
name: yesod-test
|
||||||
version: 1.5.2
|
version: 1.5.3
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Nubis <nubis@woobiz.com.ar>
|
author: Nubis <nubis@woobiz.com.ar>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user