Changelog for yesod-test-1.5.9.1

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