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

Side by Side Diff: CHANGELOG.md

Issue 1329183002: Fix source spans for scalars. (Closed) Base URL: git@github.com:dart-lang/yaml@master
Patch Set: Created 5 years, 3 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/yaml_node.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.5
2
3 * Fix a bug with 2.1.4 where source span information was being discarded for
4 scalar values.
5
1 ## 2.1.4 6 ## 2.1.4
2 7
3 * Substantially improve performance. 8 * Substantially improve performance.
4 9
5 ## 2.1.3 10 ## 2.1.3
6 11
7 * Add a hint that a colon might be missing when a mapping value is found in the 12 * Add a hint that a colon might be missing when a mapping value is found in the
8 wrong context. 13 wrong context.
9 14
10 ## 2.1.2 15 ## 2.1.2
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 100
96 ## 0.9.0+2 101 ## 0.9.0+2
97 102
98 * Ensure that maps are order-independent when used as map keys. 103 * Ensure that maps are order-independent when used as map keys.
99 104
100 ## 0.9.0+1 105 ## 0.9.0+1
101 106
102 * The `YamlMap` class is deprecated. In a future version, maps returned by 107 * The `YamlMap` class is deprecated. In a future version, maps returned by
103 `loadYaml` and `loadYamlStream` will be Dart `HashMap`s with a custom equality 108 `loadYaml` and `loadYamlStream` will be Dart `HashMap`s with a custom equality
104 operation. 109 operation.
OLDNEW
« no previous file with comments | « no previous file | lib/src/yaml_node.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698