Skip to content

v0.1.0

Compare
Choose a tag to compare
@agis agis released this 22 Nov 11:56
· 124 commits to master since this release

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