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 template_binding package. | 4 template_binding package. |
5 | 5 |
| 6 #### Pub version 0.12.0-dev |
| 7 * NodeBind interop support. This allows elements such as Polymer's |
| 8 core-elements and paper-elements to work properly with Dart binding paths, |
| 9 including using Elements and functions as values, and two-way bindings. |
| 10 * NodeBind is no longer ported. It now comes from |
| 11 packages/web_components/platform.js |
| 12 |
6 #### Pub version 0.11.0 | 13 #### Pub version 0.11.0 |
7 * Ported up to commit [TemplateBinding#1cee02][5b9a3b] and | 14 * Ported up to commit [TemplateBinding#1cee02][5b9a3b] and |
8 [NodeBind#c47bc1][c47bc1]. | 15 [NodeBind#c47bc1][c47bc1]. |
9 | 16 |
10 #### Pub version 0.10.0 | 17 #### Pub version 0.10.0 |
11 * Applied patch to throw errors asycnhronously if property path evaluation | 18 * Applied patch to throw errors asynchronously if property path evaluation |
12 fails. | 19 fails. |
13 * Applied patch matching commit [51df59][] (fix parser to avoid allocating | 20 * Applied patch matching commit [51df59][] (fix parser to avoid allocating |
14 PropertyPath if there is a non-null delegateFn). | 21 PropertyPath if there is a non-null delegateFn). |
15 * Ported up to commit [TemplateBinding#99e52d][99e52d] and | 22 * Ported up to commit [TemplateBinding#99e52d][99e52d] and |
16 [NodeBind#f7cc76][f7cc76]. | 23 [NodeBind#f7cc76][f7cc76]. |
17 | 24 |
18 [1cee02]: https://github.com/Polymer/TemplateBinding/commit/5b9a3be40682e1ccd5e6
c0b04fbe2c54d74b5d1e | 25 [1cee02]: https://github.com/Polymer/TemplateBinding/commit/5b9a3be40682e1ccd5e6
c0b04fbe2c54d74b5d1e |
19 [c47bc1]: https://github.com/Polymer/NodeBind/commit/c47bc1b40d1cf0123b29620820a
7111471e83ff3 | 26 [c47bc1]: https://github.com/Polymer/NodeBind/commit/c47bc1b40d1cf0123b29620820a
7111471e83ff3 |
20 [51df59]: https://github.com/Polymer/TemplateBinding/commit/51df59c16e0922dec041
cfe604016aac00918d5d | 27 [51df59]: https://github.com/Polymer/TemplateBinding/commit/51df59c16e0922dec041
cfe604016aac00918d5d |
21 [99e52d]: https://github.com/Polymer/TemplateBinding/commit/99e52dd7fbaefdaee980
7648d1d6097eb3e99eda | 28 [99e52d]: https://github.com/Polymer/TemplateBinding/commit/99e52dd7fbaefdaee980
7648d1d6097eb3e99eda |
22 [f7cc76]: https://github.com/Polymer/NodeBind/commit/f7cc76749e509e06fa7cbc9ba97
0f87f5fe33b5c | 29 [f7cc76]: https://github.com/Polymer/NodeBind/commit/f7cc76749e509e06fa7cbc9ba97
0f87f5fe33b5c |
OLD | NEW |