0.5.1
SteamPress 0.5.1
This release moves the ViewFactory
struct behind a protocol so we start testing up to our view layer. There are also some tests for the BlogController
now.
Breaking Changes
- When rendering the
profile.leaf
template, the User that is passed in is now called theauthor
. This is to differentiate between the currently logged-in user, and the user of the profile you are viewing. - The
posts
array that gets passed to thetag.leaf
page is now thelongSnippet
Node, so any calls topost.short_snippet
will need to be changed.
New Additions
- The
disqusName
which is pulled out of the Configuration is available is passed to thetag.leaf
andprofile.leaf
templates. This helps if you want to embed in things like comment counts for those pages