Skip to content

v4.1.0

Compare
Choose a tag to compare
@kevindb kevindb released this 09 Mar 17:09
· 90 commits to master since this release

New Features

  1. #436 Allows formToArray and ajaxSubmit to work on non-form tags
  2. #158 #421 #516 #517 When serializing text, encode all line breaks as CRLF pairs per the
    application/x-www-form-urlencoded specification
  3. 76a0b2a #450 #502 Updates AMD definition and adds CommonJS support
  4. Moves documentation from malsup.com to GitHub Pages
  5. Adds automated testing using ESLint, Grunt, Mocha, Chai, and PhantomJS

Bug Fixes

  1. 76c7c90 #461 Outside fields bug fix prevents fields from being doubled in non-IE browsers
  2. #518 #258 IE fix if form is in a different document