3.0.4
  1. bd79be0 [js] Move `allowInterop` functions to `dart:js_util`. by Joshua Litt · 2 years, 7 months ago
  2. 25fb2d6 pkg:js - drop discontinued example, cleanup min SDK by Kevin Moore · 2 years, 8 months ago
  3. 8777138 [pkg:js] Add @JSExport annotation by Srujan Gaddam · 2 years, 11 months ago
  4. 84497e4 [package:js] Add `@trustTypes` annotation. by Joshua Litt · 3 years, 5 months ago
  5. 2494a1b [pkg:js] Enable staticInterop annotations by Srujan Gaddam · 3 years, 9 months ago
  6. 7990144 [pkg:js] Disable @staticInterop until ready by Srujan Gaddam · 4 years ago
  7. 67be663 [pkg:js] Add @staticInterop annotation to package:js by Srujan Gaddam · 4 years ago
  8. e721835 add all flutter/flutter_test/test isolate deps to the allow list by Jacob MacDonald · 5 years ago
  9. 6a1113d Prepare to publish package:js by Nate Bosch · 5 years ago
  10. ec160b7 Start cleaning up docs in package:js by Nate Bosch · 6 years ago
  11. 4b0afdf Run dartfmt on package:js by Jacob Richman · 8 years ago
  12. 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
  13. 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
  14. 90f9686 Move varargs.dart to lib/src (not ready for external publicity yet). by Olivier Chafik · 10 years ago
  15. f25a970 Declarations for rest params / spread operator support in DDC (issue #24623). by Olivier Chafik · 10 years ago
  16. be1fcb9 Switch Js to JS by Jacob Richman · 10 years ago
  17. 045325b pkg/js: improved readme, added example by Kevin Moore · 10 years ago
  18. cd27524 Support user generated custom native JS classes. by Jacob Richman · 10 years ago