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

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

Issue 554813002: Prepare for 0.13.1 release (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 | 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 #### 0.12.1-dev 1 #### 0.12.1
2 * Upgraded error messages to have a unique and stable identifier. 2 * Upgraded error messages to have a unique and stable identifier.
3 3
4 #### 0.12.0 4 #### 0.12.0
5 * Old transform.dart file removed. If you weren't use it it, this change is 5 * Old transform.dart file removed. If you weren't use it it, this change is
6 backwards compatible with version 0.11.0. 6 backwards compatible with version 0.11.0.
7 7
8 #### 0.11.0+5 8 #### 0.11.0+5
9 * Widen the constraint on analyzer. 9 * Widen the constraint on analyzer.
10 10
11 #### 0.11.0+4 11 #### 0.11.0+4
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 for development time, but assumes frameworks (like polymer) and apps that 45 for development time, but assumes frameworks (like polymer) and apps that
46 use it directly will either generate code that replaces the use of mirrors, 46 use it directly will either generate code that replaces the use of mirrors,
47 or add the @MirrorsUsed declaration themselves. For convinience, you can 47 or add the @MirrorsUsed declaration themselves. For convinience, you can
48 import 'package:observe/mirrors_used.dart', and that will add a @MirrorsUsed 48 import 'package:observe/mirrors_used.dart', and that will add a @MirrorsUsed
49 annotation that preserves properties and classes labeled with @reflectable 49 annotation that preserves properties and classes labeled with @reflectable
50 and properties labeled with @observable. 50 and properties labeled with @observable.
51 * Updated to match [observe-js#0152d54][0152d54] 51 * Updated to match [observe-js#0152d54][0152d54]
52 52
53 [0152d54]: https://github.com/Polymer/observe-js/blob/0152d542350239563d0f2cad39 d22d3254bd6c2a/src/observe.js 53 [0152d54]: https://github.com/Polymer/observe-js/blob/0152d542350239563d0f2cad39 d22d3254bd6c2a/src/observe.js
54 [e212e74]: https://github.com/Polymer/observe-js/blob/e212e7473962067c099a3d1859 595c2f8baa36d7/src/observe.js 54 [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