Releases: jewelshkjony/fast-cli
Releases · jewelshkjony/fast-cli
v2.3.1
v2.3.0
- 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
- Jetifier is now accepts remote dependencies to process.
- Jetifier is now accepts AAR dependencies to process.
- Added
-f
argument tofast 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
- Added
kotlin_version
attribute in thefast.yml
. - kotlin-compiler version can be changed from
fast.yml
dynamically. - Added support for single line commands for
fast create
.
v2.0.9
- Added select update type feature to
upgrade
command. - Optimized the
upgrade
feature.
v2.0.8
- Fixed a reported bug for the Maven resolver. (Reported here)
- Modified
fast.bat
to work with relativefast.jar
.
v2.0.7
- 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
- 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
- The ProGuard library has been updated to version 7.6.1.
- FAST will prioritize the
androidMinSdk
value specified infast.yml
or@DesignerComponent
orAndroidManifest.xml
, applying the higher value during the build process. - A few minor bugs have been fixed.
v2.0.4
- 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.