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