dart_dependency_checker_cli 1.0.4
dart_dependency_checker_cli: ^1.0.4 copied to clipboard
A command-line utility for checking and fixing dependencies within Dart/Flutter packages.
1.0.4 #
- Add
deps-updatewithdupas shorthand command.
1.0.3 #
- Bump
ddcto1.0.4. - Update test infra and docs.
1.0.2 #
- Update documentation and examples.
1.0.1 #
- Lower
ddcversion constraint.
1.0.0 #
- Add
deps-sortwithdsas shorthand command.
0.5.2 #
- Bump
ddcto0.4.5.- Performance improvements on file write operations.
- Fix stacktrace output when command not provided.
0.5.1 #
- The
deps-addcommand does a little new lines cleanup.
0.5.0 #
- Add
deps-addwithdaas shorthand command. - Breaking change: Change main interface to more generic
Performersignature.
0.4.2 #
- Bump
dart_dependency_checkerto^0.3.2:- Guarantees valid yaml output after
deps-unused --fixrun.
- Guarantees valid yaml output after
0.4.0 #
- Add
deps-usedwithduas 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,tuand option--miand--dialiases. - Update docs, dependencies and internals.
- Require Dart
^3.4.0.
0.2.0 #
- Add
--jsonoutput flag.
0.1.8 #
- Raise DDC version to
^0.1.5for real.
0.1.7 #
- Raise DDC version to
^0.1.5. - Add
transitive-usecommand.
0.1.6 #
- Raise DDC version to
^0.1.4. - Require Dart
^3.3.0.
0.1.5 #
- Add
--versionflag.
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.