| 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-pre.1.dev | 6 #### Pub version 0.12.0 |
| 7 * Exposed a couple new APIs to create a polymer expression binding outside the | 7 * Exposed a couple new APIs to create a polymer expression binding outside the |
| 8 context of a template binding. | 8 context of a template binding. |
| 9 | |
| 10 #### Pub version 0.12.0-dev | |
| 11 * Updated to depend on latest template_binding and observe. Setting a value on | 9 * Updated to depend on latest template_binding and observe. Setting a value on |
| 12 a polymer expression binding now produces a change notification. | 10 a polymer expression binding now produces a change notification. |
| 13 | 11 |
| 14 #### Pub version 0.11.0 | 12 #### Pub version 0.11.0 |
| 15 * Remove faulty assert that threw when an iterable field was updated. | 13 * Remove faulty assert that threw when an iterable field was updated. |
| 16 | 14 |
| 17 #### Pub version 0.11.0 | 15 #### Pub version 0.11.0 |
| 18 * Scopes created by templates are created less often and nested properly. The | 16 * Scopes created by templates are created less often and nested properly. The |
| 19 previous version had a bug with respect to the names visible in | 17 previous version had a bug with respect to the names visible in |
| 20 <template releat> tags without an "in" expression, and <template bind> tags. | 18 <template releat> tags without an "in" expression, and <template bind> tags. |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 | 50 |
| 53 * Fixed several bugs, including: | 51 * Fixed several bugs, including: |
| 54 * propagating list changes ([18749][]). | 52 * propagating list changes ([18749][]). |
| 55 * precedence of ternary operators ([17805][]). | 53 * precedence of ternary operators ([17805][]). |
| 56 * two-way bindings ([18410][] and [18792][]). | 54 * two-way bindings ([18410][] and [18792][]). |
| 57 | 55 |
| 58 [17805]: https://code.google.com/p/dart/issues/detail?id=17805 | 56 [17805]: https://code.google.com/p/dart/issues/detail?id=17805 |
| 59 [18410]: https://code.google.com/p/dart/issues/detail?id=18410 | 57 [18410]: https://code.google.com/p/dart/issues/detail?id=18410 |
| 60 [18749]: https://code.google.com/p/dart/issues/detail?id=18749 | 58 [18749]: https://code.google.com/p/dart/issues/detail?id=18749 |
| 61 [18792]: https://code.google.com/p/dart/issues/detail?id=18792 | 59 [18792]: https://code.google.com/p/dart/issues/detail?id=18792 |
| OLD | NEW |