Releases: BlackyWolf/FormDataToObject
Releases · BlackyWolf/FormDataToObject
Fix Empty Strings Being Converted to 0
This fix addresses an issue found by @ishehadeh where an empty string value ""
was coerced to a zero 0
numeric value instead of an empty string.
0.1.0 - Initial Release
This is the initial release of the package. Hooray 🎉
This version comes with the following changes:
- The
formDataToObject
function for converting aFormData
object into a usable object model, such asUser
,Food
, etc., whatever you need.