Skip to content

Releases: Intrepidd/hyperactiveform

v0.4.1

12 May 13:20
Compare
Choose a tag to compare
  • Fixes a bug where if params contained expected falsey values, the form would treat them as nil.
    for instance form.submit({likes_cat: false}) would set likes_cat to nil instead of false.

Full Changelog: v0.4.0...v0.4.1

v0.4.0

13 Jan 16:38
Compare
Choose a tag to compare

Add assigned_attribute_names method to return the names of attributes last passed to assign_form_attributes method

Full Changelog: v0.3.0...v0.4.0

v0.3.0

22 Dec 10:34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

14 Dec 12:36
Compare
Choose a tag to compare
  • Add callbacks for assign_form_attributes and submit
  • Change behavior of assign_form_attributes/submit to use the default value or nil if no value is provided, rather than keeping the value from setup