Releases: dart-lang/build
Releases · dart-lang/build
package:build_web_compilers v4.0.8
- Allow version 3.4.x of the Dart SDK.
package:build_test v2.2.2
- Bump the min sdk to 3.0.0.
- Support the latest version of
package:test_core
.
package:build_resolvers v2.4.2
- Add a builder to clean up transitive digest files from the build output.
package:build_runner v2.4.7
- Fix broken link in README.md.
- Bump the min sdk to 3.0.0.
- Add a warning to the
doctor
command if abuild.yml
file is found (instead
of abuild.yaml
file).
package:build_web_compilers v4.0.7
- Support
dart:js_interop_unsafe
. - Require Dart 3.1 or greater.
package:build_daemon v4.0.1
- Use a hash of the working dir to create the unique workspace dir. This
resolves an issue when file names become too long. - Bump the min sdk to 3.0.0.
package:build_web_compilers v4.0.6
- Allow version 3.3.x of the Dart SDK.
package:build_modules v5.0.5
- Allow version 3.3.x of the Dart SDK.
package:build_resolvers v2.4.1
- Fix an issue where deleted files were not removed from the analysis engine,
and were still accessible via the analyzer apis. - Bump the min sdk to 3.0.0.
package:build_test v2.2.1
- Avoid passing a nullable value to
Future.value
. - Update to build_resolvers 2.4.0, which resolves some race conditions when
using multiple resolvers instances.