Skip to content

Releases: dart-lang/build

package:build_web_compilers v4.0.8

05 Jan 00:05
b5ea89c
Compare
Choose a tag to compare
  • Allow version 3.4.x of the Dart SDK.

package:build_test v2.2.2

14 Dec 18:05
80b6526
Compare
Choose a tag to compare
  • Bump the min sdk to 3.0.0.
  • Support the latest version of package:test_core.

package:build_resolvers v2.4.2

13 Dec 19:08
1fccc73
Compare
Choose a tag to compare
  • Add a builder to clean up transitive digest files from the build output.

package:build_runner v2.4.7

28 Nov 15:19
df76f89
Compare
Choose a tag to compare
  • Fix broken link in README.md.
  • Bump the min sdk to 3.0.0.
  • Add a warning to the doctor command if a build.yml file is found (instead
    of a build.yaml file).

package:build_web_compilers v4.0.7

17 Nov 19:44
7f5b103
Compare
Choose a tag to compare
  • Support dart:js_interop_unsafe.
  • Require Dart 3.1 or greater.

package:build_daemon v4.0.1

08 Nov 23:42
2550caf
Compare
Choose a tag to compare
  • 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

06 Oct 15:59
9fe0f98
Compare
Choose a tag to compare
  • Allow version 3.3.x of the Dart SDK.

package:build_modules v5.0.5

06 Oct 15:59
9fe0f98
Compare
Choose a tag to compare
  • Allow version 3.3.x of the Dart SDK.

package:build_resolvers v2.4.1

29 Sep 19:03
2ba1102
Compare
Choose a tag to compare
  • 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

25 Sep 21:33
bbd32a1
Compare
Choose a tag to compare
  • 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.