Skip to content

v0.21.0

Compare
Choose a tag to compare
@jacobmischka jacobmischka released this 29 Jun 21:18
· 716 commits to main since this release

Breaking changes:

  • The undocumented io.experimental.findAndSelectUser IO method has been
    removed in favor of the more powerful io.search

New:

Fixed:

  • TypeScript will now properly indicate when an IO method call requires a
    properties argument (for example io.display.table) Thanks to Petr for reporting this bug!