gg_args 2.0.4 gg_args: ^2.0.4 copied to clipboard
Additions and helpers to the args packages needed by various of our projects.
Changelog #
2.0.4 - 2024-04-13 #
Removed #
- dependency pana
2.0.3 - 2024-04-13 #
Added #
- defaultReaction for dir command mocks
Removed #
- dependency to gg_install_gg, remove ./check script
2.0.2 - 2024-04-12 #
Added #
- improved error handling
2.0.1 - 2024-04-11 #
Changed #
- print result only if not null
2.0.0 - 2024-04-11 #
Changed #
- BREAKING CHANGE: Change the way commands are defined
1.1.17 - 2024-04-11 #
Added #
- Generalized mocks
1.1.16 - 2024-04-11 #
Changed #
- finetune class hierarchy
1.1.15 - 2024-04-11 #
Added #
- extend mocked messages
1.1.14 - 2024-04-11 #
Changed #
- MockDirCommand does print the name of the mocked class
1.1.13 - 2024-04-11 #
Added #
- MockDirCommand
1.1.12 - 2024-04-10 #
Removed #
- 'Pipline: Disable cache'
1.1.11 - 2024-04-09 #
Changed #
- Rework changelog
- 'Github Actions Pipeline'
- 'Github Actions Pipeline: Add SDK file containing flutter into .github/workflows to make github installing flutter and not dart SDK'
- Update version
1.1.10 - 2024-01-01 #
- Set exitCode 1 on error
1.1.9 - 2024-01-01 #
- Set back meta to version 1.11.0
1.1.8 - 2024-01-01 #
- Update GgConsoleColors
1.1.7 - 2024-01-01 #
- Use GgLog
1.1.5 - 2024-01-01 #
- Add mandatory
exec(directory, ggLog)
method
1.1.4 - 2024-01-01 #
- Add
GgLog
1.1.3 - 2024-01-01 #
- Rework DirCommand
1.1.2 - 2024-01-01 #
- Allow to set inputDir after initialization
1.1.1 - 2024-01-01 #
DirCommand
: Input directory can also be specified via constructor.
1.0.8 - 2024-01-01 #
- Add
additionalSubCommands
to arguments ofmissingSubCommands
1.0.7 - 2024-01-01 #
- Rename
inputDir
intoinputDirRelative
- Rename
inputDirAbsolute
intoinputDir
1.0.6 - 2024-01-01 #
- Turn
inputDir
intoDirectory
- Add
inputDirAbsolute
1.0.5 - 2024-01-01 #
- Add
missingSubCommand()
1.0.4 - 2024-01-01 #
- Initial version.