Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.33 KB

History.rdoc

File metadata and controls

27 lines (17 loc) · 1.33 KB

History

0.3.0 / 2011-02-24

  • New Features

    • Added support for all data-type ajax submissions, not just ‘script’.

    • Made a little more flexible, so that separate js.erb response templates are no longer needed between remotipart (i.e. multipart) ajax form submissions and regular ajax form submissions, so multiple versions of the same form can now submit to the same action.

0.2.1 / 2011-01-16

  • Minor Enhancements

* Added support for passing text_area_tag options to remotipart_response. GitHub Issue #7 - patch by Todd Eichel

0.2.0 / 2010-12-08

  • Bug Fixes

* Added support for form action URLs that include GET params. GitHub Issue #4 - initial patch by ramontayag. * Added proper HTML escaping for the remotipart_response textarea content. GitHub Issue #5 - patch by gucki.

0.1.1 / 2010-08-27

  • Bug Fixes

* Removed a call to the JS console. GitHub Issue #1 - reported by Trevor Burnham.

0.1.0 / 2010-04-09

  • Initial Release