| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add /browser-rendering/screenshot url | Alex Pooley (@zuedev) | 2025-06-23 | 1 | -1/+36 |
| | | |||||
| * | add function to check if a Twitch channel is live | Alex Pooley (@zuedev) | 2025-06-23 | 1 | -20/+20 |
| | | |||||
| * | feat(router): add scheduled event handler for triggering tasks | Alex | 2025-03-23 | 1 | -0/+14 |
| | | |||||
| * | feat(router): add email event handler to forward messages to a specified address | Alex | 2025-03-23 | 1 | -0/+14 |
| | | |||||
| * | refactor(router): reorganize Router class into separate index file and ↵ | Alex | 2025-03-23 | 1 | -1/+1 |
| | | | | | remove legacy router.js | ||||
| * | refactor(router): remove unused test route handler | Alex | 2025-03-23 | 1 | -8/+0 |
| | | |||||
| * | feat(router): Add support for dynamic route parameters | Alex | 2025-03-23 | 1 | -0/+8 |
| | | | | | | | | | | - Enhanced the `add` method to handle parameterized routes (e.g., `/test/:name`) by converting `:param` into regex groups. - Updated the `route` method to extract and store route parameters in the `parameters` property. - Added logic to match parameterized routes and pass extracted parameters to handlers. - Included a fallback for 404 responses when no route matches. This update allows handlers to access dynamic route parameters via `router.parameters`. | ||||
| * | refactor: implement Router class for improved request handling | Alex | 2025-03-23 | 1 | -79/+62 |
| | | |||||
| * | docs: add JSDoc comment for fetch event handler | Alex | 2025-03-23 | 1 | -0/+10 |
| | | |||||
| * | docs: add JSDoc comment for Respond helper function | Alex Pooley | 2025-03-22 | 1 | -0/+6 |
| | | |||||
| * | add `96/twitch/streaming` endpoint | Alex Pooley | 2025-03-21 | 1 | -0/+49 |
| | | |||||
| * | better response handling + cors | Alex Pooley | 2025-03-20 | 1 | -4/+13 |
| | | |||||
| * | move back to vanilla | Alex Pooley | 2025-03-20 | 1 | -45/+51 |
| | | |||||
| * | feat: enhance middleware by adding pretty JSON responses and request ID | Alex Pooley | 2025-03-19 | 1 | -1/+9 |
| | | |||||
| * | feat: implement service status validation and refactor status route | Alex Pooley | 2025-03-19 | 1 | -30/+7 |
| | | |||||
| * | refactor: rename context variable for clarity in route handlers | Alex Pooley | 2025-03-19 | 1 | -8/+8 |
| | | |||||
| * | remove ts | Alex Pooley | 2025-03-19 | 1 | -0/+60 |
