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

Side by Side Diff: CHANGELOG.md

Issue 1832993003: Fix all strong mode errors and warnings. (Closed) Base URL: https://github.com/dart-lang/csslib.git@master
Patch Set: Move type. Created 4 years, 8 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 | « .analysis_options ('k') | example/call_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.13.0
2
3 * **BREAKING** Fix all [strong mode][] errors and warnings.
4 This involved adding more precise on some public APIs, which
5 is why it may break users.
6
7 [strong mode]: https://github.com/dart-lang/dev_compiler/blob/master/STRONG_MODE .md
8
1 ## 0.12.2 9 ## 0.12.2
2 10
3 * Fix to handle calc functions however, the expressions are treated as a 11 * Fix to handle calc functions however, the expressions are treated as a
4 LiteralTerm and not fully parsed into the AST. 12 LiteralTerm and not fully parsed into the AST.
5 13
6 ## 0.12.1 14 ## 0.12.1
7 15
8 * Fix to handling of escapes in strings. 16 * Fix to handling of escapes in strings.
9 17
10 ## 0.12.0+1 18 ## 0.12.0+1
(...skipping 19 matching lines...) Expand all
30 38
31 * Fix another test that was failing on IE10. 39 * Fix another test that was failing on IE10.
32 40
33 ## 0.11.0+1 41 ## 0.11.0+1
34 42
35 * Fix a test that was failing on IE10. 43 * Fix a test that was failing on IE10.
36 44
37 ## 0.11.0 45 ## 0.11.0
38 46
39 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` class. 47 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` class.
OLDNEW
« no previous file with comments | « .analysis_options ('k') | example/call_parser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698