Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 2.98 KB

CHANGELOG.md

File metadata and controls

52 lines (30 loc) · 2.98 KB

Changelog

Changes

  • Changed Operations::Command::OperationFailed#message to include detailed error messages

Changes

  • Rename Operations::Form#model_name parameter to param_key and make it public preserving backwards compatibility. #52 (pyromaniac)

Added

  • Allow referencing and arbitrary model attrbiute from form object attribute with model_name: "Post#title" #50 (pyromaniac)
  • Allow passing multiple hydrators: to Operations::Form #49 (pyromaniac)

Improvements

  • Change default form hydration behavior - it is now deep merging params after hydration, so no need to do it in the hydrator. Controlled with hydration_merge_params: option. #49 (pyromaniac)

Added

  • Added persisted: option to the new forms definition. #48 (pyromaniac)

Added

Improvements

Fixes

  • In some cases, Operation::Command#form_class was evaluated before form_base was evaluated #41 (pyromaniac)

Added