| OLD | NEW |
| 1 #### Pub version 0.9.0-dev |
| 2 * Updated to platform version 0.4.2, internally a deprecated API was removed, |
| 3 hence the bump in the version number. |
| 4 |
| 1 #### Pub version 0.8.0 | 5 #### Pub version 0.8.0 |
| 2 * Re-apply changes from 0.7.1+1 and also cherry pick | 6 * Re-apply changes from 0.7.1+1 and also cherry pick |
| 3 [efdbbc](https://github.com/polymer/CustomElements/commit/efdbbc) to fix | 7 [efdbbc](https://github.com/polymer/CustomElements/commit/efdbbc) to fix |
| 4 the customElementsTakeRecords function. | 8 the customElementsTakeRecords function. |
| 5 * **Breaking Change** The customElementsTakeRecords function now has an | 9 * **Breaking Change** The customElementsTakeRecords function now has an |
| 6 an optional argument `node`. There is no longer a single global observer, | 10 an optional argument `node`. There is no longer a single global observer, |
| 7 but one for each ShadowRoot and one for the main document. The observer that | 11 but one for each ShadowRoot and one for the main document. The observer that |
| 8 is actually used defaults to the main document, but if `node` is supplied | 12 is actually used defaults to the main document, but if `node` is supplied |
| 9 then it will walk up the document tree and use the first observer that it | 13 then it will walk up the document tree and use the first observer that it |
| 10 finds. | 14 finds. |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had | 62 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had |
| 59 breaking changes so we are republishing it in 0.4.0) | 63 breaking changes so we are republishing it in 0.4.0) |
| 60 | 64 |
| 61 #### Pub version 0.3.5 | 65 #### Pub version 0.3.5 |
| 62 * Added `registerDartType` to register a Dart API for a custom-element written | 66 * Added `registerDartType` to register a Dart API for a custom-element written |
| 63 in Javascript. | 67 in Javascript. |
| 64 * Updated to platform 0.3.3-29065bc | 68 * Updated to platform 0.3.3-29065bc |
| 65 | 69 |
| 66 #### Pub version 0.3.4 | 70 #### Pub version 0.3.4 |
| 67 * Updated to platform 0.2.4 (see lib/build.log for details) | 71 * Updated to platform 0.2.4 (see lib/build.log for details) |
| OLD | NEW |