| OLD | NEW |
| 1 ## 0.12.2 |
| 2 |
| 3 * Fix to handle calc functions however, the expressions are treated as a |
| 4 LiteralTerm and not fully parsed into the AST. |
| 5 |
| 1 ## 0.12.1 | 6 ## 0.12.1 |
| 2 | 7 |
| 3 * Fix to handling of escapes in strings. | 8 * Fix to handling of escapes in strings. |
| 4 | 9 |
| 5 ## 0.12.0+1 | 10 ## 0.12.0+1 |
| 6 | 11 |
| 7 * Allow the lastest version of `logging` package. | 12 * Allow the lastest version of `logging` package. |
| 8 | 13 |
| 9 ## 0.12.0 | 14 ## 0.12.0 |
| 10 | 15 |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 | 30 |
| 26 * Fix another test that was failing on IE10. | 31 * Fix another test that was failing on IE10. |
| 27 | 32 |
| 28 ## 0.11.0+1 | 33 ## 0.11.0+1 |
| 29 | 34 |
| 30 * Fix a test that was failing on IE10. | 35 * Fix a test that was failing on IE10. |
| 31 | 36 |
| 32 ## 0.11.0 | 37 ## 0.11.0 |
| 33 | 38 |
| 34 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` class. | 39 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` class. |
| OLD | NEW |