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

Side by Side Diff: CHANGELOG.md

Issue 1022963002: pkg/csslib: fixes for args (Closed) Base URL: https://github.com/dart-lang/csslib@master
Patch Set: nits Created 5 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 | « no previous file | 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.12.0
2
3 * Top-level methods in `parser.dart` now take `PreprocessorOptions` instead of
4 `List<String>`.
5
6 * `PreprocessorOptions.inputFile` is now final.
7
1 ## 0.11.0+4 8 ## 0.11.0+4
2 9
3 * Cleanup some ambiguous and some incorrect type signatures. 10 * Cleanup some ambiguous and some incorrect type signatures.
4 11
5 ## 0.11.0+3 12 ## 0.11.0+3
6 13
7 * Improve the speed and memory efficiency of parsing. 14 * Improve the speed and memory efficiency of parsing.
8 15
9 ## 0.11.0+2 16 ## 0.11.0+2
10 17
11 * Fix another test that was failing on IE10. 18 * Fix another test that was failing on IE10.
12 19
13 ## 0.11.0+1 20 ## 0.11.0+1
14 21
15 * Fix a test that was failing on IE10. 22 * Fix a test that was failing on IE10.
16 23
17 ## 0.11.0 24 ## 0.11.0
18 25
19 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` class. 26 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` class.
OLDNEW
« no previous file with comments | « no previous file | example/call_parser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698