- Version bump
- Replaced deprecated dart_console2 with dart_console
- Compatibility with dcli 4.0.0 for bugfixes and compatibility with Dart 3.3.4
- Switch "dcli" to stable version and constraint dependency of "dart_console2" for fixing #26
- bump version of dcli for fixing #23
- now supports select
- Update "dcli"
- Update "dcli" and "intl" dependencies to support Dart 3
- Add cli command for "mergeARB" files
- sort options default to disabled
- gitignore improvements
- documentation reflecting 0.4.0 changes merged
- Changed scripts in favor of a single package:args approach.
- Added executables: entry on pubspec.yaml
- LanguageSelectorDropdown widget added
- ProviderL10n provider added
- languagesNames constant with languages names for English and it's self name.
es_AR
->Spanish
/Castellano argentino
- .gitignore improvements
- ArbClient feature added (+ deps version bump, docs & tests)
- better formatting of README.md + default dartfmt execution
- [BREAKING] Case insensitive flag now is -i (it was -c, check #5)
- Feature add: sortARB() can take a custom sort function and add 3 flags for sorting options in bin script sort (2013612 made the PR)
- Feature add: Add missingMetadata (James from DeFunc Art made the PR)
- Not Null By Default and fix a bug in sortARB that omitted Global Attributes (James from DeFunc Art made a fork fixing it)
- Initial version, created by Stagehand