Skip to content

0.4.1

Compare
Choose a tag to compare
@trotzig trotzig released this 31 Jan 19:58

Changes:

  • let is no longer supported as a declaration_keyword.
  • goto is now even better
    • works for aliases pointing to package dependencies
    • you no longer have to select a package when that package is already imported in the file
    • works for package dependencies without a main file specified, and with main pointing to a directory

Thanks to @lencioni for making this release happen.