History.rdoc in remotipart-0.2.1 vs History.rdoc in remotipart-0.3.1
- old
+ new
@@ -1,7 +1,13 @@
= 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}[https://github.com/formasfunction/remotipart/issues#issue/7] - patch by {Todd Eichel}[https://github.com/tfe]
@@ -16,6 +22,6 @@
* Bug Fixes
* Removed a call to the JS console. {GitHub Issue #1}[https://github.com/formasfunction/remotipart/issues/closed#issue/5] - reported by {Trevor Burnham}[https://github.com/TrevorBurnham].
=== 0.1.0 / 2010-04-09
-* Initial Release
\ No newline at end of file
+* Initial Release