Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Side by Side Diff: CHANGELOG.md

Issue 1407333002: Added beginning support for calc however, the expression is not fully parsed into the AST. (Closed) Base URL: https://github.com/dart-lang/csslib.git@master
Patch Set: Update CHANGELOG.md Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | lib/parser.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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.
OLDNEW
« no previous file with comments | « no previous file | lib/parser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698