Skip to content

Latest commit

 

History

History
126 lines (69 loc) · 1.75 KB

File metadata and controls

126 lines (69 loc) · 1.75 KB

0.11.0

  • Support running in build_runner aot mode.

0.10.0

  • Require analyzer 8.1.0 and allow analyzer 9.0.0.
  • Require build 4.0.0.
  • Require source_gen 4.0.0.

0.9.0

  • Bump sdk constraint to ^3.6.0
  • Require analyzer 7.0.0.
  • Require sourge_gen 2.0.0.

0.8.3

  • Fix relative imports on Windows

0.8.2

  • Require analyzer 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