Releases: dart-lang/build
Releases · dart-lang/build
package:build_resolvers v2.4.0
- Deprecate the unnamed
AnalyzerResolvers
constructor, an replace it with the
AnalyzerResolvers.sharedInstance
getter andAnalyzerResolvers.custom
constructor. These new apis enforce a 1:1 relationship between the
BuildAssetUriResolver
instances andAnalyzerResolvers
instances, which is
necessary to ensure correct builds in the presence of multiple resolvers.
package:build_resolvers v2.3.2
- Skip file delete for SDK summary and deps file. This will only impact behavior for usage in
build_test
where there may be multiple resolvers used concurrently.
package:build_resolvers v2.3.1
- Fix a bug in the transitive digest builder, ensure we check if assets are readable before asking for their digest.
package:build_resolvers v2.3.0
- Improve performance for resolves by adding a builder which serializes transitive digests to disk.
package:build_web_compilers v4.0.5
- Allow version 3.2.x of the Dart SDK.
package:build_modules v5.0.4
- Allow version 3.2.x of the Dart SDK.
package:build_web_compilers v4.0.4
- Allow the latest analyzer (6.x.x).- Add the
canary
option forbuild_web_compilers:ddc
andbuild_web_compilers:sdk_js
builders to enable canary features in DDC. This setting is disabled by default but can be enabled by setting it totrue
globally:yamlglobal_options: build_web_compilers:ddc: options: canary: true build_web_compilers:sdk_js: options: canary: true
package:build_test v2.2.0
- Forward logs from
testBuilder
toprintOnFailure
by default.
package:build_runner v2.4.6
- Allow the latest analyzer (6.x.x).
package:build_resolvers v2.2.1
- Allow the latest analyzer (6.x.x).