Skip to content

Releases: dart-lang/build

package:build_web_compilers v4.4.5

04 Dec 17:40
9b94a5a

Choose a tag to compare

  • Updating DDC's bootstrapper to be consistent with the rest of the ecosystem.

package:build_modules v5.1.4

24 Nov 08:25
a0ef68a

Choose a tag to compare

  • Fix module_builder reading DDC modules for non-primary dart libraries.
  • Allow Dart SDK 3.11.x and 3.12 prerelease.

package:build_web_compilers v4.4.3

21 Nov 09:51
8b84be9

Choose a tag to compare

  • Allow analyzer 9.0.0.

package:build_test v3.5.4

19 Nov 09:22
75ace2f

Choose a tag to compare

  • Use build_runner 2.10.4.

package:build_runner v2.10.4

19 Nov 09:22
75ace2f

Choose a tag to compare

  • Allow analyzer 9.0.0.

package:build_modules v5.1.3

19 Nov 09:22
75ace2f

Choose a tag to compare

  • Allow analyzer 9.0.0.

package:build v4.0.3

19 Nov 09:22
75ace2f

Choose a tag to compare

  • Allow analyzer 9.0.0.

package:build_modules v5.1.2

18 Nov 08:17
58fc033

Choose a tag to compare

  • Make compatible with dart run build_runner build --force-aot.

package:build_test v3.5.3

14 Nov 10:12
e4091bc

Choose a tag to compare

  • Use build_runner 2.10.3.

package:build_runner v2.10.3

14 Nov 10:12
e4091bc

Choose a tag to compare

  • Performance: improve scalability with the number of library cycles, making
    builds much faster for some large codebases.
  • Bug fix: fix crash when you run dart run build_runner build in a
    subdirectory of a package.
  • Bug fix: in a workspace, generate for transitive dependencies of the current
    package instead of for all packages in the workspace.