Releases: andypike/rectify
Releases · andypike/rectify
v0.13.0 Release
Release v0.12
Merge pull request #46 from andypike/file_specs_bump_gems File specs bump gems
Release 0.11.0
- Commands now return a hash of the broadcast events together with any parameters passed
v0.8.0
v0.7.1
v0.7.0
v0.6.1
- 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.