- Fixes a bug where if params contained expected falsey values, the form would treat them as nil.
for instanceform.submit({likes_cat: false})
would setlikes_cat
to nil instead of false.
Full Changelog: v0.4.0...v0.4.1
form.submit({likes_cat: false})
would set likes_cat
to nil instead of false.Full Changelog: v0.4.0...v0.4.1