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

Side by Side Diff: CHANGELOG.md

Issue 1329763002: Don't use regular expressions in Loader. (Closed) Base URL: git@github.com:dart-lang/yaml@master
Patch Set: Code review changes 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/loader.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.4
2
3 * Substantially improve performance.
4
1 ## 2.1.3 5 ## 2.1.3
2 6
3 * Add a hint that a colon might be missing when a mapping value is found in the 7 * Add a hint that a colon might be missing when a mapping value is found in the
4 wrong context. 8 wrong context.
5 9
6 ## 2.1.2 10 ## 2.1.2
7 11
8 * Fix a crashing bug when parsing block scalars. 12 * Fix a crashing bug when parsing block scalars.
9 13
10 ## 2.1.1 14 ## 2.1.1
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 95
92 ## 0.9.0+2 96 ## 0.9.0+2
93 97
94 * Ensure that maps are order-independent when used as map keys. 98 * Ensure that maps are order-independent when used as map keys.
95 99
96 ## 0.9.0+1 100 ## 0.9.0+1
97 101
98 * The `YamlMap` class is deprecated. In a future version, maps returned by 102 * The `YamlMap` class is deprecated. In a future version, maps returned by
99 `loadYaml` and `loadYamlStream` will be Dart `HashMap`s with a custom equality 103 `loadYaml` and `loadYamlStream` will be Dart `HashMap`s with a custom equality
100 operation. 104 operation.
OLDNEW
« no previous file with comments | « no previous file | lib/src/loader.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698