| OLD | NEW |
| 1 ## 0.2.4 |
| 2 |
| 3 * Added some basic string formatting options to `testPhases` to make it a bit |
| 4 less strict if desired. |
| 5 |
| 1 ## 0.2.3+2 | 6 ## 0.2.3+2 |
| 2 | 7 |
| 3 * Added logic to discover the location of the dart SDK when the dart binary is a | 8 * Added logic to discover the location of the dart SDK when the dart binary is a |
| 4 symlink. | 9 symlink. |
| 5 | 10 |
| 6 ## 0.2.3 | 11 ## 0.2.3 |
| 7 | 12 |
| 8 * Added support for logging stable error messages from transformers. | 13 * Added support for logging stable error messages from transformers. |
| 9 | 14 |
| 10 ## 0.2.2 | 15 ## 0.2.2 |
| 11 | 16 |
| 12 * Added two transformers, 'delete_file' and 'remove_sourcemap_comment'. | 17 * Added two transformers, 'delete_file' and 'remove_sourcemap_comment'. |
| 13 | 18 |
| 14 ## 0.2.0+3 | 19 ## 0.2.0+3 |
| 15 | 20 |
| 16 * Raise the lower bound on the source_maps constraint to exclude incompatible | 21 * Raise the lower bound on the source_maps constraint to exclude incompatible |
| 17 versions. | 22 versions. |
| 18 | 23 |
| 19 ## 0.2.0+2 | 24 ## 0.2.0+2 |
| 20 | 25 |
| 21 * Widen the constraint on source_maps. | 26 * Widen the constraint on source_maps. |
| 22 | 27 |
| 23 ## 0.2.0+1 | 28 ## 0.2.0+1 |
| 24 | 29 |
| 25 * Widen the constraint on barback. | 30 * Widen the constraint on barback. |
| 26 | 31 |
| 27 ## 0.2.0 | 32 ## 0.2.0 |
| 28 | 33 |
| 29 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` class. | 34 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` class. |
| OLD | NEW |