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.10.0-pre.1.dev | 6 #### Pub version 0.10.0-pre.2.dev |
| 7 * Ported up to commit [TemplateBinding#1cee02][1cee02] and |
| 8 [NodeBind#c47bc1][c47bc1]. |
| 9 |
| 10 #### Pub version 0.10.0-pre.1 |
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 | 15 |
12 #### Pub version 0.10.0-pre.0 | 16 #### Pub version 0.10.0-pre.0 |
13 * Ported JS code as of commit [fcb7a5][] | 17 * Ported up to commit [TemplateBinding#99e52d][99e52d] and |
| 18 [NodeBind#f7cc76][f7cc76]. |
14 | 19 |
15 [fcb7a5]: https://github.com/Polymer/TemplateBinding/commit/fcb7a502794f19544f2d
4b77c96eebb70830591d | 20 [1cee02]: https://github.com/Polymer/TemplateBinding/commit/1cee027fe67680c93ff2
b6b070d32708226f6a83 |
| 21 [c47bc1]: https://github.com/Polymer/NodeBind/commit/c47bc1b40d1cf0123b29620820a
7111471e83ff3 |
16 [51df59]: https://github.com/Polymer/TemplateBinding/commit/51df59c16e0922dec041
cfe604016aac00918d5d | 22 [51df59]: https://github.com/Polymer/TemplateBinding/commit/51df59c16e0922dec041
cfe604016aac00918d5d |
| 23 [99e52d]: https://github.com/Polymer/TemplateBinding/commit/99e52dd7fbaefdaee980
7648d1d6097eb3e99eda |
| 24 [f7cc76]: https://github.com/Polymer/NodeBind/commit/f7cc76749e509e06fa7cbc9ba97
0f87f5fe33b5c |
OLD | NEW |