Skip to content

v1.0.1

Compare
Choose a tag to compare
@shreyashsaitwal shreyashsaitwal released this 23 Mar 19:05
· 109 commits to main since this release
a17b344

What's new

  • Rush is now available for macOS and Linux.
  • Added ability to pack non-related packages as long as they are inside the src directory.
  • Added a new field, release/optimize to rush.yml.
  • Added checks to see if Java is installed.

Bug fixes

  • Fixed the issue where Rush won't work with some terminal apps, like, CMD on Windows.
  • Fixed the issue where <extension>.aix was not being produced because of spaces in one of the parent directory's names.
  • Fixed the issue where the build would be successful even if some step, other than javac, failed to complete.
  • Fixed the issue where an incorrect package would be produced in some cases.