Skip to content

Releases: jewelshkjony/fast-cli

v2.3.1

17 Jan 13:50
a22b5f2
Compare
Choose a tag to compare
  • The Maven resolver has been updated to the latest version.
  • A few minor tweaks to optimize overall performance.

v2.3.0

12 Jan 16:50
0dd0653
Compare
Choose a tag to compare
  • FAST will generates docs for your extension during build if gen_docs is enabled in fast.yml
  • If component specific elements are not defined, FAST will include manifest elements to the default component.

v2.2.0

05 Jan 12:58
0adffdb
Compare
Choose a tag to compare
  • Jetifier is now accepts remote dependencies to process.
  • Jetifier is now accepts AAR dependencies to process.
  • Added -f argument to fast upgrade command to force a clean install.
  • Added -dir as global argument to define working directory manually.
  • Renamed a few JARs in tools directory.
  • A typo is corrected in default README.md

v2.1.0

25 Dec 17:05
b291102
Compare
Choose a tag to compare
  • Added kotlin_version attribute in the fast.yml.
  • kotlin-compiler version can be changed from fast.yml dynamically.
  • Added support for single line commands for fast create.

v2.0.9

24 Dec 04:41
de0c38f
Compare
Choose a tag to compare
  • Added select update type feature to upgrade command.
  • Optimized the upgrade feature.

v2.0.8

23 Dec 15:22
f355921
Compare
Choose a tag to compare
  • Fixed a reported bug for the Maven resolver. (Reported here)
  • Modified fast.bat to work with relative fast.jar.

v2.0.7

18 Dec 15:41
2c37393
Compare
Choose a tag to compare
  • The exception catcher will print the line number of the source.
  • A few debug prints have been changed.
  • Optimized the Maven resolver.

v2.0.6

17 Dec 17:24
08b0108
Compare
Choose a tag to compare
  • Added fast upgrade command to update FAST to latest version.
  • Added fast sync build command to run sync and build commands simultaneously.
  • The Java compiler will generate debugging information if -d is passed.
  • Fixed some dependency resolution bugs.
  • Added missing argument to default prompt.

v2.0.5

14 Dec 07:09
3bf104f
Compare
Choose a tag to compare
  • The ProGuard library has been updated to version 7.6.1.
  • FAST will prioritize the androidMinSdk value specified in fast.yml or @DesignerComponent or AndroidManifest.xml, applying the higher value during the build process.
  • A few minor bugs have been fixed.

v2.0.4

12 Dec 16:17
482cfbd
Compare
Choose a tag to compare
  • R8 Shriker has been optimized.
  • Changed some comments in fast.yml.
  • Fixed some minor bugs.
  • Migrators have been updated for compatibility with version 2.0.4 and later.