summaryrefslogtreecommitdiff
path: root/ext/url/lib.deno_url.d.ts
AgeCommit message (Expand)Author
2024-09-23chore: add code generation for @types/deno (#25545)David Sherret
2024-08-05fix(urlpattern): correct typings for added APIs (#24881)Leo Kettmeir
2024-05-05docs: update categories to match new planned sitemap (#23677)Jo Franchetti
2024-04-16feat(ext/url): add `URL.parse` (#23318)Kenta Moriuchi
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-07-03fix(dts): make globals available on globalThis (#19438)ud2
2023-04-26fix(dts): `URLPatternComponentResult` groups should have possibly undefined k...David Sherret
2023-04-04feat(ext/url): `URL.canParse` (#18286)Kenta Moriuchi
2023-03-14feat(ext/url): URLSearchParams.size (#17884)Lino Le Van
2023-03-13docs(ext): Update docs for URLPattern to make all examples work (#17870)Kamil Ogórek
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-08-17docs: add category tag for built-in APIs (#15480)Kitson Kelly
2022-07-20chore: align some Web API type definitions to lib.dom.d.ts (#15219)ayame113
2022-01-20chore: update copyright year (#13434)Yoshiya Hinosawa
2021-10-18docs(ext/url): typo in URLPatternResult (#12470)Satya Rohith
2021-10-15fix(docs): correct `pattern.match()` to `pattern.exec()` (#12450)Libing Chen
2021-09-08feat: add URLPattern API (#11941)Luca Casonato
2021-09-02feat(fmt): add basic JS doc formatting (#11902)David Sherret
2021-08-11Rename extensions/ directory to ext/ (#11643)Ryan Dahl