| 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.0 |
| 6 * Upgrades to platform version 0.3.4-02a0f66 (see lib/build.log for details). |
| 7 |
| 5 #### Pub version 0.4.0 | 8 #### Pub version 0.4.0 |
| 6 * Adds `registerDartType` and updates to platform 0.3.3-29065bc | 9 * Adds `registerDartType` and updates to platform 0.3.3-29065bc |
| 7 (re-applies the changes in 0.3.5). | 10 (re-applies the changes in 0.3.5). |
| 8 | 11 |
| 9 #### Pub version 0.3.5+1 | 12 #### Pub version 0.3.5+1 |
| 10 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had | 13 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had |
| 11 breaking changes so we are republishing it in 0.4.0) | 14 breaking changes so we are republishing it in 0.4.0) |
| 12 | 15 |
| 13 #### Pub version 0.3.5 | 16 #### Pub version 0.3.5 |
| 14 * Added `registerDartType` to register a Dart API for a custom-element written | 17 * Added `registerDartType` to register a Dart API for a custom-element written |
| 15 in Javascript. | 18 in Javascript. |
| 16 * Updated to platform 0.3.3-29065bc | 19 * Updated to platform 0.3.3-29065bc |
| 17 | 20 |
| 18 #### Pub version 0.3.4 | 21 #### Pub version 0.3.4 |
| 19 * Updated to platform 0.2.4 (see lib/build.log for details) | 22 * Updated to platform 0.2.4 (see lib/build.log for details) |
| OLD | NEW |