Skip to content

Version 2.0.0-alpha.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@jaydenseric jaydenseric released this 19 Nov 10:04
· 87 commits to master since this release
  • Order operations field first. It simplifies implementations and ensures operations is always the first field if we decide to allow the files map to be omitted for multipart requests without files.
  • Rename files field map. It was a little confusing that a field named files did not actually contain any files. In implementations the name inconveniently conflicted when naming variables and destructuring.