| 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.1 |
| 7 * Up to date with [TemplateBinding#6a2808][6a2808] (release 0.3.5) |
| 8 |
| 6 #### Pub version 0.12.0+4 | 9 #### Pub version 0.12.0+4 |
| 7 * Widen the dependency constraint on `observe`. | 10 * Widen the dependency constraint on `observe`. |
| 8 | 11 |
| 9 #### Pub version 0.12.0+3 | 12 #### Pub version 0.12.0+3 |
| 10 * fix bug in interop layer to ensure callbacks are run in the dirty-checking | 13 * fix bug in interop layer to ensure callbacks are run in the dirty-checking |
| 11 zone (this only affected running code directly in Dartium without running | 14 zone (this only affected running code directly in Dartium without running |
| 12 pub-build or pub-serve) | 15 pub-build or pub-serve) |
| 13 | 16 |
| 14 #### Pub version 0.12.0 | 17 #### Pub version 0.12.0 |
| 15 * NodeBind interop support. This allows elements such as Polymer's | 18 * NodeBind interop support. This allows elements such as Polymer's |
| (...skipping 14 matching lines...) Expand all Loading... |
| 30 PropertyPath if there is a non-null delegateFn). | 33 PropertyPath if there is a non-null delegateFn). |
| 31 * Ported up to commit [TemplateBinding#99e52d][99e52d] and | 34 * Ported up to commit [TemplateBinding#99e52d][99e52d] and |
| 32 [NodeBind#f7cc76][f7cc76]. | 35 [NodeBind#f7cc76][f7cc76]. |
| 33 | 36 |
| 34 [d9f4543]: https://github.com/Polymer/TemplateBinding/commit/d9f4543dc06935824bf
d43564c442b0897ce1c54 | 37 [d9f4543]: https://github.com/Polymer/TemplateBinding/commit/d9f4543dc06935824bf
d43564c442b0897ce1c54 |
| 35 [5b9a3b]: https://github.com/Polymer/TemplateBinding/commit/5b9a3be40682e1ccd5e6
c0b04fbe2c54d74b5d1e | 38 [5b9a3b]: https://github.com/Polymer/TemplateBinding/commit/5b9a3be40682e1ccd5e6
c0b04fbe2c54d74b5d1e |
| 36 [c47bc1]: https://github.com/Polymer/NodeBind/commit/c47bc1b40d1cf0123b29620820a
7111471e83ff3 | 39 [c47bc1]: https://github.com/Polymer/NodeBind/commit/c47bc1b40d1cf0123b29620820a
7111471e83ff3 |
| 37 [51df59]: https://github.com/Polymer/TemplateBinding/commit/51df59c16e0922dec041
cfe604016aac00918d5d | 40 [51df59]: https://github.com/Polymer/TemplateBinding/commit/51df59c16e0922dec041
cfe604016aac00918d5d |
| 38 [99e52d]: https://github.com/Polymer/TemplateBinding/commit/99e52dd7fbaefdaee980
7648d1d6097eb3e99eda | 41 [99e52d]: https://github.com/Polymer/TemplateBinding/commit/99e52dd7fbaefdaee980
7648d1d6097eb3e99eda |
| 39 [f7cc76]: https://github.com/Polymer/NodeBind/commit/f7cc76749e509e06fa7cbc9ba97
0f87f5fe33b5c | 42 [f7cc76]: https://github.com/Polymer/NodeBind/commit/f7cc76749e509e06fa7cbc9ba97
0f87f5fe33b5c |
| OLD | NEW |