Changelog for yesod-test-1.6.6.1

ChangeLog for yesod-test

1.6.6.1

1.6.6

1.6.5.1

1.6.5

bodyEquals prints out actual body in addition to expected body in failure msg #1525

1.6.4

Add yesodSpecWithSiteGeneratorAndArgument #1485

1.6.3

Add performMethod #1502

1.6.2

1.6.1

1.6.0

1.5.9.1

1.5.9

1.5.8

1.5.7

1.5.6

1.5.5

1.5.4.1

1.5.4

1.5.3

1.5.2

1.5.1.1

1.5.1.0

1.5.0.1

1.5

Configuring middleware makes it easy to add logging among other things. middleware is applied to the wai app before each test.

If you follow the yesod scaffold, you probably have a withApp function in TestImport.hs. This function should now return (foundation, middleware). id is an acceptable value for middleware.

1.4.4

test helpers for CRSF middleware such as addTokenFromCookie

1.4.3.2

1.4.3.1

1.4.2

Provide Example instance for YesodExample.

1.4.1.1

Upgrade to hspec 2