2.13.3
  1. d82e2b2 Prepare to publish js and meta for null safety by Nate Bosch · 4 years, 7 months ago
  2. 8e66354 [ddc] Change is checks for JS types by Srujan Gaddam · 4 years, 9 months ago
  3. bbafd3b remove redundant experiment by pq · 4 years, 10 months ago
  4. 7784843 Bump SDK constraints in js for pub by Nate Bosch · 4 years, 10 months ago
  5. af5501c allow 2.12 prerelease sdks for meta and js by Jacob MacDonald · 4 years, 11 months ago
  6. ccbde0c Prepare package:js for the 2.11 dev SDKs by Nate Bosch · 5 years ago
  7. 146ad01 update js/meta for the 2.10 dev sdk by Jacob MacDonald · 5 years ago meta-v1.3.0-nullsafety.2
  8. f88ce7a Increase Dart version to 2.10 by William Hesse · 5 years ago
  9. e780b31 prep package:js for null safety release by Jacob MacDonald · 5 years ago
  10. 073cbcc [pkg:js] Enable pedantic lints by Kevin Moore · 5 years ago
  11. e721835 add all flutter/flutter_test/test isolate deps to the allow list by Jacob MacDonald · 5 years ago
  12. 6a1113d Prepare to publish package:js by Nate Bosch · 5 years ago
  13. 3b6ca27 Collapse package:js changelog by Nate Bosch · 5 years ago
  14. 554f03a Opt package:js in to null safety. by Robert Nystrom · 5 years ago
  15. 97cf54c Remove some stale JS interop known differences by Nate Bosch · 6 years ago
  16. 8342ec2 Fix pub.dev URLs throughout SDK repo by Kevin Moore · 6 years ago
  17. 6d28f59 Added promiseToFuture function to js_util.dart by Derek Xu · 6 years ago
  18. 0f109da Updating the package:js README by Kathy Walrath · 6 years ago
  19. 60e474b Add section on known bugs by Nate Bosch · 6 years ago
  20. ec160b7 Start cleaning up docs in package:js by Nate Bosch · 6 years ago
  21. c6556dc [package:js] draft proposal to improve JS interop, see #35084 by Jenny Messerly · 7 years ago
  22. fa629d8 pkg/js: fix pubspec author by Kevin Moore · 7 years ago
  23. af613c7 pkg/js: support Dart <3.0.0 by Kevin Moore · 7 years ago
  24. 6b91739 Making license files consistent across all packages by Kevin Moore · 8 years ago
  25. 4b0afdf Run dartfmt on package:js by Jacob Richman · 8 years ago
  26. 3f17200 Add a note on the README of js package (#27701) by Alexandre Ardhuin · 9 years ago
  27. 984f5c9 Added js import to sample code. (#26985) by Danny Tuppeny · 9 years ago
  28. bacd980 Fix sdk version constraint for pkg:js 0.6.1 by Jacob Richman · 9 years ago
  29. 410cde6 Fix analyzer warnings in js_util_test, skip js_util_test in csp mode and baseline expectations for analyze_library.status by Jacob Richman · 9 years ago
  30. 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
  31. 83d8f91 Remove duplicate word by Nathan Kerr · 10 years ago
  32. 3d43d6d pkg/js: prepare for 0.6.0 release by Kevin Moore · 10 years ago
  33. 87fc010 pkg/js: moved example code to https://github.com/google/chartjs.dart/ by Kevin Moore · 10 years ago
  34. e7e012e fix readme for pkg/js and prepare another release by Kevin Moore · 10 years ago
  35. 928e305 update pkg/js for changes is 1.13-dev.7.7 by Kevin Moore · 10 years ago
  36. 447b287 Update chart.js with @anonymous by Alexandre Ardhuin · 10 years ago
  37. 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
  38. eab2ef5 Rev pkg js version by Jacob Richman · 10 years ago
  39. 90f9686 Move varargs.dart to lib/src (not ready for external publicity yet). by Olivier Chafik · 10 years ago
  40. f25a970 Declarations for rest params / spread operator support in DDC (issue #24623). by Olivier Chafik · 10 years ago
  41. b74ce18 pkg/js: update version, example, and SDK constraint for annotation change by Kevin Moore · 10 years ago
  42. be1fcb9 Switch Js to JS by Jacob Richman · 10 years ago
  43. e32d7d7 pkg/js: add link to example by Kevin Moore · 10 years ago
  44. 045325b pkg/js: improved readme, added example by Kevin Moore · 10 years ago
  45. 9e8c868 Big cleanup to README. Added CHANGELOG. by Kevin Moore · 10 years ago
  46. 6dd851e Update version number in pkg/js pubspec in preparation for publishing the package. by Jacob Richman · 10 years ago
  47. ff33099 Fix version constraint so that package:js is fine to use with prerelease versions of the SDK by Jacob Richman · 10 years ago
  48. cd27524 Support user generated custom native JS classes. by Jacob Richman · 10 years ago