1. e89fe49 Publish package:web v1 (#271) by Srujan Gaddam · 11 days ago main v1.0.0
  2. e4c4d81 Bump the github-actions group with 2 updates (#269) by dependabot[bot] · 4 weeks ago
  3. 2ae509e Update doc comments, bump version to 1.0.0-wip (#268) by Kevin Moore · 4 weeks ago
  4. 72a806f Account for static members in MDN docs (#267) by Srujan Gaddam · 4 weeks ago
  5. 82b94c2 Add MAC_FF_META to KeyCode constants (#264) by arnaud-secondlayer · 4 weeks ago
  6. 9e20f7f Update Web IDL to 3.49.0 (#266) by Srujan Gaddam · 4 weeks ago
  7. 50239e9 Rename members when they collide with return/parameter type names (#265) by Srujan Gaddam · 4 weeks ago
  8. 6b8a465 Account for typedef nullability (#257) by Srujan Gaddam · 5 weeks ago
  9. f6a7d38 Emit double as return value instead of num (#256) by Srujan Gaddam · 5 weeks ago
  10. 6d22294 Add Float16Array alias (#255) by Srujan Gaddam · 6 weeks ago
  11. 2fe754f Bump actions/checkout from 4.1.5 to 4.1.6 in the github-actions group (#248) by dependabot[bot] · 8 weeks ago
  12. a0ff6ca Require Dart 3.4 (#249) by Kevin Moore · 8 weeks ago
  13. f6f778b Expose `onUnload` event stream and `ElementStream` as a public class (#246) by Kenzie Davisson · 8 weeks ago
  14. e1d5148 Update MDN source and doc comments (#244) by Kevin Moore · 9 weeks ago
  15. 53862f1 update lints dependency (#243) by Kevin Moore · 9 weeks ago
  16. 7604578 Only emit APIs that are standards track and not experimental (#239) by Srujan Gaddam · 9 weeks ago
  17. d776645 Bump actions/checkout from 4.1.4 to 4.1.5 in the github-actions group (#238) by dependabot[bot] · 2 months ago
  18. a59e8b4 blast_repo fixes (#237) by Devon Carew · 2 months ago
  19. c36d962 Fix typo (#236) by mnordine · 3 months ago
  20. ff7185c Bump dart-lang/setup-dart from 1.6.2 to 1.6.4 (#230) by dependabot[bot] · 3 months ago
  21. 6b598d6 Bump actions/checkout from 4.1.2 to 4.1.4 (#231) by dependabot[bot] · 3 months ago
  22. 9d8c802 Only consider extension types that start with JS as JS types (#224) by Srujan Gaddam · 4 months ago
  23. b53bd7f Update README.md (#223) by M. Hanif Shahy · 4 months ago
  24. 3d1b4cb Fix the links in third_party/mdn/README.md (#219) by Kashiwa · 4 months ago
  25. e773de9 Bump actions/checkout from 4.1.1 to 4.1.2 (#218) by dependabot[bot] · 4 months ago
  26. c522718 Update MDN documentation (#213) by Kevin Moore · 4 months ago
  27. f80dcab Update pubspec description to be consistent with README (#210) by Srujan Gaddam · 4 months ago
  28. 27936c4 Generate api docs for getters (#207) by Devon Carew · 4 months ago
  29. 2f13cd5 fix unresolved dartdoc links (#200) by Devon Carew · 5 months ago
  30. 686827a Remove reference to static interop and point to dart.dev page for JS interop (#206) by Srujan Gaddam · 5 months ago
  31. 9b7e29d Add a 'sourced from mdn docs' line to the MDN sourced dartdoc (#198) by Devon Carew · 5 months ago
  32. 51e594b Fix dictionary constructors to accept supertype members and create an empty object when there are no fields (#197) by Srujan Gaddam · 5 months ago
  33. 4af904f Publish 0.5.1 (#196) by Srujan Gaddam · 5 months ago v0.5.1
  34. c72ec1a add instructions for re-generating the package (#195) by Devon Carew · 5 months ago
  35. 8870d04 update the format of the web idl versions file (#194) by Devon Carew · 5 months ago
  36. 641a8df Add generated element constructors (#185) by Srujan Gaddam · 5 months ago
  37. 5e5adc8 Use URI instead of library name (#191) by Srujan Gaddam · 5 months ago
  38. 2f00226 Move IDL version details (#189) by Kevin Moore · 5 months ago
  39. 23475c0 Include MDN API documentation as class and member dartdoc comments (#143) by Devon Carew · 5 months ago
  40. fa4280c mention the migration guide in the readme (#187) by Devon Carew · 5 months ago
  41. d96c01d Use extension types and generics internally (#184) by Srujan Gaddam · 5 months ago
  42. 975e55c Add TrustedTypes (#173) by Kevin Moore · 5 months ago
  43. 0447807 Add info on generation conventions (#171) by Srujan Gaddam · 5 months ago
  44. a54a1f0 Publish web 0.5.0 (#170) by Srujan Gaddam · 5 months ago v0.5.0
  45. 6d95059 tool: use switch expressions (#169) by Kevin Moore · 5 months ago
  46. 459b0e8 Deprecate HttpRequest helper (#163) by Parker Lougheed · 6 months ago
  47. 7bc75c3 Deprecate extension methods returning Point (#164) by Parker Lougheed · 6 months ago
  48. a35642f Remove inconsistent top-level document helpers (#161) by Parker Lougheed · 6 months ago
  49. 1b197cb improve testing of the 'dart fix' data (#166) by Devon Carew · 6 months ago
  50. 85e9999 Remove helper typedefs in favor of fixes (#162) by Parker Lougheed · 6 months ago
  51. 39bcace update to IDLs version 3.43.1 (#160) by Devon Carew · 6 months ago
  52. 0c1c0e0 Run browsers tests with JS and WebAssembly (#165) by Kevin Moore · 6 months ago
  53. fa6eeb9 Remove status section from README (#159) by Kevin Moore · 6 months ago
  54. 3f1285e Reduce the number of DOM APIs we generate code for (#158) by Devon Carew · 6 months ago
  55. 393ed83 Parse browser compatibility metadata (#144) by Devon Carew · 6 months ago
  56. 08b153c Change records to be JSObject (#157) by Srujan Gaddam · 6 months ago
  57. 05e4713 Generate library declarations with @JS annotations (#156) by Srujan Gaddam · 6 months ago
  58. 5b026ab Add generics to JSArrays and JSPromises (#153) by Srujan Gaddam · 6 months ago
  59. 2d965b4 Bump dart-lang/setup-dart from 1.6.0 to 1.6.2 (#155) by dependabot[bot] · 6 months ago
  60. c0fdc17 Generate interop extension types instead of @staticInterop classes (#146) by Srujan Gaddam · 6 months ago
  61. d17fdd2 contribute a fix_data.yaml file to enable 'dart fix' renames (#141) by Devon Carew · 6 months ago
  62. 42e86ca collect MDN API information (#130) by Devon Carew · 7 months ago
  63. 4022b30 Redeprecate deprecated APIs in 0.4.1 (#142) by Srujan Gaddam · 7 months ago
  64. 020ef37 Undeprecate some APIs and prepare for publish of 0.4.2 (#140) by Srujan Gaddam · 7 months ago v0.4.2
  65. dd4bb85 move bindings_generator/ to tool/generator/ (#138) by Devon Carew · 7 months ago
  66. bd89f7c rev to 0.4.1 in preparation for publishing (#135) by Devon Carew · 7 months ago v0.4.1
  67. e3365ed Update generate copyright year to 2024 (#136) by Kevin Moore · 7 months ago
  68. 26c769a write additional version info into the readme (#126) by Devon Carew · 7 months ago
  69. 8e1c5c5 Bump actions/stale from 8.0.0 to 9.0.0 (#132) by dependabot[bot] · 7 months ago
  70. ae2125b regenerate the dom bindings files using new api from package:code_builder (#125) by Devon Carew · 7 months ago
  71. e170bf2 move the tool/bindings_generator dart+node script into the top-level bindings_generator/ directory (#123) by Devon Carew · 7 months ago
  72. acf0beb fixes to the return types of several Node helper extension methods (#121) by Devon Carew · 8 months ago
  73. 9d7b33e Handle Dart SDK change to extension types (#116) by Srujan Gaddam · 8 months ago
  74. 0ae45ec Update README.md (#117) by Devon Carew · 8 months ago
  75. 34b3618 have web.dart export the helpers; deprecate helpers.dart (#115) by Devon Carew · 8 months ago
  76. 865aeaf update the CI workflow to test the generation script (#112) by Devon Carew · 8 months ago
  77. cffc2e3 parse spec info for generated libraries (#111) by Devon Carew · 8 months ago
  78. d902401 update the readme (#110) by Devon Carew · 8 months ago
  79. e5be5b3 delete previously generated files when generating (#108) by Devon Carew · 8 months ago
  80. fdfbaef Cleanup readme (#104) by Kevin Moore · 8 months ago
  81. 67af50b changelog: drop dev release (#103) by Kevin Moore · 8 months ago
  82. 4cb5811 Add event extensions for `WebSocket` (#102) by Kevin Moore · 8 months ago
  83. b0cefd7 Add example (#99) by Kevin Moore · 8 months ago
  84. e99d537 Remove implements JSObject from all types and publish 0.4.0 (#97) by Srujan Gaddam · 9 months ago v0.4.0
  85. f0ce684 Add `onMessage` getter to `WindowEventGetters` extension methods (#95) by Kenzie Davisson · 9 months ago v0.3.1-dev
  86. e0564a4 Bump actions/checkout from 4.1.0 to 4.1.1 (#93) by dependabot[bot] · 9 months ago
  87. bb87f7b Bump dart-lang/setup-dart from 1.5.1 to 1.6.0 (#94) by dependabot[bot] · 9 months ago
  88. d939cfe Add `createIFrameElement` helper (#92) by Kenzie Davisson · 9 months ago
  89. 179a959 Don't emit interface mixins (#90) by Srujan Gaddam · 9 months ago
  90. 73f6d95 Treat JSUndefined as nullable in _RawType (#89) by Srujan Gaddam · 9 months ago
  91. cbc1be1 Fix any nullability and refactor typing model (#88) by Srujan Gaddam · 9 months ago
  92. d578748 Remove unnecessary JS types from webidl_api (#87) by Srujan Gaddam · 9 months ago
  93. a2955fa Use least common supertypes for unions (#86) by Srujan Gaddam · 9 months ago
  94. d859db0 Update IDL, prepare to release v0.3.0 (#85) by Kevin Moore · 10 months ago v0.3.0
  95. c786d74 Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#84) by dependabot[bot] · 10 months ago
  96. 133a85a Bump actions/checkout from 3.6.0 to 4.1.0 (#83) by dependabot[bot] · 10 months ago
  97. 0856987 Change double type aliases to num (#78) by Srujan Gaddam · 10 months ago
  98. f3e59ed Include nullability information for typedefs (#79) by Srujan Gaddam · 10 months ago
  99. d733f2e Refactor typeofEquals usage and remove isInstanceOfDomType (#80) by Srujan Gaddam · 10 months ago v0.2.2-beta
  100. e58c223 Update analysis and test matrices to use flavor: [raw] (#81) by Srujan Gaddam · 10 months ago