Skip to content

Releases: rebaz94/macro_kit

Release 0.6.4

Choose a tag to compare

@rebaz94 rebaz94 released this 13 Jan 09:36
  • Add documentation for EmbedMacro

Release 0.6.3

Choose a tag to compare

@rebaz94 rebaz94 released this 13 Jan 08:56
  • Support analyzer 9.0.0

Release 0.6.2

Choose a tag to compare

@rebaz94 rebaz94 released this 12 Jan 23:21
  • Added EmbedMacro to embed asset files directly into Dart code as byte arrays.

Release 0.6.1

Choose a tag to compare

@rebaz94 rebaz94 released this 10 Jan 20:46
  • Added support for applying metadata annotations to individual record fields

Release 0.6.0

Choose a tag to compare

@rebaz94 rebaz94 released this 10 Jan 00:23
  • Added support for applying macros to record definitions
  • Enabled automatic encoding/decoding of record fields in classes when using DataClassMacro
  • Improved generic handling for certain edge cases
  • Renamed MacroProperty.getTypeParameter to MacroProperty.buildTypeParameter
  • Displayed version information in the plugin title

Release 0.5.10

Choose a tag to compare

@rebaz94 rebaz94 released this 06 Jan 11:36
  • Exposed abstract information for getter and setter properties (isGetterPropertyAbstract,
    isSetterPropertyAbstract)

Release 0.5.9

Choose a tag to compare

@rebaz94 rebaz94 released this 05 Jan 14:28
  • Add ignore comment for unused variable in generated code

Release 0.5.8

Choose a tag to compare

@rebaz94 rebaz94 released this 05 Jan 14:05
  • Added CLI commands to restart the macro server and analysis context
  • Improved CLI help and error handling

Release 0.5.7

Choose a tag to compare

@rebaz94 rebaz94 released this 05 Jan 09:41
  • Add ignore comment for generated file

Release 0.5.6

Choose a tag to compare

@rebaz94 rebaz94 released this 04 Jan 23:06
  • Enable automatic context discovery across workspace packages
  • Refactor & Improve API