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

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

Issue 301173004: Prepare for polymer 0.10.0 release (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
« no previous file with comments | « no previous file | 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.10.0-dev 6 #### Pub version 0.10.0
7 * package:observe no longer declares @MirrorsUsed. The package uses mirrors 7 * package:observe no longer declares @MirrorsUsed. The package uses mirrors
8 for development time, but assumes frameworks (like polymer) and apps that 8 for development time, but assumes frameworks (like polymer) and apps that
9 use it directly will either generate code that replaces the use of mirrors, 9 use it directly will either generate code that replaces the use of mirrors,
10 or add the @MirrorsUsed declaration themselves. For convinience, you can 10 or add the @MirrorsUsed declaration themselves. For convinience, you can
11 import 'package:observe/mirrors_used.dart', and that will add a @MirrorsUsed 11 import 'package:observe/mirrors_used.dart', and that will add a @MirrorsUsed
12 annotation that preserves properties and classes labeled with @reflectable 12 annotation that preserves properties and classes labeled with @reflectable
13 and properties labeled with @observable. 13 and properties labeled with @observable.
OLDNEW
« no previous file with comments | « no previous file | pkg/observe/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698