Skip to content

Releases: dart-lang/build

package:build_config v1.2.0

15 Aug 11:33
aa89301

Choose a tag to compare

  • Add top level key triggers. See
    the docs
    for more information.
  • Bump the min sdk to 3.7.0.
  • Remove unused dep: yaml.
  • Documentation revamp.

package:build v3.0.2

15 Aug 11:33
aa89301

Choose a tag to compare

  • Use build_runner_core 9.3.0.
  • Documentation revamp.
  • Allow meta 1.16.0.

package:build_web_compilers v4.2.1

07 Aug 13:57
2b2992c

Choose a tag to compare

  • Remove unused deps: build_config.
  • Allow analyzer 8.0.0.

package:build_test v3.3.1

07 Aug 13:57
2b2992c

Choose a tag to compare

  • Use build 3.0.1.
  • Allow analyzer 8.0.0.

package:build_runner_core v9.2.1

07 Aug 13:57
2b2992c

Choose a tag to compare

  • Use build 3.0.1.
  • Allow analyzer 8.0.0.

package:build_runner v2.6.1

07 Aug 13:57
2b2992c

Choose a tag to compare

  • Use build 3.0.1.

package:build_resolvers v3.0.1

07 Aug 13:57
2b2992c

Choose a tag to compare

  • Use build 3.0.1.
  • Allow analyzer 8.0.0.

package:build_modules v5.0.16

07 Aug 13:57
2b2992c

Choose a tag to compare

  • Remove unused dep: build_config.
  • Allow analyzer 8.0.0.

package:build v3.0.1

07 Aug 13:57
2b2992c

Choose a tag to compare

  • Small improvements to RAM usage.
  • Allow analyzer 8.0.0.

package:build_test v3.3.0

17 Jul 08:09
21eae68

Choose a tag to compare

  • Read build configs using AssetReader so they're easier to test: you can now
    pass in build.yaml like any other asset.
  • Bug fix: don't crash when a builder logs during a testBuilder or
    resolveSource call outside a test.
  • Remove unused deps: async, convert.
  • Remove unused dev_deps: collection.
  • Files loaded from disk for resolveSources and testBuilders that are in
    the same package as explicitly-passed test inputs are now loaded if they
    match the default globs, such as lib/**, instead of ignored. This more
    closely matches version 2 behavior.
  • Use build 3.0.0.
  • Use build_resolvers 3.0.0.