2.6.0
  1. ec160b7 Start cleaning up docs in package:js by Nate Bosch · 6 years ago
  2. 4b0afdf Run dartfmt on package:js by Jacob Richman · 8 years ago
  3. 96ca5db Add JSNative utility class with static methods methods to efficiently manipulate typed JSInterop objects in cases where the member name is not known statically. These methods would be extension methods on JSObject if Dart supported extension methods. Update package js to export these methods. Implement in Dart2JS. Implement JS$ in dart2js. by Jacob Richman · 9 years ago
  4. e0d2263 Add @anonymous annotation and restrict object literal constructors to only anonymous classes. This frees up defining factory constructors that do not correspond to object literals on JS interop classes. by Jacob Richman · 10 years ago
  5. 90f9686 Move varargs.dart to lib/src (not ready for external publicity yet). by Olivier Chafik · 10 years ago
  6. f25a970 Declarations for rest params / spread operator support in DDC (issue #24623). by Olivier Chafik · 10 years ago
  7. be1fcb9 Switch Js to JS by Jacob Richman · 10 years ago
  8. 045325b pkg/js: improved readme, added example by Kevin Moore · 10 years ago
  9. cd27524 Support user generated custom native JS classes. by Jacob Richman · 10 years ago