..
This commit is contained in:
parent
8f00e76257
commit
f50d23ce49
@ -2,6 +2,9 @@
|
||||
|
||||
## 1.6.9.2
|
||||
|
||||
* `statusIs` assertion failures now print a preview of the response body, if the response body is UTF-8 or ASCII.
|
||||
* Adds an `Yesod.Test.Internal`, which exposes functions that yesod-test uses. These functions do _not_ constitute a stable API.
|
||||
|
||||
## 1.6.9.1
|
||||
|
||||
* Improve documentation [#1676](https://github.com/yesodweb/yesod/pull/1676)
|
||||
|
||||
@ -10,7 +10,6 @@ module Yesod.Test.Internal
|
||||
, assumedUTF8ContentTypes
|
||||
) where
|
||||
|
||||
|
||||
import qualified Data.ByteString.Char8 as BS8
|
||||
import qualified Data.ByteString.Lazy as LBS
|
||||
import qualified Data.Set as Set
|
||||
@ -62,4 +61,4 @@ assumedUTF8ContentTypes = Set.fromList $ map Content.simpleContentType
|
||||
, Content.typeSvg
|
||||
, Content.typeJavascript
|
||||
, Content.typeCss
|
||||
]
|
||||
]
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
name: yesod-test
|
||||
version: 1.6.9.1
|
||||
version: 1.6.9.2
|
||||
license: MIT
|
||||
license-file: LICENSE
|
||||
author: Nubis <nubis@woobiz.com.ar>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user