shakesco_scripts 0.1.0
shakesco_scripts: ^0.1.0 copied to clipboard
A Library of command line helpers to make coding at shakesco a breeze.
0.0.1 #
- Initial Release
- Add Util Classes and Functions
- Add Localization Command
0.0.2 #
- Add Github Actions for Automatic Publishing
- Fix Delay when localizing to other languages (Show progress increment)
0.0.3 #
- Update Github Actions for Automatic Publishing to specific tag
- Fix error in progress bar (percentages were leaving some text behind)
- Add coloration to progress bar
0.0.4 #
- Add Input capabilities to ShakescoCommand
- Add l10n.yaml generation capabilities
- Extract l10n capabilities to a helper class
- Small fix for github actions
0.0.5 #
- Add Clearing capabilities to our commands to enable clearing of generated code
- Add more options to our generated l10n.yaml file
- Change our auto deploy action on GitHub
0.0.6 #
- Fix: GitHub Actions not able to access token
- Extract our lints into a reusable file
- Fix: Unable to clean non-empty l10n directory.
0.0.7 #
- After a lot of testing, try see if this GitHub action will work
0.0.8 #
- Change our command's clean function return a future
- Enable our shell to stop output to console by passing verbose false.
- Add testing, analysis, code formatting of our code for QA (also enable in Actions)
- Shakesco Translator was not translating placeholder texts correctly.
- Change our ArgsParser to expose parser.
0.0.9 #
- Change CI to format code using
dart formatinstead offlutter format - Update l10n command to await clean since it was changed to a future in previous release.
- Update l10n command to translate items it may have missed.
0.1.0 #
- Update to Flutter 3.13.7
- Update dependencies to latest versions
- Add support for GQL Code generation from our schema (The schema is generated from the backend repo)