0.48.7

(fix): Form data encoding now correctly handles array and object values by encoding each property value as a separate key-value pair, rather than trying to encode the entire object as a single value. This ensures proper handling of complex data structures in multipart form requests.

0.48.6

(fix): Support form-encoded form data parameters by using qs to properly encode array and object values with the repeat array format.

0.48.5

(fix): Don’t double wrap a blob if a user uploads a blob to a multi-part form. Otherwise file’s content-type is lost in Deno.