Changelog
1.1.6
man:
Docs in roff (man). Change compound help
command to proxy request to man
.
Unfortunately compound have optional ronn
rubygem dependency.
inject middleware: New API for middleware injections.
mocha: All tests rewritten. Mocha is new default test engine.
cleanup core: Generators, assets compiler, clientside moved to separate packages. Refactor and speedup render.
new helpers: icon, imageTag, metaTag, anchor, contentFor, button.
async initializers:
Initializer may accept second optional param: Function done
. In that case
next initializer will be called only when done
callback called.
compound.model() api: