build_barback 0.2.2 copy "build_barback: ^0.2.2" to clipboard
build_barback: ^0.2.2 copied to clipboard

outdatedDart 1 only

Utilities for translating between builders and transformers.

0.2.0 #

  • Update to build 0.9.0
  • Breaking TransformerBuilder must be constructed with a buildExtension configuration. Transformers wrapped as a builder must have outputs which vary only by input extension.

0.1.2 #

  • Only use the global log from build
  • Upgrade to build 0.8.0

0.1.1 #

  • Support the global log from build

0.1.0 #

Updated to reflect the new support for reading/writing as bytes in the build package, and the removal of the Asset class.

New Features #

  • BuilderTransformer now supports wrapping transformers that read or write their inputs as bytes.
  • The Resolver implementation now has isLibrary to check whether an Asset is a Library and throws an exception rather than returns null on getLibrary when it isn't

Breaking Changes #

  • Stopped exporting lib/src/util/barback.dart which contains internal only utilities. Specifically, the following items are no longer public (some are deleted entirely or had breaking changes as well):
    • toBarbackAsset
    • toBarbackAssetId
    • toBarbackTransform
    • toBuildAsset
    • toBuildAssetId
    • toTransformLogger
    • BuildStepTransform

0.0.3 #

  • Prevent asset writing from escaping beyond the complete() call in BuildStepImpl

0.0.2 #

  • Fix a bug forwarding logs from a BuilderTransformer

0.0.1 #

  • Initial separate release - split off from build package.
0
likes
0
pub points
1%
popularity

Publisher

unverified uploader

Utilities for translating between builders and transformers.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, barback, build, code_transformers, glob, logging

More

Packages that depend on build_barback