Skip to content

Fixes; allow built_collection 4; ignore unnecessary_const/new

Compare
Choose a tag to compare
@davidmorgan davidmorgan released this 22 Aug 15:24
· 507 commits to master since this release
948102f
  • Improve generation for operator==, don't use dynamic.
  • Improve error message and documentation for missing builder factory.
  • Allow built_collection 4.0.0.
  • Fix code generation stack overflow when there is a loop in serializable types.
  • Fix library name output in generation error messages.
  • Add ignores for lints 'unnecessary_const' and 'unnecessary_new' to generated code.