Releases: dart-lang/build
Releases · dart-lang/build
package:build_test v3.5.10
- Use
build_runner2.12.2.
package:build_runner v2.12.2
- Bug fix: don't crash if
applies_buildersinbuild.yamlmentions an
unknown builder.
package:build_modules v5.1.8
- Generate synthetic
package_config.jsonin the root of its synthetic test directory. Fixes sources inweb/and related directories not obeying version constraints.
package:build_web_compilers v4.4.15
- 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
- Use
build_runner2.12.1.
package:build_runner v2.12.1
- Require
build_config1.3.0.
package:build_test v3.5.8
- Use
build_runner2.12.0
package:build_runner v2.12.0
- Add support for globs in the package list of workspace
pubspec.yaml,
matching the new feature in Dart SDK3.11. - Support the
build_tokey added topost_process_buildersin
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_testin a builder.
package:build_web_compilers v4.4.14
- Update DDC Library Bundle to use path-resolvable module names for sourcemap IDs.
package:build_web_compilers v4.4.13
- 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
importScriptsas a fallback. - Support reading
force_jsparameter from the script's own URL in addition to the page's query string.