Skip to content

v3.0.0

Compare
Choose a tag to compare
@ibm-devx-sdk ibm-devx-sdk released this 28 Jul 15:51
· 105 commits to main since this release

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.