- Initial Release
- Fix documentation
- Fix template's file path
- Fix template by handling a String instead of file
- Fix error on CSV not well formed
- Fix error when using Dart reserved keywords
- Handle possibility to have multiple languages for one country
- Add lot of configurations in pubspec.yaml :
- Ability to define generated filename and classname
- Ability to use other delimiter than ","
- Ability to have other columns between keys and values (one for description for example)
- No need for BuildContext
- Ability to use double or simple quotes on generated file
- Additionally :
- All generated parameters are now @required
- Added currentLocale to generated file
- Better Readme.md
- Add setting to handle "no break" spaces by replacing them by normal spaces
- Make sure that snake_case countries like
de_CH
are written in camelCase in generated file
- Fix issue on Locale written in camelCase