- 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)
- NNBD and fix bug in sortARB that omitted Global Attributes (James from DeFunc Art made a fork fixing it)
- Initial version, created by Stagehand