| OLD | NEW |
| 1 ## 0.2.3-dev | 1 ## 0.2.3 |
| 2 | 2 |
| 3 * Added support for logging stable error messages from transformers. | 3 * Added support for logging stable error messages from transformers. |
| 4 | 4 |
| 5 ## 0.2.2 | 5 ## 0.2.2 |
| 6 | 6 |
| 7 * Added two transformers, 'delete_file' and 'remove_sourcemap_comment'. | 7 * Added two transformers, 'delete_file' and 'remove_sourcemap_comment'. |
| 8 | 8 |
| 9 ## 0.2.0+3 | 9 ## 0.2.0+3 |
| 10 | 10 |
| 11 * Raise the lower bound on the source_maps constraint to exclude incompatible | 11 * Raise the lower bound on the source_maps constraint to exclude incompatible |
| 12 versions. | 12 versions. |
| 13 | 13 |
| 14 ## 0.2.0+2 | 14 ## 0.2.0+2 |
| 15 | 15 |
| 16 * Widen the constraint on source_maps. | 16 * Widen the constraint on source_maps. |
| 17 | 17 |
| 18 ## 0.2.0+1 | 18 ## 0.2.0+1 |
| 19 | 19 |
| 20 * Widen the constraint on barback. | 20 * Widen the constraint on barback. |
| 21 | 21 |
| 22 ## 0.2.0 | 22 ## 0.2.0 |
| 23 | 23 |
| 24 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` class. | 24 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` class. |
| OLD | NEW |