Skip to content

Latest commit

 

History

History
68 lines (37 loc) · 1.1 KB

CHANGELOG.md

File metadata and controls

68 lines (37 loc) · 1.1 KB

3.0.0-alpha.1

  • support for custom types and custom imports
  • added docs for region support

2.1.0

  • new 'prenullsafe' flag, which generate 'pre null safe' Dart code ('String' instead of 'String?')

2.0.2

  • new nothrow flag

2.0.1

  • Nullsafe README

2.0.0

  • Nullsafe release

2.0.0-nullsafety.2

  • Update dependencies

2.0.0-nullsafety.1

  • migration to null safety

1.1.0

  • polishing, fine-tuning, release

1.0.0

  • possibility to customize generator behaviour with flags
  • map operator is now generated only for objects with 'map' flag

0.5.0

  • even more pedantic friendly - resolved all warnings

0.4.0

  • pedantic friendly - both project source files and generated messages

0.3.0

  • more benevolent dependencies (for web use angular: 5.3.1)

0.2.0

  • 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

0.1.0

  • Seems good, let's move up

0.0.2

  • More README

0.0.1

  • Initial version, created by Stagehand
  • Just getting started.