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

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

Issue 302313007: Attach source range information to parsed YAML nodes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 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 | Annotate | Revision Log
OLDNEW
1 ## 1.0.0
2
3 * **Backwards incompatibility**: The data structures returned by `loadYaml` and
4 `loadYamlStream` are now read-only.
Bob Nystrom 2014/06/03 00:33:14 "read-only" -> "immutable". (Assuming their inter
nweiz 2014/06/03 02:03:21 Done.
5
6 * **Backwards incompatibility**: The interface of the `YamlMap` class has
7 changed substantially in numerous ways. External users may no longer construct
8 their own instances.
9
10 * Maps and lists returned by `loadYaml` and `loadYamlStream` now contain
11 information about their source locations.
12
13 * A new `loadYamlNode` function returns the source location of top-level scalars
14 as well.
15
1 ## 0.10.0 16 ## 0.10.0
2 17
3 * Improve error messages when a file fails to parse. 18 * Improve error messages when a file fails to parse.
4 19
5 ## 0.9.0+2 20 ## 0.9.0+2
6 21
7 * Ensure that maps are order-independent when used as map keys. 22 * Ensure that maps are order-independent when used as map keys.
8 23
9 ## 0.9.0+1 24 ## 0.9.0+1
10 25
11 * The `YamlMap` class is deprecated. In a future version, maps returned by 26 * The `YamlMap` class is deprecated. In a future version, maps returned by
12 `loadYaml` and `loadYamlStream` will be Dart `HashMap`s with a custom equality 27 `loadYaml` and `loadYamlStream` will be Dart `HashMap`s with a custom equality
13 operation. 28 operation.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698