Skip to content

Releases: dart-lang/build

package:build_daemon v4.1.1

10 Nov 20:36
69dbcff

Choose a tag to compare

  • Bug fix: daemon process shuts down on internal error.

package:build_web_compilers v4.4.1

05 Nov 18:55
4e14d92

Choose a tag to compare

  • Read multiRootScheme from build_modules.

package:build_modules v5.1.1

05 Nov 18:55
4e14d92

Choose a tag to compare

  • Fix re-add multiRootScheme to build_modules exports.

package:scratch_space v1.2.0

04 Nov 22:07
32bca25

Choose a tag to compare

  • Adding changedFilesInBuild, which contains all modified files encountered since the last ensureAssets call, and dispose.

package:build_web_compilers v4.4.0

04 Nov 22:07
32bca25

Choose a tag to compare

  • Add DDC + Frontend Server compilation support to existing builders.
  • Add new builders: DdcFrontendServerBuilder and WebEntrypointMarkerBuilder.

package:build_modules v5.1.0

04 Nov 22:07
32bca25

Choose a tag to compare

  • Add drivers and state resources required for DDC + Frontend Server compilation.
  • Add an option to disable strongly connected components for determining module boundaries.

package:build_web_compilers v4.3.2

29 Oct 18:22
f5ea13a

Choose a tag to compare

  • Fix Dart2JS adding extraneous sourcemaps to its archive when both wasm and js are enabled.

package:build_web_compilers v4.3.1

29 Oct 16:11
ae83526

Choose a tag to compare

  • Bug fix: resolve Dart2JS sourcemaps not being written when both wasm and js are enabled.

package:build_test v3.5.1

24 Oct 11:53
3b47ff2

Choose a tag to compare

  • Use build_runner 2.10.1.

package:build_runner v2.10.1

24 Oct 11:54
3b47ff2

Choose a tag to compare

  • Performance: improve findAssets scalability, making it much faster for
    prefix matches in packages with thousands of files or more. One specific use
    case that is now faster is builders that use source_gen shared parts, for
    example built_value and json_serializable.
  • Bug fix: look up triggers in the triggers section of build.yaml using the
    full name. For the case in which the builder name matched the package name,
    the abbreviated name was being used instead.
  • Bug fix: fix incorrect log with build_runner/aot on Windows with JIT.