v3.0.0
3.0.0 (2022-07-28)
Bug Fixes
BREAKING CHANGES
- two synchronous public functions are now asynchronous
The function getContentType
formerly returned a string but now returns a
Promise that resolves to a string. The function buildRequestFileObject
formerly returned a FileObject
but now returns a Promise that resolves to
a FileObject
.