- remove jquery.json file
- add ability to serialize multiple elements
- update example for hyphen notation
- fix uglify-js dependency
- loosen jquery version requirement
- fix location of testing script
- add missing ignore entry to bower.json. wups!
- change deprecated component.json to bower.json
- update license identifier to BSD-3-Clause
- build now puts plugin in /dist
- update jquery dependency to ^1.11.1 in jquery.json
- API: FormSerializer(helper) => FormSerializer(helper, $form)
- move unit tests to test/unit
- encode checkbox inputs as booleans #27
- automatically build before running tests
- allow keys to start with a leading underscore #31
- use markdown for HISTORY
- Use jQuery-1.11.1 in testing for maximum browser compatibility
- Use cdnjs to deliver jQuery for testing
- Patch requirejs bug #30
- Improve formatting of HISTORY
- Rename jquery.json file. wups!
- Add jquery.json for publishing to http://plugins.jquery.com
- IE8 fix
- Expose regexp patterns via FormSerializer.patterns
- Improve legibility of FormSerializer
- Fix #16: .serializeJSON was not properly exposed to jQuery
- Front-end testing with mocha and chai
- Automated build process with uglifyjs
- Removed server-side dependencies
- browserify
- mocha
- jquery-extend
- Removed ECMAScript 5 dependencies
- Array.prototype.forEach
- Function.prototype.bind
- Fully backed by tests
- .serializeObject works the same
- .serializeJSON is a new function
- CoffeeScript has been dropped
- Now bundles with browserify