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

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

Issue 555953003: Release again (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/polymer/pubspec.yaml ('k') | pkg/polymer_expressions/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 #### Pub version 0.13.0-dev 1 #### Pub version 0.13.0
2 * Move minimum 'template_binding' constraint to 0.13.0. 2 * Move minimum 'template_binding' constraint to 0.13.0.
3 * Additional polyfills are now required when using this package outside of 3 * Additional polyfills are now required when using this package outside of
4 polymer. All the files in the 'template_binding' package under lib/js should 4 polymer. All the files in the 'template_binding' package under lib/js should
5 be included at the top of your app in addition to platform.js from the 5 be included at the top of your app in addition to platform.js from the
6 'web_components' package. 6 'web_components' package.
7 7
8 #### Pub version 0.12.0+1 8 #### Pub version 0.12.0+1
9 * Widen dependency constraint on `observe`. 9 * Widen dependency constraint on `observe`.
10 10
11 #### Pub version 0.12.0 11 #### Pub version 0.12.0
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 55
56 * Fixed several bugs, including: 56 * Fixed several bugs, including:
57 * propagating list changes ([18749][]). 57 * propagating list changes ([18749][]).
58 * precedence of ternary operators ([17805][]). 58 * precedence of ternary operators ([17805][]).
59 * two-way bindings ([18410][] and [18792][]). 59 * two-way bindings ([18410][] and [18792][]).
60 60
61 [17805]: https://code.google.com/p/dart/issues/detail?id=17805 61 [17805]: https://code.google.com/p/dart/issues/detail?id=17805
62 [18410]: https://code.google.com/p/dart/issues/detail?id=18410 62 [18410]: https://code.google.com/p/dart/issues/detail?id=18410
63 [18749]: https://code.google.com/p/dart/issues/detail?id=18749 63 [18749]: https://code.google.com/p/dart/issues/detail?id=18749
64 [18792]: https://code.google.com/p/dart/issues/detail?id=18792 64 [18792]: https://code.google.com/p/dart/issues/detail?id=18792
OLDNEW
« no previous file with comments | « pkg/polymer/pubspec.yaml ('k') | pkg/polymer_expressions/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698