Skip to content

Releases: dart-lang/build

package:build_web_compilers v4.1.0-beta.3

08 Oct 21:35
039aeca
Compare
Choose a tag to compare
  • Support 3.7.0 pre-release sdks.

package:build_modules v5.0.10-beta.0

08 Oct 21:35
039aeca
Compare
Choose a tag to compare
  • Bump the min sdk to 3.5.0.
  • Support 3.7.0 pre-release sdks.

package:build_web_compilers v4.1.0-beta.2

07 Oct 20:58
387401f
Compare
Choose a tag to compare
  • Add source maps for dart2wasm builds.

package:build_runner v2.4.13

30 Sep 20:14
144c598
Compare
Choose a tag to compare
  • Bump the min sdk to 3.5.0.
  • Bump the mime dependency to allow version 2.x.

package:build_web_compilers v4.1.0-beta.1

25 Sep 21:48
bac3844
Compare
Choose a tag to compare
  • Fix loading compiled modules from subdirectories.
  • Stop using deprecated wasm loader functions.

package:build_web_compilers v4.1.0-beta.0

11 Sep 19:56
81c309b
Compare
Choose a tag to compare
  • Support compiling to WebAssembly by using dart2wasm as a value for the
    compiler option.
  • Support compiling with multiple compilers (e.g. dart2js and dart2wasm)
    with a new compilers option.
  • Account for dartdevc snapshot in the Dart SDK changing to an AOT snapshot.
  • Bump the min sdk to 3.6.0-165.0.dev.

package:build_runner_core v7.3.2

30 Jul 14:10
cb92b01
Compare
Choose a tag to compare
  • Additional fixes for pub workspace repos
  • Migrate deprecates uses of whereNotNull() to nonNulls.
  • Bump the min sdk to 3.5.0-259.0.dev.

package:build_runner v2.4.12

30 Jul 14:10
cb92b01
Compare
Choose a tag to compare
  • Bump the min sdk to 3.5.0-259.0.dev.
  • Fix watch mode for workspace repos.

package:build_runner_core v7.3.1

05 Jun 17:58
30c4459
Compare
Choose a tag to compare
  • Support the upcoming pub workspaces feature.
  • Bump the min sdk to 3.4.0.
  • Remove some unnecessary casts and non-null assertions now that we have private
    field promotion.

package:build_runner v2.4.11

05 Jun 17:58
30c4459
Compare
Choose a tag to compare
  • Explicitly pass the current isolates package config instead of assuming the
    location, to support the upcoming pub workspaces feature.