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

Side by Side Diff: CHANGELOG.md

Issue 1375713005: Fix some strong mode warnings in the parser. (Closed) Base URL: git@github.com:dart-lang/yaml@master
Patch Set: 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/src/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 ## 2.1.7
2
3 * Fix more strong mode warnings.
4
1 ## 2.1.6 5 ## 2.1.6
2 6
3 * Fix two analysis issues with DDC's strong mode. 7 * Fix two analysis issues with DDC's strong mode.
4 8
5 ## 2.1.5 9 ## 2.1.5
6 10
7 * Fix a bug with 2.1.4 where source span information was being discarded for 11 * Fix a bug with 2.1.4 where source span information was being discarded for
8 scalar values. 12 scalar values.
9 13
10 ## 2.1.4 14 ## 2.1.4
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 108
105 ## 0.9.0+2 109 ## 0.9.0+2
106 110
107 * Ensure that maps are order-independent when used as map keys. 111 * Ensure that maps are order-independent when used as map keys.
108 112
109 ## 0.9.0+1 113 ## 0.9.0+1
110 114
111 * The `YamlMap` class is deprecated. In a future version, maps returned by 115 * The `YamlMap` class is deprecated. In a future version, maps returned by
112 `loadYaml` and `loadYamlStream` will be Dart `HashMap`s with a custom equality 116 `loadYaml` and `loadYamlStream` will be Dart `HashMap`s with a custom equality
113 operation. 117 operation.
OLDNEW
« no previous file with comments | « no previous file | lib/src/parser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698