Index: third_party/pkg/barback-0.13.0/CHANGELOG.md |
diff --git a/pkg/barback/CHANGELOG.md b/third_party/pkg/barback-0.13.0/CHANGELOG.md |
similarity index 54% |
copy from pkg/barback/CHANGELOG.md |
copy to third_party/pkg/barback-0.13.0/CHANGELOG.md |
index 0b702b9c6cdbc6cc1eb34a6583b610fe267fca82..82418e5425956b1b69a0c9a0cb6085758dd8118e 100644 |
--- a/pkg/barback/CHANGELOG.md |
+++ b/third_party/pkg/barback-0.13.0/CHANGELOG.md |
@@ -1,47 +1,3 @@ |
-## 0.14.0+2 |
- |
-* Fix a bug with the previous bug fix. |
- |
-## 0.14.0+1 |
- |
-* Fix a bug where a transformer group preceded by another transformer group |
- would sometimes fail to load secondary assets. |
- |
-## 0.14.0 |
- |
-* **Breaking change**: when an output of a lazy transformer is requested, that |
- transformer will run long enough to generate the output, then become lazy |
- again. Previously, it would become eager as soon as an asset had been |
- requested. |
- |
-* Only run `Transformer.isPrimary` and `Transformer.declareOutputs` once for |
- each asset. |
- |
-* Lazy transformers' laziness is preserved when followed by |
- declaring transformers, or by normal transformers for which the lazy outputs |
- aren't primary. |
- |
-* Fix a bug where reading the primary input using `Transform.readInputAsString` |
- had slightly different behavior than reading it using |
- `Transform.primary.readAsString`. |
- |
-* Fix a crashing bug when `Barback.getAllAssets` is called synchronously after |
- creating a new `Barback` instance. |
- |
-* Don't warn if a lazy or declaring transformer doesn't emit outputs that it has |
- declared. This is valid for transformers like dart2js that need to read their |
- primary input in order to determine whether they should run. |
- |
-* Allow `Transformer.isPrimary`, `Transformer.apply`, and |
- `DeclaringTransformer.declareOutputs` to return non-`Future` values if they |
- run synchronously. |
- |
-* Fix a deadlock bug when a lazy primary input to a lazy transformer became |
- dirty while the transformer's `apply` method was running. |
- |
-* Run declaring transformers with lazy inputs eagerly if the inputs become |
- available. |
- |
## 0.13.0 |
* `Transformer.isPrimary` now takes an `AssetId` rather than an `Asset`. |