File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11## 2.0.0
22
3+ - ** DO NOT PUBLISH** : Only land into ` analyzer-element2 ` branch.
4+ When all clients migrate, replace all APIs.
35- ** Breaking Change** : Change ` formatOutput ` function to accept a language
46 version parameter.
57- ** Formatting Change** : Generated code will no longer apply any fixes by
810- Document deduplication behavior for the output of
911 ` GeneratorForAnnotation.generateForAnnotatedElement ` .
1012- Support all the glob quotes.
11- - Require ` analyzer: '>=6.9 .0 <8.0.0' `
13+ - Require ` analyzer: '>=7.2 .0 <8.0.0' `
1214- Support the latest ` package:dart_style `
1315- ` LibraryBuilder ` , ` PartBuilder ` , and ` SharedPartBuilder ` now take an optional
1416 ` writeDescriptions ` boolean. When set to ` false ` , headers and generator
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ environment:
1010 sdk : ^3.6.0
1111
1212dependencies :
13- analyzer : ' >=6.9 .0 <8.0.0'
13+ analyzer : ' >=7.2 .0 <8.0.0'
1414 async : ^2.5.0
1515 build : ^2.1.0
1616 dart_style : ' >=2.3.7 <4.0.0'
You can’t perform that action at this time.
0 commit comments