| 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+1 |
| 6 * Backward compatible change to prepare for upcoming change of the user agent |
| 7 in Dartium. |
| 8 |
| 5 #### Pub version 0.5.0 | 9 #### Pub version 0.5.0 |
| 6 * Upgrades to platform version 0.3.4-02a0f66 (see lib/build.log for details). | 10 * Upgrades to platform version 0.3.4-02a0f66 (see lib/build.log for details). |
| 7 | 11 |
| 8 #### Pub version 0.4.0 | 12 #### Pub version 0.4.0 |
| 9 * Adds `registerDartType` and updates to platform 0.3.3-29065bc | 13 * Adds `registerDartType` and updates to platform 0.3.3-29065bc |
| 10 (re-applies the changes in 0.3.5). | 14 (re-applies the changes in 0.3.5). |
| 11 | 15 |
| 12 #### Pub version 0.3.5+1 | 16 #### 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 | 17 * 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) | 18 breaking changes so we are republishing it in 0.4.0) |
| 15 | 19 |
| 16 #### Pub version 0.3.5 | 20 #### Pub version 0.3.5 |
| 17 * Added `registerDartType` to register a Dart API for a custom-element written | 21 * Added `registerDartType` to register a Dart API for a custom-element written |
| 18 in Javascript. | 22 in Javascript. |
| 19 * Updated to platform 0.3.3-29065bc | 23 * Updated to platform 0.3.3-29065bc |
| 20 | 24 |
| 21 #### Pub version 0.3.4 | 25 #### Pub version 0.3.4 |
| 22 * Updated to platform 0.2.4 (see lib/build.log for details) | 26 * Updated to platform 0.2.4 (see lib/build.log for details) |
| OLD | NEW |