- add setLocals, getLocals methods
- use of app.context.render = render(settings) instead of render(app, settings)
- update deps and format codes
- use
state
instead of locals #9
- add
writeBody
option
- add expose swig test case
- expose swig
- add travis build status image to Readme
- automatically merge
ctx.flash
. - add .travis.yml
- fix
opts
has no method hasOwnProperty
- merge
ctx.locals
to locals, supports koa-locals - refactos
*render
- add comments
-
change
_settings
todefaultSettings
-
if custom
settings
is undefined, merge fromdefaultSettings
-
rename
views
toroot
-
add tags
-
add extensions
- add context.render