Rectify v0.6.1 Release Notes

Release Date: 2016-06-13 // almost 8 years ago
    • 👍 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.