Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 791 Bytes

CHANGES.md

File metadata and controls

30 lines (18 loc) · 791 Bytes

1.2.2 / 2015-04-27

Fixed: Ignore form elements with empty names in getFormData(); don't throw on empty element names in getNamedFormElementData() [#3]

1.2.1 / 2015-03-11

Fixed: Ignore any <fieldset> elements which appear in form.elements [sixsided]

1.2.0 / 2015-03-05

Changed: Return a File object for <input type="file"> where supported, or a list of File objects if it uses multiple.

1.1.0 / 2015-02-05

Added: trim option for getFormData() and getNamedFormElementData().

Fixed: ignoring of individial disabled inputs when multiple inputs have the same name.

1.0.1 / 2015-01-19

Fixed: incorrect function names in error messages.

1.0.0 / 2015-01-19

First release.