Releases: dart-lang/build
Releases · dart-lang/build
package:build_daemon v4.1.1
- Bug fix: daemon process shuts down on internal error.
package:build_web_compilers v4.4.1
- Read
multiRootSchemefrombuild_modules.
package:build_modules v5.1.1
- Fix re-add
multiRootSchemeto build_modules exports.
package:scratch_space v1.2.0
- Adding
changedFilesInBuild, which contains all modified files encountered since the lastensureAssetscall, anddispose.
package:build_web_compilers v4.4.0
- Add DDC + Frontend Server compilation support to existing builders.
- Add new builders:
DdcFrontendServerBuilderandWebEntrypointMarkerBuilder.
package:build_modules v5.1.0
- 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
- Fix Dart2JS adding extraneous sourcemaps to its archive when both wasm and js are enabled.
package:build_web_compilers v4.3.1
- Bug fix: resolve Dart2JS sourcemaps not being written when both wasm and js are enabled.
package:build_test v3.5.1
- Use
build_runner2.10.1.
package:build_runner v2.10.1
- Performance: improve
findAssetsscalability, 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 usesource_genshared parts, for
examplebuilt_valueandjson_serializable. - Bug fix: look up triggers in the
triggerssection ofbuild.yamlusing 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/aoton Windows with JIT.