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

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

Issue 430973002: Only support the new source_span spans in barback. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes Created 6 years, 4 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
« no previous file with comments | « pkg/code_transformers/pubspec.yaml ('k') | pkg/observe/pubspec.yaml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # changelog 1 # changelog
2 2
3 This file contains highlights of what changes on each version of the observe 3 This file contains highlights of what changes on each version of the observe
4 package. 4 package.
5 5
6 #### Pub version 0.11.0+2
7 * Widen the constraint on barback.
8
6 #### Pub version 0.11.0+1 9 #### Pub version 0.11.0+1
7 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` 10 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan`
8 class. 11 class.
9 12
10 #### Pub version 0.11.0 13 #### Pub version 0.11.0
11 * Updated to match [observe-js#e212e74][e212e74] (release 0.3.4) 14 * Updated to match [observe-js#e212e74][e212e74] (release 0.3.4)
12 * ListPathObserver has been deprecated (it was deleted a while ago in 15 * ListPathObserver has been deprecated (it was deleted a while ago in
13 observe-js). We plan to delete it in a future release. You may copy the code 16 observe-js). We plan to delete it in a future release. You may copy the code
14 if you still need it. 17 if you still need it.
15 * PropertyPath now uses an expression syntax including indexers. For example, 18 * PropertyPath now uses an expression syntax including indexers. For example,
(...skipping 14 matching lines...) Expand all
30 for development time, but assumes frameworks (like polymer) and apps that 33 for development time, but assumes frameworks (like polymer) and apps that
31 use it directly will either generate code that replaces the use of mirrors, 34 use it directly will either generate code that replaces the use of mirrors,
32 or add the @MirrorsUsed declaration themselves. For convinience, you can 35 or add the @MirrorsUsed declaration themselves. For convinience, you can
33 import 'package:observe/mirrors_used.dart', and that will add a @MirrorsUsed 36 import 'package:observe/mirrors_used.dart', and that will add a @MirrorsUsed
34 annotation that preserves properties and classes labeled with @reflectable 37 annotation that preserves properties and classes labeled with @reflectable
35 and properties labeled with @observable. 38 and properties labeled with @observable.
36 * Updated to match [observe-js#0152d54][0152d54] 39 * Updated to match [observe-js#0152d54][0152d54]
37 40
38 [0152d54]: https://github.com/Polymer/observe-js/blob/0152d542350239563d0f2cad39 d22d3254bd6c2a/src/observe.js 41 [0152d54]: https://github.com/Polymer/observe-js/blob/0152d542350239563d0f2cad39 d22d3254bd6c2a/src/observe.js
39 [e212e74]: https://github.com/Polymer/observe-js/blob/e212e7473962067c099a3d1859 595c2f8baa36d7/src/observe.js 42 [e212e74]: https://github.com/Polymer/observe-js/blob/e212e7473962067c099a3d1859 595c2f8baa36d7/src/observe.js
OLDNEW
« no previous file with comments | « pkg/code_transformers/pubspec.yaml ('k') | pkg/observe/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698