dvmx 0.0.6 dvmx: ^0.0.6 copied to clipboard
Dart Version Management: A simple CLI to manage Dart SDK versions per project.
0.0.6 #
Improved #
- Change
dvm list
to display a message as a warning instead of an error when the SDKs are not found.
Fixed #
- Sort and display installed Dart SDKs in ascending order.
Added #
- Add
--global
option flag todvm use
.dvm use --global <version>
- When executing
dvm dart
, if the project config are not found, the Dart SDK version from the global config will be used. - Add
--latest
option flag todvm list
.dvm list --latest
- Add
--remote
option flag todvm list
.dvm list --remote
Changed #
- Change the alias of
dvm list
froml
tols
. - Change default channel for
dvm list
to stable. - Remove
dvm releases
command.
0.0.4 #
0.0.3 #
Added #
- Create a command for showing installed Dart SDK versions.
dvm list
- Create a command for uninstalling Dart SDK versions.
dvm uninstall <version>
0.0.2 #
0.0.1 #
- Initial version.