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