-
0.2.7 Stable
released this
2018-08-15 14:36:33 -05:00 | 12 commits to master since this release- Fixed: Parsing values of option elements in forms.
(#162 - @BehindTheMath) - Fixed: Added index.d.ts to package.json so it will be installed by npm.
(c589ab9 - @BehindTheMath) - Fixed:
options.historyto correctly parse being set to false.
(#165 - @BehindTheMath). - Fixed: Pass the current
optionsobject toloadContent().
(#171 - @BehindTheMath) - Fixed: Ensure correct XHR encoding for multipart/form-data forms
(#174 - @BehindTheMath) - Added: More documentation.
(#160, #171 - @robinnorth, @BehindTheMath)
Downloads
- Fixed: Parsing values of option elements in forms.