- Deleted. Equivalent functionality is now available from built_value.
- Regenerate .g.dart files for built_value 0.1.6.
- Allow quiver 0.23.
- Upgrade analyzer, build and source_gen dependencies.
- API now stable.
- Refactor generator to split into logical classes.
- Fix "watch mode": check for duplicate identifiers per library.
- Improve error output on failure to generate.
- Add values and valueOf to generated mixin for use in Angular templates.
- Make duplicate generated name detection more robust.
- Check value and valueOf using analyzed nodes instead of raw source. Makes generation robust to newlines in these declarations.
- Add mixin generation for use with Angular templates.
- Upgrade to source_gen 0.5.0.
- Breaking change; see example for required changes to build.dart.
- Check for missing import statement.
- Fix constraints for source_gen.
- Fix generation across multiple files, allow reuse of generated identifiers.
- Fail on dynamic fields.
- Export BuiltSet.
- Allow part statements with double quote.
- Support multiple enums in one file by allowing arbitrary generated identifiers.
- Add accurate dependencies on SDK, analyzer.
- Generator, tests and example.