Releases: dart-lang/build
Releases · dart-lang/build
package:build_runner v2.6.1
- Use
build3.0.1.
package:build_resolvers v3.0.1
- Use
build3.0.1. - Allow
analyzer8.0.0.
package:build_modules v5.0.16
- Remove unused dep:
build_config. - Allow
analyzer8.0.0.
package:build v3.0.1
- Small improvements to RAM usage.
- Allow
analyzer8.0.0.
package:build_test v3.3.0
- Read build configs using
AssetReaderso they're easier to test: you can now
pass inbuild.yamllike any other asset. - Bug fix: don't crash when a builder logs during a
testBuilderor
resolveSourcecall outside a test. - Remove unused deps:
async,convert. - Remove unused dev_deps:
collection. - Files loaded from disk for
resolveSourcesandtestBuildersthat 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. - Use
build3.0.0. - Use
build_resolvers3.0.0.
package:build_runner_core v9.2.0
- Removed unused dev_deps:
test_process. - Bug fix: fix incremental build after build with import of missing package.
- Testing: read build configs using
AssetReaderso they're easier to test. - Use
build3.0.0. - Use
build_resolvers3.0.0.
package:build_runner v2.6.0
- Remove unused deps:
analyzer,build_resolvers,collection,http,
js,meta,package_config,pool,web,yaml. - Remove unused dev_deps:
http,package_config,web. - Testing: read build configs using
AssetReaderso they're easier to test. - Use
build3.0.0. - Use
build_resolvers3.0.0.
package:build_resolvers v3.0.0
- Remove unused deps:
graphs,logging,stream_transform. - Breaking: use the new
element2APIs 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 v3.0.0
- Removed unused deps:
meta,pool. - Breaking: use the new
element2APIs 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_test v3.3.0-dev.3
- Read build configs using
AssetReaderso they're easier to test: you can now
pass inbuild.yamllike any other asset. - Bug fix: don't crash when a builder logs during a
testBuilderor
resolveSourcecall outside a test. - Remove unused deps:
async,convert. - Remove unused dev_deps:
collection.