File tree Expand file tree Collapse file tree 7 files changed +15
-14
lines changed Expand file tree Collapse file tree 7 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 1
- ## 4.0.1-wip
1
+ ## 4.0.1
2
2
3
3
- Improvements to dartdoc.
4
4
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ final _default = Logger('build.fallback');
21
21
///
22
22
/// At [Level.WARNING] but below [Level.SEVERE] is called a "warning".
23
23
///
24
- /// Warnings are aways shown, and the final build status will indicate that
24
+ /// Warnings are always shown, and the final build status will indicate that
25
25
/// the build completed with warnings.
26
26
///
27
27
/// At or above [Level.SEVERE] is an "error".
Original file line number Diff line number Diff line change 1
1
name : build
2
- version : 4.0.1-wip
2
+ version : 4.0.1
3
3
description : A package for authoring build_runner compatible code generators.
4
4
repository : https://github.com/dart-lang/build/tree/master/build
5
5
resolution : workspace
Original file line number Diff line number Diff line change 1
- ## 2.8.1-wip
1
+ ## 2.9.0
2
2
3
- - Rewrite bootstrap code to remove use of ` dart:mirrors ` .
4
- - Watch mode: handle builder code and config changes without exiting.
3
+ - Watch mode: handle builder code and config changes without recompiling or
4
+ exiting.
5
5
- Remove log output about ` build_runner ` internals.
6
6
- Print the port that gets picked if you pass 0 for a port number, for example
7
7
with ` dart run build_runner serve web:0 ` .
8
- - Improved warnings when an option is specified for an unknown builder.
8
+ - Improve warnings when an option is specified for an unknown builder.
9
+ - Rewrite bootstrap code to remove use of ` dart:mirrors ` .
9
10
- Bug fix: require ` args ` 2.5.0.
10
11
11
12
## 2.8.0
Original file line number Diff line number Diff line change 1
1
name : build_runner
2
- version : 2.8.1-wip
2
+ version : 2.9.0
3
3
description : A build system for Dart code generation and modular compilation.
4
4
repository : https://github.com/dart-lang/build/tree/master/build_runner
5
5
resolution : workspace
Original file line number Diff line number Diff line change 1
- ## 3.4.1-wip
1
+ ## 3.4.1
2
2
3
- - Use ` build_runner ` 2.8.1-wip .
4
- - Use ` build ` 4.0.1-wip .
3
+ - Use ` build_runner ` 2.9.0 .
4
+ - Use ` build ` 4.0.1.
5
5
6
6
## 3.4.0
7
7
Original file line number Diff line number Diff line change 1
1
name : build_test
2
2
description : Utilities for writing unit tests of Builders.
3
- version : 3.4.1-wip
3
+ version : 3.4.1
4
4
repository : https://github.com/dart-lang/build/tree/master/build_test
5
5
resolution : workspace
6
6
7
7
environment :
8
8
sdk : ^3.7.0
9
9
10
10
dependencies :
11
- build : ' 4.0.1-wip '
11
+ build : ' 4.0.1'
12
12
build_config : ^1.0.0
13
- build_runner : ' 2.8.1-wip '
13
+ build_runner : ' 2.9.0 '
14
14
built_collection : ^5.1.1
15
15
crypto : ^3.0.0
16
16
glob : ^2.0.0
You can’t perform that action at this time.
0 commit comments