Skip to content

Latest commit

 

History

History
106 lines (57 loc) · 1.44 KB

CHANGELOG.md

File metadata and controls

106 lines (57 loc) · 1.44 KB

0.8.2

  • Update analyzer version to ^6.0.0

0.8.1

  • Update readme

0.8.0

  • Update analyzer version to ^5.2.0

0.7.1

  • Fixed removing deprecated analyzer members

0.7.0

  • Update analyzer version to >=4.6.0 <6.0.0

0.6.0

  • Update analyzer version to >=4.2.0 <5.0.0
  • Update sdk constraint to >=2.17.0 <3.0.0

0.5.0

  • Updated analyzer version to >3.0.0
  • Fixed issue with enum constants

0.4.0

  • Added discoveryMode option to the CodeGen annotation

0.3.7

  • Change how targets are defined to resolve conflicts with other code-gen packages like source_gen

0.3.6

  • Added dynamic generation targets

0.3.5

  • Added support for function annotations
  • Fix handling of generation targets

0.3.4

  • Added support for generation targets

0.3.3

  • Added support for enum annotations

0.3.2

  • Update variable naming

0.3.1

  • Fix missing annotation imports
  • Add resolved annotations example

0.3.0

  • Use library annotation instead of file extension to indicate targets
  • Improve examples and documentation

0.2.1

  • Extended type builders

0.2.0

  • Updated license

0.1.6

  • Improved documentation
  • Added support for generic type arguments

0.1.5

  • Added support for resolved annotations and values

0.1.4

  • Added support for annotation parameters

0.1.3

  • Added support for annotations

0.1.2

  • Added support for methods

0.1.1

  • Added data_class example
  • Added code docs

0.1.0

  • Initial development release