Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 ## 0.6.1 | |
| 2 * Add JSNative utility class with static methods methods to efficiently | |
| 3 manipulate typed JSInterop objects in cases where the member name | |
| 4 is not known statically. These methods would be extension methods on JSObject | |
| 5 if Dart supported extension methods. | |
| 6 | |
| 1 ## 0.6.0 | 7 ## 0.6.0 |
| 2 | 8 |
| 3 * Version 0.6.0 is a complete rewrite of `package:js`. | 9 * Version 0.6.0 is a complete rewrite of `package:js`. |
| OLD | NEW |