Releases: dart-lang/build
Releases · dart-lang/build
package:build_test v3.3.0-dev.2
- Files loaded from disk for
resolveSources
andtestBuilders
that are in
the same package as explicitly-passed test inputs are now loaded if they
match the default globs, such aslib/**
, instead of ignored. This more
closely matches version 2 behavior.
package:build_test v3.2.1
- Files loaded from disk for
resolveSources
andtestBuilders
that are in
the same package as explicitly-passed test inputs are now loaded if they
match the default globs, such aslib/**
, instead of ignored. This more
closely matches version 2 behavior.
package:scratch_space v1.1.0
- Bump the min sdk to 3.7.0.
- Use
build_test
3.0.0. - Allow
build
3.0.0.
package:build_web_compilers v4.2.0
- Allow
build
3.0.0.
package:build_test v3.3.0-dev.1
- Use
build
3.0.0-dev.1. - Use
build_resolvers
3.0.0-dev.1.
package:build_test v3.2.0
- Fixes when passing a
readerWriter
totestBuilders
: don't count initial
assets as outputs; do set up packages for initial assets; only apply builders
to packages mentioned insourceAssets
. - Add
readAllSourcesFromFilesystem
parameter toresolveSources
. Set it to
true
to make the method behave as it did inbuild_test
2.2.0. - Fix to
resolveSources
error handling.
package:build_runner_core v9.2.0-dev.1
- Use
build
3.0.0-dev.1. - Use
build_resolvers
3.0.0-dev.1.
package:build_runner v2.6.0-dev.1
- Use
build
3.0.0-dev. - Use
build_resolvers
3.0.0-dev.
package:build_resolvers v3.0.0-dev.1
- Breaking: use the new
element2
APIs inanalyzer
. Builders that do
resolution need to switch to the new API, see
https://github.com/dart-lang/sdk/blob/main/pkg/analyzer/doc/element_model_migration_guide.md.
For questions please use https://github.com/dart-lang/build/discussions.
package:build_modules v5.0.15
- Allow
build
3.0.0.