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