File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1- ## 3.0.0-wip
1+ ## 3.0.0
22
3+ - ** Breaking Change** : use the new ` element2 ` APIs in ` analyzer ` . Builders that
4+ do resolution need to switch to the new API, see
5+ https://github.com/dart-lang/sdk/blob/main/pkg/analyzer/doc/element_model_migration_guide.md .
6+ For questions please use https://github.com/dart-lang/build/discussions .
7+ - Require ` build: ^3.0.0 `
8+ - Updated the minimum package versions for a number of dependencies.
9+ - Require Dart 3.7.0
310- Update the GeneratorForAnnotation optimization to skip files with well known
411 annotation names such as ` override ` , ` Deprecated ` , and ` pragma ` .
512
Original file line number Diff line number Diff line change 11name : source_gen
2- version : 3.0.0-wip
2+ version : 3.0.0
33description : >-
44 Source code generation builders and utilities for the Dart build system
55repository : https://github.com/dart-lang/source_gen/tree/master/source_gen
@@ -11,7 +11,7 @@ environment:
1111dependencies :
1212 analyzer : ^7.4.0
1313 async : ^2.10.0
14- build : ^3.0.0-dev
14+ build : ^3.0.0
1515 dart_style : ^3.0.0
1616 glob : ^2.0.0
1717 path : ^1.9.0
@@ -22,7 +22,7 @@ dependencies:
2222dev_dependencies :
2323 _test_annotations :
2424 path : ../_test_annotations
25- build_test : ^3.3.0-dev
25+ build_test : ^3.3.0
2626 dart_flutter_team_lints : ^3.1.0
2727 logging : ^1.2.0
2828 term_glyph : ^1.2.0
You can’t perform that action at this time.
0 commit comments