Skip to content

Releases: BlackyWolf/FormDataToObject

Fix Empty Strings Being Converted to 0

17 Apr 17:15
5195d1e
Compare
Choose a tag to compare

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

10 Jul 03:22
Compare
Choose a tag to compare

This is the initial release of the package. Hooray 🎉

This version comes with the following changes:

  • The formDataToObject function for converting a FormData object into a usable object model, such as User, Food, etc., whatever you need.