v0.1.0
Breaking changes:
- No parameters are yielded to command blocks
anymore. Instead you have to use the "magic" methods#args
,#opts
,
#handle
and#env
from now on (#38)
New features:
- Added support for custom helper methods (#36)
- Added Rails install & config generators (#4)
- Make Rails path/url helpers available inside commands (#40)
- Make Cogy environment available to the application (#35)
Full list at at https://github.com/skroutz/cogy/milestone/1?closed=1