Releases: dart-lang/build
Releases · dart-lang/build
package:build_web_compilers v4.4.5
- Updating DDC's bootstrapper to be consistent with the rest of the ecosystem.
package:build_modules v5.1.4
- Fix module_builder reading DDC modules for non-primary dart libraries.
- Allow Dart SDK 3.11.x and 3.12 prerelease.
package:build_web_compilers v4.4.3
- Allow
analyzer9.0.0.
package:build_test v3.5.4
- Use
build_runner2.10.4.
package:build_runner v2.10.4
- Allow
analyzer9.0.0.
package:build_modules v5.1.3
- Allow
analyzer9.0.0.
package:build v4.0.3
- Allow
analyzer9.0.0.
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.