細々としたSyntax Sugarの調整とかもぽこぽこ入ってる感じ。
- Made context, dispatcher, engine, request and response classes configurable.
- Added $c->stack.
- Fixed dispatcher to ignore unknown attributes.
- Improved format of startup debug log.
- Updated built in server to restart on win32. (Will Hawes)
- Fixed streaming write from a filehandle to stop writing if the browser is closed.
- Added $c->controller, $c->model and $c->view shortcuts.
- Switched to Text::SimpleTable.
$c->stackは何に使うのかと思ったら、forwardに使うみたい。
あと、SessionやAuth/Authzがごっそり抽象化されて新しく なってるので、そこら辺も要キャッチアップ。