Releases: dart-lang/build
Releases · dart-lang/build
package:build_web_compilers v4.2.4
- Allow Dart SDK 3.10.x and 3.11 prerelease.
package:build_modules v5.0.18
- Remove unused dev depencency:
build_runner_core. - Allow Dart SDK 3.10.x and 3.11 prerelease.
package:build_test v3.4.0
- Support post process builders in
testBuilders. And, addappliesBuilders
so that builders can apply post process builders. - Add
testBuilderFactories: liketestBuilders, but provide the builder
factories instead of the builders. Use this to allow config read from
build.yamlto be passed in to the factory. TestBuildernow accepts aname: this is the name that will be shown
in logging and can be used to refer to the builder inbuild.yaml.- More realistic test builds: in
resolveSourcesandtestBuilders, stop
builders reading from.dart_tool. - Bug fix: in
testBuilders, configure the root package correctly when it
has no sources. - Use
build_runner_core9.4.0. - Remove unused dep:
build_resolvers. - Remove unused dep:
build_runner_core.
package:build_runner v2.8.0
- Make errors more prominent in log output, highlight in red.
- Remove "deleting declared outputs" warning.
- Bug fix: fix incorrect display of some "usage" messages.
- Move code from
build_resolversintobuild_runner. - Move code from
build_runner_coreintobuild_runner. - Move code from
timingintobuild_runner. - Remove unused deps:
build_resolvers,build_runner_core,timing.
package:scratch_space v1.1.1
- Allow
build4.0.0.
package:build_web_compilers v4.2.3
- Allow
build4.0.0.
package:build_test v3.3.4
- Use
build4.0.0. - Use
build_runner2.7.2.
package:build_test v3.3.3
- Use
build3.1.0. - Use
build_runner2.7.1.
package:build_runner_core v9.3.2
- Use
build4.0.0.
package:build_runner_core v9.3.1
- Move
runBuilderto here frompackage:build. Please note that all of
build_runner_coreis intended to be internal tobuild_runner: the
supported ways to run builders arebuild_runneron the command line and
build_testin tests. If you need ongoing support for a different way to run
builders please get in touch at
https://github.com/dart-lang/build/discussions. - Similarly, move
runPostProcessBuilderto here frompackage:build. - Use
build3.1.0. - Use
build_runner2.7.1. - Remove
overrideGeneratedOutputDirectory,pubBinary.