| OLD | NEW |
| 1 # changelog | 1 # changelog |
| 2 | 2 |
| 3 This file contains highlights of what changes on each version of this package. | 3 This file contains highlights of what changes on each version of this package. |
| 4 | 4 |
| 5 #### Pub version 0.5.1 |
| 6 * Upgrades to platform version 0.3.5-fe549bc (see lib/build.log for details). |
| 7 |
| 5 #### Pub version 0.5.0 | 8 #### Pub version 0.5.0 |
| 6 * Upgrades to platform version 0.3.4-02a0f66 (see lib/build.log for details). | 9 * Upgrades to platform version 0.3.4-02a0f66 (see lib/build.log for details). |
| 7 | 10 |
| 8 #### Pub version 0.4.0 | 11 #### Pub version 0.4.0 |
| 9 * Adds `registerDartType` and updates to platform 0.3.3-29065bc | 12 * Adds `registerDartType` and updates to platform 0.3.3-29065bc |
| 10 (re-applies the changes in 0.3.5). | 13 (re-applies the changes in 0.3.5). |
| 11 | 14 |
| 12 #### Pub version 0.3.5+1 | 15 #### Pub version 0.3.5+1 |
| 13 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had | 16 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had |
| 14 breaking changes so we are republishing it in 0.4.0) | 17 breaking changes so we are republishing it in 0.4.0) |
| 15 | 18 |
| 16 #### Pub version 0.3.5 | 19 #### Pub version 0.3.5 |
| 17 * Added `registerDartType` to register a Dart API for a custom-element written | 20 * Added `registerDartType` to register a Dart API for a custom-element written |
| 18 in Javascript. | 21 in Javascript. |
| 19 * Updated to platform 0.3.3-29065bc | 22 * Updated to platform 0.3.3-29065bc |
| 20 | 23 |
| 21 #### Pub version 0.3.4 | 24 #### Pub version 0.3.4 |
| 22 * Updated to platform 0.2.4 (see lib/build.log for details) | 25 * Updated to platform 0.2.4 (see lib/build.log for details) |
| OLD | NEW |