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

Side by Side Diff: CHANGELOG.md

Issue 897453003: add whitespace/newline stripping options to TestHelper (Closed) Base URL: git@github.com:dart-lang/code-transformers.git@master
Patch Set: update pubspec/changelog Created 5 years, 10 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/src/test_harness.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.2.4
2
3 * Added some basic string formatting options to `testPhases` to make it a bit
4 less strict if desired.
5
1 ## 0.2.3+2 6 ## 0.2.3+2
2 7
3 * Added logic to discover the location of the dart SDK when the dart binary is a 8 * Added logic to discover the location of the dart SDK when the dart binary is a
4 symlink. 9 symlink.
5 10
6 ## 0.2.3 11 ## 0.2.3
7 12
8 * Added support for logging stable error messages from transformers. 13 * Added support for logging stable error messages from transformers.
9 14
10 ## 0.2.2 15 ## 0.2.2
11 16
12 * Added two transformers, 'delete_file' and 'remove_sourcemap_comment'. 17 * Added two transformers, 'delete_file' and 'remove_sourcemap_comment'.
13 18
14 ## 0.2.0+3 19 ## 0.2.0+3
15 20
16 * Raise the lower bound on the source_maps constraint to exclude incompatible 21 * Raise the lower bound on the source_maps constraint to exclude incompatible
17 versions. 22 versions.
18 23
19 ## 0.2.0+2 24 ## 0.2.0+2
20 25
21 * Widen the constraint on source_maps. 26 * Widen the constraint on source_maps.
22 27
23 ## 0.2.0+1 28 ## 0.2.0+1
24 29
25 * Widen the constraint on barback. 30 * Widen the constraint on barback.
26 31
27 ## 0.2.0 32 ## 0.2.0
28 33
29 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` class. 34 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` class.
OLDNEW
« no previous file with comments | « no previous file | lib/src/test_harness.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698