- support for custom types and custom imports
- added docs for region support
- new 'prenullsafe' flag, which generate 'pre null safe' Dart code ('String' instead of 'String?')
- new nothrow flag
- Nullsafe README
- Nullsafe release
- Update dependencies
- migration to null safety
- polishing, fine-tuning, release
- possibility to customize generator behaviour with flags
- map operator is now generated only for objects with 'map' flag
- even more pedantic friendly - resolved all warnings
- pedantic friendly - both project source files and generated messages
- more benevolent dependencies (for web use angular: 5.3.1)
- Upgrade to Dart 2.5.1 and build_runner 1.7.1
- added possibility to access messages with string keys, not only Dart identifiers (i.e.
m['generic.ok']
) - output is formatted with Dartfmt
- Seems good, let's move up
- More README
- Initial version, created by Stagehand
- Just getting started.