Version 2.0.0-alpha.2
Pre-release
Pre-release
jaydenseric
released this
19 Nov 10:04
·
87 commits
to master
since this release
- Order
operations
field first. It simplifies implementations and ensuresoperations
is always the first field if we decide to allow thefiles
map to be omitted for multipart requests without files. - Rename
files
fieldmap
. It was a little confusing that a field namedfiles
did not actually contain any files. In implementations the name inconveniently conflicted when naming variables and destructuring.