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

Side by Side Diff: CHANGELOG.md

Issue 1138823002: pkg/csslib: Remove a number of unused members, prepare for release (Closed) Base URL: https://github.com/dart-lang/csslib@master
Patch Set: Created 5 years, 7 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.0+1
2
3 * Allow the lastest version of `logging` package.
4
1 ## 0.12.0 5 ## 0.12.0
2 6
3 * Top-level methods in `parser.dart` now take `PreprocessorOptions` instead of 7 * Top-level methods in `parser.dart` now take `PreprocessorOptions` instead of
4 `List<String>`. 8 `List<String>`.
5 9
6 * `PreprocessorOptions.inputFile` is now final. 10 * `PreprocessorOptions.inputFile` is now final.
7 11
8 ## 0.11.0+4 12 ## 0.11.0+4
9 13
10 * Cleanup some ambiguous and some incorrect type signatures. 14 * Cleanup some ambiguous and some incorrect type signatures.
11 15
12 ## 0.11.0+3 16 ## 0.11.0+3
13 17
14 * Improve the speed and memory efficiency of parsing. 18 * Improve the speed and memory efficiency of parsing.
15 19
16 ## 0.11.0+2 20 ## 0.11.0+2
17 21
18 * Fix another test that was failing on IE10. 22 * Fix another test that was failing on IE10.
19 23
20 ## 0.11.0+1 24 ## 0.11.0+1
21 25
22 * Fix a test that was failing on IE10. 26 * Fix a test that was failing on IE10.
23 27
24 ## 0.11.0 28 ## 0.11.0
25 29
26 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` class. 30 * 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