Skip to content

Releases: dart-lang/build

package:build_web_compilers v4.1.0

16 Dec 21:45
998d544
Compare
Choose a tag to compare
  • 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

16 Dec 21:45
998d544
Compare
Choose a tag to compare
  • Bump the min sdk to 3.6.0.
  • Allow analyzer version 7.x.

package:build_runner_core v8.0.0

16 Dec 21:45
998d544
Compare
Choose a tag to compare
  • Breaking: Add completeBuild to RunnerAssetWriter, 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

16 Dec 21:45
998d544
Compare
Choose a tag to compare
  • 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

16 Dec 21:45
998d544
Compare
Choose a tag to compare
  • 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.

package:build_modules v5.0.10

16 Dec 21:45
998d544
Compare
Choose a tag to compare
  • Bump the min sdk to 3.6.0.
  • Support analyzer version 7.x.

package:build_daemon v4.0.3

16 Dec 21:45
998d544
Compare
Choose a tag to compare
  • Bump the min sdk to 3.6.0.
  • Update to be forward compatible with changes to package:shelf_web_socket.

package:build_config v1.1.2

16 Dec 21:45
998d544
Compare
Choose a tag to compare
  • Stop using deprecated JsonKey.ignore.
  • Bump the min sdk to 3.6.0.

package:build v2.4.2

16 Dec 21:44
998d544
Compare
Choose a tag to compare
  • Bump the min sdk to 3.6.0.
  • Remove some unnecessary casts and non-null assertions now that we have private
    field promotion.
  • Require analyzer ^6.9.0, allow <8.0.0.
  • Fix analyzer deprecations.

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.