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

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

Issue 491343002: Prepare polymer 0.12.2 release (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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/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 # changelog 1 # changelog
2 2
3 This file contains highlights of what changes on each version of the 3 This file contains highlights of what changes on each version of the
4 polymer_expressions package. 4 polymer_expressions package.
5 5
6 #### Pub version 0.12.0+1
7 * Widen dependency constraint on `observe`.
8
6 #### Pub version 0.12.0 9 #### Pub version 0.12.0
7 * Exposed a couple new APIs to create a polymer expression binding outside the 10 * Exposed a couple new APIs to create a polymer expression binding outside the
8 context of a template binding. 11 context of a template binding.
9 * Updated to depend on latest template_binding and observe. Setting a value on 12 * Updated to depend on latest template_binding and observe. Setting a value on
10 a polymer expression binding now produces a change notification. 13 a polymer expression binding now produces a change notification.
11 14
12 #### Pub version 0.11.0 15 #### Pub version 0.11.0
13 * Remove faulty assert that threw when an iterable field was updated. 16 * Remove faulty assert that threw when an iterable field was updated.
14 17
15 #### Pub version 0.11.0 18 #### Pub version 0.11.0
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 53
51 * Fixed several bugs, including: 54 * Fixed several bugs, including:
52 * propagating list changes ([18749][]). 55 * propagating list changes ([18749][]).
53 * precedence of ternary operators ([17805][]). 56 * precedence of ternary operators ([17805][]).
54 * two-way bindings ([18410][] and [18792][]). 57 * two-way bindings ([18410][] and [18792][]).
55 58
56 [17805]: https://code.google.com/p/dart/issues/detail?id=17805 59 [17805]: https://code.google.com/p/dart/issues/detail?id=17805
57 [18410]: https://code.google.com/p/dart/issues/detail?id=18410 60 [18410]: https://code.google.com/p/dart/issues/detail?id=18410
58 [18749]: https://code.google.com/p/dart/issues/detail?id=18749 61 [18749]: https://code.google.com/p/dart/issues/detail?id=18749
59 [18792]: https://code.google.com/p/dart/issues/detail?id=18792 62 [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