Releases: dart-lang/build
Releases · dart-lang/build
package:build_test v3.3.0
- Read build configs using
AssetReader
so they're easier to test: you can now
pass inbuild.yaml
like any other asset. - Bug fix: don't crash when a builder logs during a
testBuilder
or
resolveSource
call outside a test. - Remove unused deps:
async
,convert
. - Remove unused dev_deps:
collection
. - 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. - Use
build
3.0.0. - Use
build_resolvers
3.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
AssetReader
so they're easier to test. - Use
build
3.0.0. - Use
build_resolvers
3.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
AssetReader
so they're easier to test. - Use
build
3.0.0. - Use
build_resolvers
3.0.0.
package:build_resolvers v3.0.0
- Remove unused deps:
graphs
,logging
,stream_transform
. - 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 v3.0.0
- Removed unused deps:
meta
,pool
. - 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_test v3.3.0-dev.3
- Read build configs using
AssetReader
so they're easier to test: you can now
pass inbuild.yaml
like any other asset. - Bug fix: don't crash when a builder logs during a
testBuilder
or
resolveSource
call outside a test. - Remove unused deps:
async
,convert
. - Remove unused dev_deps:
collection
.
package:build_runner_core v9.2.0-dev.2
- Removed unused dev_deps:
test_process
. - Bug fix: fix incremental build after build with import of missing package.
- Testing: read build configs using
AssetReader
so they're easier to test.
package:build_runner v2.6.0-dev.2
- 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
AssetReader
so they're easier to test.
package:build_resolvers v3.0.0-dev.2
- Remove unused deps:
graphs
,logging
,stream_transform
.
package:build v3.0.0-dev.2
- Removed unused deps:
meta
,pool
.