packages feed

yesod-core 1.6.2 → 1.6.3

raw patch · 4 files changed

+7/−2 lines, 4 files

Files

ChangeLog.md view
@@ -1,3 +1,7 @@+## 1.6.3++* Add missing export for `SubHandlerFor`+ ## 1.6.2  * Derive a `Show` instance for `ResourceTree` and `FlatResource` [#1492](https://github.com/yesodweb/yesod/pull/1492)
Yesod/Core/Class/Yesod.hs view
@@ -488,7 +488,7 @@ -- -- For details, see the "AJAX CSRF protection" section of "Yesod.Core.Handler". ----- You can add this chain this middleware together with other middleware like so:+-- You can chain this middleware together with other middleware like so: -- -- @ -- 'yesodMiddleware' = 'defaultYesodMiddleware' . 'defaultCsrfMiddleware'
Yesod/Core/Handler.hs view
@@ -148,6 +148,7 @@     , setMessageI     , getMessage       -- * Subsites+    , SubHandlerFor     , getSubYesod     , getRouteToParent     , getSubCurrentRoute
yesod-core.cabal view
@@ -1,5 +1,5 @@ name:            yesod-core-version:         1.6.2+version:         1.6.3 license:         MIT license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>