Skip to content

v0.19.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Apr 02:12
· 211 commits to main since this release

Breaking Changes

  • libraries option has been removed
  • ImportInfo interface redesigned (return type of resolvers)
    • path -> from
    • name -> as
    • importName -> name

Bug Fixes

Features

  • support type only global components (857a5ae)