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

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

Issue 378363004: Get ready to publish -dev versions of our packages with the NodeBind interop fixes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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/pkgbuild.status » ('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-dev
7 * PathObserver.value= no longer discards changes (this is in combination with
8 a change in template_binding and polymer to improve interop with JS custom
9 elements).
10
6 #### Pub version 0.10.0+3 11 #### Pub version 0.10.0+3
7 * minor changes to documentation, deprecated `discardListChages` in favor of 12 * minor changes to documentation, deprecated `discardListChages` in favor of
8 `discardListChanges` (the former had a typo). 13 `discardListChanges` (the former had a typo).
9 14
10 #### Pub version 0.10.0 15 #### Pub version 0.10.0
11 * package:observe no longer declares @MirrorsUsed. The package uses mirrors 16 * package:observe no longer declares @MirrorsUsed. The package uses mirrors
12 for development time, but assumes frameworks (like polymer) and apps that 17 for development time, but assumes frameworks (like polymer) and apps that
13 use it directly will either generate code that replaces the use of mirrors, 18 use it directly will either generate code that replaces the use of mirrors,
14 or add the @MirrorsUsed declaration themselves. For convinience, you can 19 or add the @MirrorsUsed declaration themselves. For convinience, you can
15 import 'package:observe/mirrors_used.dart', and that will add a @MirrorsUsed 20 import 'package:observe/mirrors_used.dart', and that will add a @MirrorsUsed
16 annotation that preserves properties and classes labeled with @reflectable 21 annotation that preserves properties and classes labeled with @reflectable
17 and properties labeled with @observable. 22 and properties labeled with @observable.
OLDNEW
« no previous file with comments | « no previous file | pkg/pkgbuild.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698