| OLD | NEW |
| 1 #### Pub version 0.9.0-dev | 1 #### Pub version 0.9.0+1 |
| 2 * Remove all `.map` and `.concat.js` files during release mode. |
| 3 |
| 4 #### Pub version 0.9.0 |
| 2 * Updated to platform version 0.4.2, internally a deprecated API was removed, | 5 * Updated to platform version 0.4.2, internally a deprecated API was removed, |
| 3 hence the bump in the version number. | 6 hence the bump in the version number. |
| 4 | 7 |
| 5 * split dart_support.js in two. dart_support.js only contains what is | 8 * split dart_support.js in two. dart_support.js only contains what is |
| 6 necessary in order to use platform.js, | 9 necessary in order to use platform.js, |
| 7 interop_support.js/interop_support.html can be imported separately when | 10 interop_support.js/interop_support.html can be imported separately when |
| 8 providing Dart APIs for js custom elements. | 11 providing Dart APIs for js custom elements. |
| 9 | 12 |
| 10 #### Pub version 0.8.0 | 13 #### Pub version 0.8.0 |
| 11 * Re-apply changes from 0.7.1+1 and also cherry pick | 14 * Re-apply changes from 0.7.1+1 and also cherry pick |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had | 70 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had |
| 68 breaking changes so we are republishing it in 0.4.0) | 71 breaking changes so we are republishing it in 0.4.0) |
| 69 | 72 |
| 70 #### Pub version 0.3.5 | 73 #### Pub version 0.3.5 |
| 71 * Added `registerDartType` to register a Dart API for a custom-element written | 74 * Added `registerDartType` to register a Dart API for a custom-element written |
| 72 in Javascript. | 75 in Javascript. |
| 73 * Updated to platform 0.3.3-29065bc | 76 * Updated to platform 0.3.3-29065bc |
| 74 | 77 |
| 75 #### Pub version 0.3.4 | 78 #### Pub version 0.3.4 |
| 76 * Updated to platform 0.2.4 (see lib/build.log for details) | 79 * Updated to platform 0.2.4 (see lib/build.log for details) |
| OLD | NEW |