| OLD | NEW |
| 1 # changelog | 1 #### Pub version 0.13.0-dev |
| 2 | 2 * Move minimum 'template_binding' constraint to 0.13.0. |
| 3 This file contains highlights of what changes on each version of the | 3 * Additional polyfills are now required when using this package outside of |
| 4 polymer_expressions package. | 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 |
| 6 'web_components' package. |
| 5 | 7 |
| 6 #### Pub version 0.12.0+1 | 8 #### Pub version 0.12.0+1 |
| 7 * Widen dependency constraint on `observe`. | 9 * Widen dependency constraint on `observe`. |
| 8 | 10 |
| 9 #### Pub version 0.12.0 | 11 #### Pub version 0.12.0 |
| 10 * Exposed a couple new APIs to create a polymer expression binding outside the | 12 * Exposed a couple new APIs to create a polymer expression binding outside the |
| 11 context of a template binding. | 13 context of a template binding. |
| 12 * Updated to depend on latest template_binding and observe. Setting a value on | 14 * Updated to depend on latest template_binding and observe. Setting a value on |
| 13 a polymer expression binding now produces a change notification. | 15 a polymer expression binding now produces a change notification. |
| 14 | 16 |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 | 55 |
| 54 * Fixed several bugs, including: | 56 * Fixed several bugs, including: |
| 55 * propagating list changes ([18749][]). | 57 * propagating list changes ([18749][]). |
| 56 * precedence of ternary operators ([17805][]). | 58 * precedence of ternary operators ([17805][]). |
| 57 * two-way bindings ([18410][] and [18792][]). | 59 * two-way bindings ([18410][] and [18792][]). |
| 58 | 60 |
| 59 [17805]: https://code.google.com/p/dart/issues/detail?id=17805 | 61 [17805]: https://code.google.com/p/dart/issues/detail?id=17805 |
| 60 [18410]: https://code.google.com/p/dart/issues/detail?id=18410 | 62 [18410]: https://code.google.com/p/dart/issues/detail?id=18410 |
| 61 [18749]: https://code.google.com/p/dart/issues/detail?id=18749 | 63 [18749]: https://code.google.com/p/dart/issues/detail?id=18749 |
| 62 [18792]: https://code.google.com/p/dart/issues/detail?id=18792 | 64 [18792]: https://code.google.com/p/dart/issues/detail?id=18792 |
| OLD | NEW |