Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-23 | chore: add code generation for @types/deno (#25545) | David Sherret | |
2024-08-05 | fix(urlpattern): correct typings for added APIs (#24881) | Leo Kettmeir | |
2024-05-05 | docs: update categories to match new planned sitemap (#23677) | Jo Franchetti | |
Updating categories for new sitemap as documented here: https://lucid.app/lucidspark/744b0498-a133-494d-981c-76059dd18885/edit?view_items=jpvBwFdYlNdB&invitationId=inv_50c83415-2aa5-423f-b438-ea156695c08b | |||
2024-04-16 | feat(ext/url): add `URL.parse` (#23318) | Kenta Moriuchi | |
Closes #23069 | |||
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret | |
2023-07-03 | fix(dts): make globals available on globalThis (#19438) | ud2 | |
This PR changes Web IDL interfaces to be declared with `var` instead of `class`, so that accessing them via `globalThis` does not raise type errors. Closes #13390. | |||
2023-04-26 | fix(dts): `URLPatternComponentResult` groups should have possibly undefined ↵ | David Sherret | |
key values (#18643) Closes #18640 | |||
2023-04-04 | feat(ext/url): `URL.canParse` (#18286) | Kenta Moriuchi | |
2023-03-14 | feat(ext/url): URLSearchParams.size (#17884) | Lino Le Van | |
2023-03-13 | docs(ext): Update docs for URLPattern to make all examples work (#17870) | Kamil Ogórek | |
2023-01-02 | chore: update copyright year to 2023 (#17247) | David Sherret | |
Yearly tradition of creating extra noise in git. | |||
2022-08-17 | docs: add category tag for built-in APIs (#15480) | Kitson Kelly | |
2022-07-20 | chore: align some Web API type definitions to lib.dom.d.ts (#15219) | ayame113 | |
2022-01-20 | chore: update copyright year (#13434) | Yoshiya Hinosawa | |
2021-10-18 | docs(ext/url): typo in URLPatternResult (#12470) | Satya Rohith | |
2021-10-15 | fix(docs): correct `pattern.match()` to `pattern.exec()` (#12450) | Libing Chen | |
2021-09-08 | feat: add URLPattern API (#11941) | Luca Casonato | |
This adds support for the URLPattern API. The API is added in --unstable only, as it has not yet shipped in any browser. It is targeted for shipping in Chrome 95. Spec: https://wicg.github.io/urlpattern/ Co-authored-by: crowlKats < crowlkats@toaxl.com > | |||
2021-09-02 | feat(fmt): add basic JS doc formatting (#11902) | David Sherret | |
2021-08-11 | Rename extensions/ directory to ext/ (#11643) | Ryan Dahl | |