Skip to content

v0.6.1

Compare
Choose a tag to compare
@andypike andypike released this 13 Jun 08:57
· 42 commits to master since this release
  • Allow command handlers to call private methods of the caller. This is useful when called from a controller action and the handler needs to access private controller methods such as cookies etc
  • Adds support for indexed arrays in form objects. When the form builder adds an index to an array it is represented in the params hash as a hash with the key being the index. Form objects are now populated correctly when using this style of form.