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

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

Issue 421723004: Remove support for the old Span classes from source_maps. (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+3
7 * Widen the constraint on source_maps.
8
6 #### Pub version 0.11.0+2 9 #### Pub version 0.11.0+2
7 * Widen the constraint on barback. 10 * Widen the constraint on barback.
8 11
9 #### Pub version 0.11.0+1 12 #### Pub version 0.11.0+1
10 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` 13 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan`
11 class. 14 class.
12 15
13 #### Pub version 0.11.0 16 #### Pub version 0.11.0
14 * Updated to match [observe-js#e212e74][e212e74] (release 0.3.4) 17 * Updated to match [observe-js#e212e74][e212e74] (release 0.3.4)
15 * ListPathObserver has been deprecated (it was deleted a while ago in 18 * ListPathObserver has been deprecated (it was deleted a while ago in
(...skipping 17 matching lines...) Expand all
33 for development time, but assumes frameworks (like polymer) and apps that 36 for development time, but assumes frameworks (like polymer) and apps that
34 use it directly will either generate code that replaces the use of mirrors, 37 use it directly will either generate code that replaces the use of mirrors,
35 or add the @MirrorsUsed declaration themselves. For convinience, you can 38 or add the @MirrorsUsed declaration themselves. For convinience, you can
36 import 'package:observe/mirrors_used.dart', and that will add a @MirrorsUsed 39 import 'package:observe/mirrors_used.dart', and that will add a @MirrorsUsed
37 annotation that preserves properties and classes labeled with @reflectable 40 annotation that preserves properties and classes labeled with @reflectable
38 and properties labeled with @observable. 41 and properties labeled with @observable.
39 * Updated to match [observe-js#0152d54][0152d54] 42 * Updated to match [observe-js#0152d54][0152d54]
40 43
41 [0152d54]: https://github.com/Polymer/observe-js/blob/0152d542350239563d0f2cad39 d22d3254bd6c2a/src/observe.js 44 [0152d54]: https://github.com/Polymer/observe-js/blob/0152d542350239563d0f2cad39 d22d3254bd6c2a/src/observe.js
42 [e212e74]: https://github.com/Polymer/observe-js/blob/e212e7473962067c099a3d1859 595c2f8baa36d7/src/observe.js 45 [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