OLD | NEW |
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 Loading... |
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 |
OLD | NEW |