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
22
33- Improvements to dartdoc.
44
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ final _default = Logger('build.fallback');
2121///
2222/// At [Level.WARNING] but below [Level.SEVERE] is called a "warning".
2323///
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
2525/// the build completed with warnings.
2626///
2727/// At or above [Level.SEVERE] is an "error".
Original file line number Diff line number Diff line change 11name : build
2- version : 4.0.1-wip
2+ version : 4.0.1
33description : A package for authoring build_runner compatible code generators.
44repository : https://github.com/dart-lang/build/tree/master/build
55resolution : workspace
Original file line number Diff line number Diff line change 1- ## 2.8.1-wip
1+ ## 2.9.0
22
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.
55- Remove log output about ` build_runner ` internals.
66- Print the port that gets picked if you pass 0 for a port number, for example
77 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 ` .
910- Bug fix: require ` args ` 2.5.0.
1011
1112## 2.8.0
Original file line number Diff line number Diff line change 11name : build_runner
2- version : 2.8.1-wip
2+ version : 2.9.0
33description : A build system for Dart code generation and modular compilation.
44repository : https://github.com/dart-lang/build/tree/master/build_runner
55resolution : workspace
Original file line number Diff line number Diff line change 1- ## 3.4.1-wip
1+ ## 3.4.1
22
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.
55
66## 3.4.0
77
Original file line number Diff line number Diff line change 11name : build_test
22description : Utilities for writing unit tests of Builders.
3- version : 3.4.1-wip
3+ version : 3.4.1
44repository : https://github.com/dart-lang/build/tree/master/build_test
55resolution : workspace
66
77environment :
88 sdk : ^3.7.0
99
1010dependencies :
11- build : ' 4.0.1-wip '
11+ build : ' 4.0.1'
1212 build_config : ^1.0.0
13- build_runner : ' 2.8.1-wip '
13+ build_runner : ' 2.9.0 '
1414 built_collection : ^5.1.1
1515 crypto : ^3.0.0
1616 glob : ^2.0.0
You can’t perform that action at this time.
0 commit comments