- dependencies reduced to just
railties
andactionpack
- 1.8.7 compatibility fixes
- added compatibility with non-ActiveModel objects
- demonstrated use of radio buttons in the README
- hidden_field tags are no longer accidentally marked-up (issue #5)
- added a changelog
- documentation tweaks
- removed dependency on Haml
- checkbox text is now part of the label
- prevent
field_with_errors
divs from wrapping inputs and labels (issue #1)
- initial public release