Releases: jquery-form/form
Releases · jquery-form/form
v4.3.0
v4.2.2
v4.2.1
v4.2.0
News
jQuery Form is confirmed to be compatible with jQuery 2 and 3! 🎉
If you see any incompatibilities, please report a bug or, preferrably, a pull request.
New Features
Bug Fixes
v4.1.0
New Features
- #436 Allows formToArray and ajaxSubmit to work on non-form tags
- #158 #421 #516 #517 When serializing text, encode all line breaks as CRLF pairs per the
application/x-www-form-urlencoded
specification - 76a0b2a #450 #502 Updates AMD definition and adds CommonJS support
- Moves documentation from malsup.com to GitHub Pages
- Adds automated testing using ESLint, Grunt, Mocha, Chai, and PhantomJS
Bug Fixes
v4.0.1
v4.0.0
News
- jQuery Form has a new home! The new canonical URL for the project is https://github.com/jquery-form/form
- The major version has been incremented to 4 due to the new home of project. Version 4
is expected to be backward compatible with 3.51.0.
New Features
- aac6154 Contributor Code of Conduct
- #504 Changes functions 'bind' and 'unbind' to 'on' and 'off' for modern jQuery compatibility
- #193 Improve resetForm to work on individual elements and non-FORM tags
- #224 Adds a filtering function to remove some elements from being serialized
- #262 Added support for functions in 'data' option for ajaxForm and ajaxSubmit
- #400 Shorter plugin initialization and set reset/clear form options through data attributes
- #414 #463 options.success may be an array of callback functions
- #506 beforeSubmit event can abort the submit
- 0dc9b4e 2ea3e86 Updated compatibility with package managers
- aeb407d Grunt support