Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
LukeHagar pushed 1 commit to crossws LukeHagar/kit
- Update documentation/docs/25-build-and-deploy/99-writing-adapters.md Co-authored-by: Ben McCann <322311+benmccann@us... de37505
LukeHagar pushed 173 commits to crossws LukeHagar/kit
- fix: disregard presence/absence of trailing slash in prerendered redirect (#12966) * fix: disregard presence/absence... 030a099
- Version Packages (#12965) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> be39f06
- chore: move migrate package to CLI repo (#12971) 598129a
- chore: remove marked test (#12982) b24d37e
- docs: remove outdated svelte-hmr FAQ (#12988) d94a854
- chore: update playground and add an endpoint (#12983) c717db9
- fix: csp nonce in `script-src-elem`, `style-src-attr` and `style-src-elem` when using unsafe-inline (#11613) * add n... 6df00fc
- chore: setup pkg.pr.new (#12977) 7b5c98d
- docs: fix title for the code block (#12991) * . * this is better? * similar changes to other files * Update... 7a17bd2
- fix: support custom servers using HTTP/2 in production (#12989) Co-authored-by: Chew Tee Ming <chew.tee.ming@nindate... 0bd4426
- docs: block controls visible #815 (#12969) * chore: block controls visible #815 * chore: reverted ff86b70
- chore(deps): update pnpm to v9.13.0 (#12994) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.git... 98de316
- Version Packages (#12992) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> 435984b
- docs: update vitePreprocess section for Svelte 5 (#13011) 143dbf9
- fix: handle empty Headers when serialising Request passed to fetch (#13023) 570562b
- chore(deps): update pnpm to v9.13.2 (#13001) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.git... 94c45b9
- docs: use svelte 5 syntax (#13030) * docs: use svelte 5 syntax * apply change to other pages too --------- ... 239fe18
- fix: use default cookie decoder (#13037) Co-authored-by: Simon H <[email protected]> Co-a... 1358ccc
- chore(deps): update pnpm to v9.14.2 (#13029) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.git... a3ef25f
- chore: support building with Node 22 (#13043) Also adjust the validation logic to not care at all when building on V... 20df748
- and 153 more ...
LukeHagar created a comment on a pull request on sveltejs/kit
@benmccann @dummdidumm @eltigerchino I think things are rapidly approaching done here, I would really appreciate if someone could lead the charge in getting any additional eyes on this needed, addi...
LukeHagar created a comment on a pull request on unjs/crossws
After publish I'll update the dep in the kit PR and test locally
LukeHagar created a review comment on a pull request on sveltejs/kit
@pi0 Here is a PR with a possible solution, would love to get your eyes on it https://github.com/unjs/crossws/pull/113
LukeHagar opened a pull request on unjs/crossws
feat: proposing possible throw type solution
<!-- PLEASE DO THIS BEFORE SUBMITTING A PR 1) Make sure there is an issue covering the problem or idea first. If not, please create one. Reference it in the PR via "resolves #12312312" 2) Ple...LukeHagar created a branch on LukeHagar/crossws
throw-types - 🔌 Cross-platform WebSocket Servers for Node.js, Deno, Bun and Cloudflare Workers.
LukeHagar created a review comment on a pull request on sveltejs/kit
rebase will need to happen for sure, I'll get that process started.
LukeHagar pushed 19 commits to main LukeHagar/crossws
- chore(deps): update all non-major dependencies (#89) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.nor... f9d0946
- chore(deps): update all non-major dependencies (#98) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.nor... 3c852d9
- chore(deps): update all non-major dependencies (#99) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.nor... 630577f
- chore(deps): update all non-major dependencies (#100) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.no... ad0b7e2
- chore(deps): update all non-major dependencies (#101) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.no... b5fda3a
- chore(deps): update autofix-ci/action digest to 551dded (#104) Co-authored-by: renovate[bot] <29139614+renovate[bot]... 708b1d0
- chore: update deps bef0f4f
- docs: add `destr` tip for JSON parsing (#109) 14b4f6b
- chore(examples): fix typo (#107) f33efaf
- chore(deps): update codecov/codecov-action action to v5 (#92) Co-authored-by: renovate[bot] <29139614+renovate[bot]@... 676c577
- feat: support throwing responses in `upgrade` hook (#91) Co-authored-by: Pooya Parsa <[email protected]> c850a66
- chore: remote unused type e3c2cf5
- feat(peer): support `context` (#110) d17eee6
- feat: shared context between `upgrade` hook and `peer` (#111) 35842c6
- chore: update build config 3f5a5dc
- chore: fix upgrade hook type regression in #91 ee7b282
- fix(types): `peer.request` always has `.headers` if defined e915f8d
- fix(types): mark `peer.request` as always defined 8fbb59b
- chore(release): v0.3.2 a1cab88
LukeHagar pushed 1 commit to crossws LukeHagar/kit
- moved adapter integration, added response getter to HttpError 6408350