Releases: dart-lang/build
Releases · dart-lang/build
package:build_web_compilers v4.1.0-beta.3
- Support 3.7.0 pre-release sdks.
package:build_modules v5.0.10-beta.0
- Bump the min sdk to 3.5.0.
- Support 3.7.0 pre-release sdks.
package:build_web_compilers v4.1.0-beta.2
- Add source maps for dart2wasm builds.
package:build_runner v2.4.13
- 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
- Fix loading compiled modules from subdirectories.
- Stop using deprecated wasm loader functions.
package:build_web_compilers v4.1.0-beta.0
- Support compiling to WebAssembly by using
dart2wasm
as a value for the
compiler option. - Support compiling with multiple compilers (e.g.
dart2js
anddart2wasm
)
with a newcompilers
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
- Additional fixes for pub workspace repos
- Migrate deprecates uses of
whereNotNull()
tononNulls
. - Bump the min sdk to 3.5.0-259.0.dev.
package:build_runner v2.4.12
- Bump the min sdk to 3.5.0-259.0.dev.
- Fix watch mode for workspace repos.
package:build_runner_core v7.3.1
- 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
- Explicitly pass the current isolates package config instead of assuming the
location, to support the upcoming pub workspaces feature.