build_config 0.2.0 copy "build_config: ^0.2.0" to clipboard
build_config: ^0.2.0 copied to clipboard

outdatedDart 1 only

Support for parsing `build.yaml` configuration.

0.2.0 #

  • Add build_to option to Builder configuration.
  • Add BuildConfig.fromBuildConfigDir for cases where the package name and dependencies are already known.
  • Add TargetBuilderConfig class to configure builders applied to specific targets.
  • Add TargetBuilderConfigDefaults class for Builder authors to provide default configuration.
  • Add InputSet and change sources and generate_for to use it.
  • Remove BuildTarget.isDefault and related config parsing. The default will be determined by the target which matches the package name.
  • Normalize Target and Builder names so they are scoped to the package they are defined in.

Breaking #

  • Remove BuildConfigSet class. This was unused.
  • Hide Pubspec class. Construct BuildConfig instances with a package path rather than an already created Pubspec instance.

0.1.1 #

  • Add auto_apply option to Builder configuration.
  • Add required_inputs option to Builder configuration.
  • Add is_optional option to Builder configuration.

0.1.0 #

  • Initial release - pulled from package:dazel. Updated to support build_extensions instead of input_extension and output_extensions.
53
likes
0
pub points
95%
popularity

Publisher

verified publishertools.dart.dev

Support for parsing `build.yaml` configuration.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

build, meta, path, yaml

More

Packages that depend on build_config