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

Side by Side Diff: pkg/yaml/CHANGELOG.md

Issue 801573003: Fix a crashing yaml bug when parsing block scalars. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | pkg/yaml/lib/src/scanner.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.2
2
3 * Fix a crashing bug when parsing block scalars.
4
1 ## 2.1.1 5 ## 2.1.1
2 6
3 * Properly scope `SourceSpan`s for scalar values surrounded by whitespace. 7 * Properly scope `SourceSpan`s for scalar values surrounded by whitespace.
4 8
5 ## 2.1.0 9 ## 2.1.0
6 10
7 * Rewrite the parser for a 10x speed improvement. 11 * Rewrite the parser for a 10x speed improvement.
8 12
9 * Support anchors and aliases (`&foo` and `*foo`). 13 * Support anchors and aliases (`&foo` and `*foo`).
10 14
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 86
83 ## 0.9.0+2 87 ## 0.9.0+2
84 88
85 * Ensure that maps are order-independent when used as map keys. 89 * Ensure that maps are order-independent when used as map keys.
86 90
87 ## 0.9.0+1 91 ## 0.9.0+1
88 92
89 * The `YamlMap` class is deprecated. In a future version, maps returned by 93 * The `YamlMap` class is deprecated. In a future version, maps returned by
90 `loadYaml` and `loadYamlStream` will be Dart `HashMap`s with a custom equality 94 `loadYaml` and `loadYamlStream` will be Dart `HashMap`s with a custom equality
91 operation. 95 operation.
OLDNEW
« no previous file with comments | « no previous file | pkg/yaml/lib/src/scanner.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698