Releases: dart-lang/build
Releases · dart-lang/build
package:build_runner v2.4.15
- Update to package:web and dart:js_interop.
- Support the latest
package:shelf_web_socket
. - Add hidden
--use-experimental-resolver
flag for issue #3811 performance
work. This flag will be removed.
package:build_resolvers v2.4.4
- Refactor
BuildAssetUriResolver
intoAnalysisDriverModel
and
AnalysisDriverFilesystem
. Add new implementation of
AnalysisDriverModel
. - Make resolver only throw
SyntaxErrorInAssetException
on severe syntax errors - Add
BuildAssetUriResolver.useExperimentalResolver
for
--use-experimental-resolver
flag. This will be removed.
package:build_daemon v4.0.4
- Support the latest
package:shelf_web_socket
.
package:build_web_compilers v4.1.1
- Support 3.8.0 pre-release sdks.
package:build_modules v5.0.11
- Support 3.8.0 pre-release sdks.
package:build_web_compilers v4.1.0
- Support package:archive version 4.x.
- Allow analyzer version 7.x.
- Bump the min sdk to 3.6.0.
package:build_test v2.2.3
- Bump the min sdk to 3.6.0.
- Allow analyzer version 7.x.
package:build_runner_core v8.0.0
- Breaking: Add
completeBuild
toRunnerAssetWriter
, a method expected
to be called by the build system at the end of a completed build. - Add
wrapInBatch
to obtain a reader/writer pair that will batch writes
before flushing them at the end of a build. - Bump the min sdk to 3.6.0.
- Require analyzer ^6.9.0, allow version 7.x.
- Fix analyzer deprecations.
package:build_runner v2.4.14
- Write generated assets at the end of a build to avoid invalidating other
tools with a file watcher multiple times. - Bump the min sdk to 3.6.0.
- Allow analyzer version 7.x.
- Hard code the generated build script to language version 3.6.
- Allow dart_style version 4.0.0, require at least 2.3.7.
package:build_resolvers v2.4.3
- Require the latest analyzer, and stop passing the
withNullability
parameter which was previously required and is now deprecated. - Bump the min sdk to 3.6.0.
- Fix SDK summary reads when multiple isolates are using build resolvers (not
recommended). - Fix analyzer deprecations.
- Support analyzer version 7.x.