v4.0.1
·
492 commits
to develop
since this release
π Features
- Improved the
upload-packagecommand to acceptmajor,minor, andpatchas 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.0and you specifyminor, then the new version will be1.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.