Skip to content

Releases: dart-lang/build

package:build_test v3.5.10

05 Mar 08:33
a568488

Choose a tag to compare

  • Use build_runner 2.12.2.

package:build_runner v2.12.2

05 Mar 08:33
a568488

Choose a tag to compare

  • Bug fix: don't crash if applies_builders in build.yaml mentions an
    unknown builder.

package:build_modules v5.1.8

05 Mar 17:08
e8b5f26

Choose a tag to compare

  • Generate synthetic package_config.json in the root of its synthetic test directory. Fixes sources in web/ and related directories not obeying version constraints.

package:build_web_compilers v4.4.15

04 Mar 22:49
c167ab3

Choose a tag to compare

  • Normalize URIs in DDC's bootstrapper on Windows to always use forward slashes when running with the DDC Library Bundle module system.

package:build_test v3.5.9

04 Mar 09:20
402553f

Choose a tag to compare

  • Use build_runner 2.12.1.

package:build_runner v2.12.1

04 Mar 09:19
402553f

Choose a tag to compare

  • Require build_config 1.3.0.

package:build_test v3.5.8

03 Mar 10:35
fefca8b

Choose a tag to compare

  • Use build_runner 2.12.0

package:build_runner v2.12.0

03 Mar 10:36
fefca8b

Choose a tag to compare

  • Add support for globs in the package list of workspace pubspec.yaml,
    matching the new feature in Dart SDK 3.11.
  • Support the build_to key added to post_process_builders in
    build_config 1.3.0. Post process builders can use this to output files
    to the source tree.
  • Bug fix: prevent logging crash when using build_test in a builder.

package:build_web_compilers v4.4.14

02 Mar 19:15
dbfd35c

Choose a tag to compare

  • Update DDC Library Bundle to use path-resolvable module names for sourcemap IDs.

package:build_web_compilers v4.4.13

25 Feb 21:58
f712151

Choose a tag to compare

  • Update sourcemap paths for DDC Library Bundle sources.
  • Update bootstrapper for DDC Library Bundle apps to auto-run main.
  • Fix generated entrypoint loader to work in Web Worker contexts by guarding DOM APIs and using importScripts as a fallback.
  • Support reading force_js parameter from the script's own URL in addition to the page's query string.