Skip to content

v0.20.0

Compare
Choose a tag to compare
@jacobmischka jacobmischka released this 28 Jun 18:45
· 731 commits to main since this release

Full changelog: https://interval.com/changelog/0.20.0

Breaking changes

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