- Support running in build_runner aot mode.
- Require
analyzer8.1.0 and allow analyzer 9.0.0. - Require
build4.0.0. - Require
source_gen4.0.0.
- Bump sdk constraint to
^3.6.0 - Require
analyzer7.0.0. - Require
sourge_gen2.0.0.
- Fix relative imports on Windows
- Require
analyzer6.0.0.
- Update readme.
- Update analyzer version to
^5.2.0
- Fixed removing deprecated analyzer members
- Update analyzer version to
>=4.6.0 <6.0.0
- Update analyzer version to
>=4.2.0 <5.0.0 - Update sdk constraint to
>=2.17.0 <3.0.0
- Updated analyzer version to >3.0.0
- Fixed issue with enum constants
- Added discoveryMode option to the CodeGen annotation
- Change how targets are defined to resolve conflicts with other code-gen packages like source_gen
- Added dynamic generation targets
- Added support for function annotations
- Fix handling of generation targets
- Added support for generation targets
- Added support for enum annotations
- Update variable naming
- Fix missing annotation imports
- Add resolved annotations example
- Use library annotation instead of file extension to indicate targets
- Improve examples and documentation
- Extended type builders
- Updated license
- Improved documentation
- Added support for generic type arguments
- Added support for resolved annotations and values
- Added support for annotation parameters
- Added support for annotations
- Added support for methods
- Added data_class example
- Added code docs
- Initial development release