Releases: dart-lang/build
Releases · dart-lang/build
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
canaryoption forbuild_web_compilers:ddcandbuild_web_compilers:sdk_jsbuilders to enable canary features in DDC. This setting is disabled by default but can be enabled by setting it totrueglobally: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
testBuildertoprintOnFailureby 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).
package:build_modules v5.0.3
- Allow the latest analyzer (6.x.x).
package:build v2.4.1
- Allow the latest analyzer (6.x.x).
package:build_runner v2.4.5
- Fix a bug handling a builder which has a
required_inputthat matches it's
own output.
package:build_runner_core v7.2.10
- Fix build script invalidation check for custom build scripts from other
packages.