Skip to content

Releases: dart-lang/build

package:build_web_compilers v4.0.5

27 Jul 20:15
e4d328f

Choose a tag to compare

  • Allow version 3.2.x of the Dart SDK.

package:build_modules v5.0.4

27 Jul 20:14
e4d328f

Choose a tag to compare

  • Allow version 3.2.x of the Dart SDK.

package:build_web_compilers v4.0.4

29 Jun 16:46
39c2725

Choose a tag to compare

  • Allow the latest analyzer (6.x.x).- Add the canary option for build_web_compilers:ddc and build_web_compilers:sdk_jsbuilders to enable canary features in DDC. This setting is disabled by default but can be enabled by setting it to true globally:yamlglobal_options: build_web_compilers:ddc: options: canary: true build_web_compilers:sdk_js: options: canary: true

package:build_test v2.2.0

29 Jun 16:46
39c2725

Choose a tag to compare

  • Forward logs from testBuilder to printOnFailure by default.

package:build_runner v2.4.6

29 Jun 16:46
39c2725

Choose a tag to compare

  • Allow the latest analyzer (6.x.x).

package:build_resolvers v2.2.1

29 Jun 16:46
39c2725

Choose a tag to compare

  • Allow the latest analyzer (6.x.x).

package:build_modules v5.0.3

29 Jun 16:46
39c2725

Choose a tag to compare

  • Allow the latest analyzer (6.x.x).

package:build v2.4.1

29 Jun 16:46
39c2725

Choose a tag to compare

  • Allow the latest analyzer (6.x.x).

package:build_runner v2.4.5

06 Jun 19:08
ac65c07

Choose a tag to compare

  • Fix a bug handling a builder which has a required_input that matches it's
    own output.

package:build_runner_core v7.2.10

05 Jun 20:54
2030554

Choose a tag to compare

  • Fix build script invalidation check for custom build scripts from other
    packages.