dartemis_builder 0.4.1
dartemis_builder: ^0.4.1 copied to clipboard
A builder for use with dartemis to generate code that initializes EntitySystems and Managers.
Changelog #
0.4.1 #
Minor Changes #
- updated SDK lower bound from
2.17.0to3.9.0 - updated
analyzerdependency from^6.9.0to>=10.0.0 <13.0.0 - updated
builddependency from^2.0.0to^4.0.0 - updated
source_gendependency from^1.0.0to^4.0.0
0.3.1 #
Minor Changes #
- fixed error in code example in README.md
- updated
analyzerdependency to^5.2.0
0.3.0 #
Enhancements #
- BREAKING CHANGE: generated code now creates a
processEntitymethod with the components as parameters; it's no longer required to use the mappers
0.1.1 #
0.1.0+1 #
Minor Changes #
- increased lower bound for Dart SDK from
2.0.0to2.3.0 - more aggressive
analysis_options.yaml, fixed hints - reduced lower bound of analyzer dependency to work with
angular 6.0.0-alpha
0.1.0 #
- Initial version