v0.20.0
Full changelog: https://interval.com/changelog/0.20.0
Breaking changes
- The
io.experimental.upload.toUrl
IO method has been replaced with io.experimental.input.file
New
- Adds an experimental io.experimental.input.file method. This method replaces our previous
toUrl
method. This new API returns an object with methods that allow you to get a URL that points to the uploaded file or the contents of the file as an object, a buffer, or a string - BigInt objects can now be used within io.display.object and in action return values