dart_dependency_checker_cli 1.0.3
dart_dependency_checker_cli: ^1.0.3 copied to clipboard
A command-line utility for checking and fixing dependencies within Dart/Flutter packages.
1.0.3 #
- Bump
ddc
to1.0.4
. - Update test infra and docs.
1.0.2 #
- Update documentation and examples.
1.0.1 #
- Lower
ddc
version constraint.
1.0.0 #
- Add
deps-sort
withds
as shorthand command.
0.5.2 #
- Bump
ddc
to0.4.5
.- Performance improvements on file write operations.
- Fix stacktrace output when command not provided.
0.5.1 #
- The
deps-add
command does a little new lines cleanup.
0.5.0 #
- Add
deps-add
withda
as shorthand command. - Breaking change: Change main interface to more generic
Performer
signature.
0.4.2 #
- Bump
dart_dependency_checker
to^0.3.2
:- Guarantees valid yaml output after
deps-unused --fix
run.
- Guarantees valid yaml output after
0.4.0 #
- Add
deps-used
withdu
as shorthand command. - Require Dart
^3.6.0
.
0.3.1 #
- Update dependencies and internals.
0.3.0 #
- Require Dart
^3.5.0
.
0.2.1 #
- Adding shorthand command
dun
,tu
and option--mi
and--di
aliases. - Update docs, dependencies and internals.
- Require Dart
^3.4.0
.
0.2.0 #
- Add
--json
output flag.
0.1.8 #
- Raise DDC version to
^0.1.5
for real.
0.1.7 #
- Raise DDC version to
^0.1.5
. - Add
transitive-use
command.
0.1.6 #
- Raise DDC version to
^0.1.4
. - Require Dart
^3.3.0
.
0.1.5 #
- Add
--version
flag.
0.1.4 #
- Remove library directive and update example styling.
0.1.3 #
- Split of dart_dependency_checker lib and cli.
0.1.2 #
- Initial version.