Skip to content

Releases: dart-lang/source_gen

package:source_gen v4.2.2

20 Mar 18:23
a324c88

Choose a tag to compare

  • Require analyzer: '>=8.1.1 <13.0.0'

package:source_gen v4.2.1

13 Mar 18:17
982f780

Choose a tag to compare

  • Fix UnresolvedAnnotationException to include the name of the annotation in
    the message.
  • Require build: '>=3.0.2 <5.0.0'
  • Require dart_style: ^3.1.2
  • Require sdk: ^3.9.0

package:source_gen v4.2.0

20 Jan 08:11
739fe33

Choose a tag to compare

  • Add header configuration to CombiningBuilder.

package:source_gen v4.1.2

13 Jan 18:21
e1fbddb

Choose a tag to compare

  • Allow analyzer: '>=8.1.1 <11.0.0'.

package:source_gen v4.1.1

19 Nov 15:52
3c0fca3

Choose a tag to compare

  • Allow analyzer: '>=8.1.1 <10.0.0'.

package:source_gen v4.1.0

18 Nov 17:13
f813cea

Choose a tag to compare

  • Add TypeChecker.typeNamedLiterally. It's like TypeChecker.typeNamed,
    but takes a String instead of a Type.

package:source_gen v4.0.2

09 Oct 16:06
1fc3fb7

Choose a tag to compare

  • Bug fix: fix possible null pointer exception in TypeChecker.typeNamed on
    invalid code.

package:source_gen v4.0.1

04 Sep 06:57
3b319fb

Choose a tag to compare

  • Require analyzer: '>=8.1.1 <9.0.0'.
  • Allow build: '>=3.0.0 <5.0.0'.

package:source_gen v4.0.0

27 Aug 16:38
2af6081

Choose a tag to compare

  • Breaking Change: remove TypeChecker.fromRuntime, use
    TypeChecker.typeNamed instead. This removes all use of dart:mirror, so
    builders using source_gen can be AOT compiled for better performance.
  • Keep // GENERATED FILE comments on the first line.

package:source_gen v3.0.0

17 Jul 17:14
4c0d088

Choose a tag to compare