summaryrefslogtreecommitdiff
path: root/ext/url
AgeCommit message (Expand)Author
2023-01-08feat(core): allow specifying name and dependencies of an Extension (#17301)Leo Kettmeir
2023-01-06perf(ext,runtime): remove using `SafeArrayIterator` from `for-of` (#17255)Kenta Moriuchi
2023-01-05chore: forward v1.29.2 release commit to main (#17277)denobot
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-20chore: Update dlint (#17031)Kenta Moriuchi
2022-12-19fix: display URL in invalid URL error (#17128)Leo Kettmeir
2022-12-15chore: forward v1.29.1 release commit to main (#17067)denobot
2022-12-15Revert "feat(ops): Fast zero copy string arguments (#16777)" (#17063)Bartek Iwańczuk
2022-12-151.29.0 (#17052)denobot
2022-12-02feat(ops): Fast zero copy string arguments (#16777)Divy Srivastava
2022-12-01chore: forward v1.28.3 release commit to main (#16884)denobot
2022-11-24chore: forward v1.28.2 release commit to main (#16796)denobot
2022-11-22chore: workspace inheritance (#16343)Leo Kettmeir
2022-11-17chore: forward v1.28.1 release commit to main (#16678)denobot
2022-11-131.28.0 (#16620)denobot
2022-11-09chore: forward v1.27.2 release commit to main (#16572)denobot
2022-11-04chore: forward v1.27.1 release commit to main (#16533)denobot
2022-10-271.27.0 (#16442)denobot
2022-10-17chore: forward v1.26.2 to main (#16331)Bartek Iwańczuk
2022-10-06chore: forward v1.26.1 release commit to main (#16178)denobot
2022-09-291.26.0denobot
2022-09-22chore: forward v1.25.4 release commit to main (#16001)David Sherret
2022-09-19chore: fix clippy warnings (#15944)Ben Noordhuis
2022-09-15chore: forward v1.25.3 release commit to main (#15919)Colin Ihrig
2022-09-11perf(url): return early if url has no query string (#15856)Andrew Johnston
2022-09-10perf: optimize URL serialization (#15663)Divy Srivastava
2022-09-09chore: forward v1.25.2 release commit to main (#15831)denobot
2022-09-02chore: forward v1.25.1 release commit to main (#15735)denobot
2022-08-25v1.25.0Bartek Iwańczuk
2022-08-17docs: add category tag for built-in APIs (#15480)Kitson Kelly
2022-08-11chore: forward v1.24.3 release commit to main (#15462)denobot
2022-08-11perf(ops): Monomorphic sync op calls (#15337)Aapo Alasuutari
2022-08-05chore: forward v1.24.2 release commit to main (#15410)denobot
2022-07-29Forward 1.24.1 to main (#15333) (#15336)Colin Ihrig
2022-07-28fix(ext/fetch): resolve TODOs about WebIDL conversions in body init (#15312)Phosra
2022-07-211.24.0 (#15262)denobot
2022-07-20chore: align some Web API type definitions to lib.dom.d.ts (#15219)ayame113
2022-07-12chore: forward v1.23.4 release commit to main (#15172)Colin Ihrig
2022-07-06fix(ext/url): missing primordial (#15096)Garcia
2022-07-051.23.3 (#15081)denobot
2022-06-30chore: forward 1.23.2 to main (#15027)David Sherret
2022-06-23v1.23.1 (#14954)Kayla Washburn
2022-06-151.23.0 (#14878)denobot
2022-06-15chore: upgrade various deps (#14876)Ryan Dahl
2022-06-15fix(url): properly indent when inspecting URLs (#14867)cjihrig
2022-06-09chore: Forward v1.22.3 to main (#14835)Colin Ihrig
2022-06-02chore: Forward v1.22.2 to main (#14785)Bartek Iwańczuk
2022-05-271.22.1Kitson Kelly
2022-05-181.22.0 (#14657)denobot
2022-05-15Revert "core: don't include_str extension js code (#10786)" (#14614)Aaron O'Mullan