- supports dartemis 0.4.0
- can handle named and optional parameters
- fixed error in code example in README.md
- updated analyzer dependency to ^5.2.0
- BREAKING CHANGE: generated code now creates a
processEntity
method with the components as parameters; it's no longer required to use the mappers
- updated analyzer dependency from ^4.0.0 to ^5.0.0
- supports super parameters (requires SDK >= 2.17)
- updated analyzer dependency from ^2.7.0 to ^4.0.0
- supports NNBD
- creates OptionalMapper for oneOf-Mappers
- updated upper bound of analyzer dependency
- correct handling of managers/systems with type parameter
- updated upper bound of analyzer dependency
- increased lower bound for Dart SDK from 2.0.0 to 2.3.0
- more aggressive analysis_options.yaml, fixed hints
- reduced lower bound of analyzer dependency to work with angular 6.0.0-alpha
- Initial version