Releases: leoafarias/fvm
Releases · leoafarias/fvm
fvm 3.2.1
- fix:
--fvm-skip-input
flag not applying to context - add:
fvm list
now displays the cache path even if no version is installed
See the full changelog for changes in earlier releases.
fvm 3.2.0
- add: support for skipping input requests by @Rexios80. Input requests are skipped when the
--fvm-skip-input
flag is passed. - add: documentation for command rerouting by @humblerookie
- fix(cosmetics): fvm has one newline too much by @jonasbadstuebner
- fix: unsupported architecture on arm64 by @MrCyjaneK
- add: tags for Docker deployment by @CodeRedDev
- add: Validate if git is installed by @leoafarias
- add: Disable local mirror on exception by @leoafarias
See the full changelog for changes in earlier releases.
fvm 3.1.7
- Display the configured version in the
fvm list
command by @digoreis - Handle progress printer exceptions by @leoafarias
See the full changelog for changes in earlier releases.
fvm 3.1.6
- Improved messages when nested .fvmrc file is found.
- Better error handling for .git directory check.
See the full changelog for changes in earlier releases.
fvm 3.1.5
- Improved mirror creation logging
See the full changelog for changes in earlier releases.
fvm 3.1.4
- Disable git cache on CI environment by @leoafarias
- Add force flag to global command by @Rexios80
- Adds trailing space to version prompt by @pastrefvm/pull/705
See the full changelog for changes in earlier releases.
fvm 3.1.3
- Fixed: Version weight handles custom versions properly by @quyenvsp
- Remove requirement for pubspec at the root for monorepos by @leoafarias
See the full changelog for changes in earlier releases.
fvm 3.1.2
- Fixed:
fvm api context
command not been parsed correctly by @leoafarias
See the full changelog for changes in earlier releases.
fvm 3.1.1
- Fixed: Empty flavors map been added to the project config by @leoafarias
See the full changelog for changes in earlier releases.
fvm 3.1.0
- Initial release of JSON API, allows for better integration of third-party tools and CI/CD workflows.
See the full changelog for changes in earlier releases.