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