OLD | NEW |
| 1 ## 0.2.3-dev |
| 2 |
| 3 * Added support for logging stable error messages from transformers. |
| 4 |
1 ## 0.2.2 | 5 ## 0.2.2 |
2 | 6 |
3 * Added two transformers, 'delete_file' and 'remove_sourcemap_comment'. | 7 * Added two transformers, 'delete_file' and 'remove_sourcemap_comment'. |
4 | 8 |
5 ## 0.2.0+3 | 9 ## 0.2.0+3 |
6 | 10 |
7 * 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 |
8 versions. | 12 versions. |
9 | 13 |
10 ## 0.2.0+2 | 14 ## 0.2.0+2 |
11 | 15 |
12 * Widen the constraint on source_maps. | 16 * Widen the constraint on source_maps. |
13 | 17 |
14 ## 0.2.0+1 | 18 ## 0.2.0+1 |
15 | 19 |
16 * Widen the constraint on barback. | 20 * Widen the constraint on barback. |
17 | 21 |
18 ## 0.2.0 | 22 ## 0.2.0 |
19 | 23 |
20 * 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 |