Releases: dart-lang/build
Releases · dart-lang/build
package:build_modules v5.1.2
- Make compatible with
dart run build_runner build --force-aot.
package:build_test v3.5.3
- Use
build_runner2.10.3.
package:build_runner v2.10.3
- 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 buildin 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.
package:build_test v3.5.2
- Use
build_runner2.10.2.
package:build_runner v2.10.2
- Bug fix: fix issue with webdev failing due to a modification during a build.
- In "serve" and "watch" modes, retry failed compiles instead of exiting.
package:build_web_compilers v4.4.2
- Fixes DDC + FES not reading the entrypoint when serving a prebuilt app.
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.