File tree 3 files changed +8
-7
lines changed
3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ environment:
6
6
sdk : ^3.6.0
7
7
8
8
dependencies :
9
- analyzer : ' >=5.2 .0 <7 .0.0'
9
+ analyzer : ' >=6.9 .0 <8 .0.0'
10
10
build : ^2.0.0
11
11
source_gen : any
12
12
Original file line number Diff line number Diff line change 1
- ## 2.0.0-wip
1
+ ## 2.0.0
2
2
3
3
- ** Breaking Change** : Change ` formatOutput ` function to accept a language
4
4
version parameter.
8
8
- Document deduplication behavior for the output of
9
9
` GeneratorForAnnotation.generateForAnnotatedElement ` .
10
10
- Support all the glob quotes.
11
- - Require ` analyzer: ^ 6.9.0 `
12
- - Require Dart 3.6.0
11
+ - Require ` analyzer: '>= 6.9.0 <8.0.0' `
12
+ - Support the latest ` package:dart_style `
13
13
- ` LibraryBuilder ` , ` PartBuilder ` , and ` SharedPartBuilder ` now take an optional
14
14
` writeDescriptions ` boolean. When set to ` false ` , headers and generator
15
15
descriptions for the files will not be included in the builder output.
16
16
- Include ` //dart format width=80 ` comments in files generated by a
17
17
` LibraryBuilder ` or ` PartBuilder ` and formatted with the default callback.
18
+ - Require Dart 3.6.0
18
19
19
20
## 1.5.0
20
21
Original file line number Diff line number Diff line change 1
1
name : source_gen
2
- version : 2.0.0-wip
2
+ version : 2.0.0
3
3
description : >-
4
4
Source code generation builders and utilities for the Dart build system
5
5
repository : https://github.com/dart-lang/source_gen/tree/master/source_gen
@@ -9,10 +9,10 @@ environment:
9
9
sdk : ^3.6.0
10
10
11
11
dependencies :
12
- analyzer : ^ 6.9.0
12
+ analyzer : ' >= 6.9.0 <8.0.0 '
13
13
async : ^2.5.0
14
14
build : ^2.1.0
15
- dart_style : ^ 2.3.7
15
+ dart_style : ' >= 2.3.7 <4.0.0 '
16
16
glob : ^2.0.0
17
17
path : ^1.8.0
18
18
pub_semver : ^2.1.4
You can’t perform that action at this time.
0 commit comments