Skip to content

v4.0.1

Choose a tag to compare

@github-actions github-actions released this 28 Jan 17:57
· 492 commits to develop since this release

πŸš€ Features

  • Improved the upload-package command to accept major, minor, and patch as options for the new package version.
    • Doing so will cause the CLI to lookup the most recent package version and increment the version number based on the option provided.
    • e.g. If the latest version is 1.0.0 and you specify minor, then the new version will be 1.1.0.

πŸ› Bug Fixes

  • Fixed an issue where generic type parameters in function calls and new expressions were not removed during transpilation, causing them to be interpreted as comparison operators.
  • Fixed an issue where type specifieres were not supported for rest parameters.