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.11.0-dev |
| 7 * Ported up to commit [TemplateBinding#1cee02][5b9a3b] and |
| 8 [NodeBind#c47bc1][c47bc1]. |
| 9 |
6 #### Pub version 0.10.0 | 10 #### Pub version 0.10.0 |
7 * Applied patch to throw errors asycnhronously if property path evaluation | 11 * Applied patch to throw errors asycnhronously if property path evaluation |
8 fails. | 12 fails. |
9 * Applied patch matching commit [51df59][] (fix parser to avoid allocating | 13 * Applied patch matching commit [51df59][] (fix parser to avoid allocating |
10 PropertyPath if there is a non-null delegateFn). | 14 PropertyPath if there is a non-null delegateFn). |
11 * Ported JS code as of commit [fcb7a5][] | 15 * Ported up to commit [TemplateBinding#99e52d][99e52d] and |
| 16 [NodeBind#f7cc76][f7cc76]. |
12 | 17 |
13 [fcb7a5]: https://github.com/Polymer/TemplateBinding/commit/fcb7a502794f19544f2d
4b77c96eebb70830591d | 18 [1cee02]: https://github.com/Polymer/TemplateBinding/commit/5b9a3be40682e1ccd5e6
c0b04fbe2c54d74b5d1e |
| 19 [c47bc1]: https://github.com/Polymer/NodeBind/commit/c47bc1b40d1cf0123b29620820a
7111471e83ff3 |
14 [51df59]: https://github.com/Polymer/TemplateBinding/commit/51df59c16e0922dec041
cfe604016aac00918d5d | 20 [51df59]: https://github.com/Polymer/TemplateBinding/commit/51df59c16e0922dec041
cfe604016aac00918d5d |
| 21 [99e52d]: https://github.com/Polymer/TemplateBinding/commit/99e52dd7fbaefdaee980
7648d1d6097eb3e99eda |
| 22 [f7cc76]: https://github.com/Polymer/NodeBind/commit/f7cc76749e509e06fa7cbc9ba97
0f87f5fe33b5c |
OLD | NEW |