0.4.1
Changes:
let
is no longer supported as adeclaration_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 withmain
pointing to a directory
Thanks to @lencioni for making this release happen.