| 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 | |
| 8 #### Pub version 0.5.0+1 | 5 #### Pub version 0.5.0+1 |
| 9 * Backward compatible change to prepare for upcoming change of the user agent | 6 * Backward compatible change to prepare for upcoming change of the user agent |
| 10 in Dartium. | 7 in Dartium. |
| 11 | 8 |
| 12 #### Pub version 0.5.0 | 9 #### Pub version 0.5.0 |
| 13 * 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). |
| 14 | 11 |
| 15 #### Pub version 0.4.0 | 12 #### Pub version 0.4.0 |
| 16 * Adds `registerDartType` and updates to platform 0.3.3-29065bc | 13 * Adds `registerDartType` and updates to platform 0.3.3-29065bc |
| 17 (re-applies the changes in 0.3.5). | 14 (re-applies the changes in 0.3.5). |
| 18 | 15 |
| 19 #### Pub version 0.3.5+1 | 16 #### Pub version 0.3.5+1 |
| 20 * 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 |
| 21 breaking changes so we are republishing it in 0.4.0) | 18 breaking changes so we are republishing it in 0.4.0) |
| 22 | 19 |
| 23 #### Pub version 0.3.5 | 20 #### Pub version 0.3.5 |
| 24 * 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 |
| 25 in Javascript. | 22 in Javascript. |
| 26 * Updated to platform 0.3.3-29065bc | 23 * Updated to platform 0.3.3-29065bc |
| 27 | 24 |
| 28 #### Pub version 0.3.4 | 25 #### Pub version 0.3.4 |
| 29 * 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 |