Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-06 | [ci] format | 2 | -4/+13 | ||
2023-08-17 | `astro:` namespace for middleware and components (#8101) | 1 | -1/+1 | ||
* `astro:` namespace for middleware and components * Update errors to use namespace * Create a namespace module just for the astro: stuff | |||||
2023-07-14 | nit: export props has been unnecessary.. forever (#7646) | 2 | -2/+2 | ||
2023-05-05 | fix(middleware): emit warning if `next` is called and nothing is returned ↵ | 3 | -31/+7 | ||
(#7010) * fix(middleware): emit warning if `next` is called and nothing is returned * chore: add test case * chore: changeset * chore: restore code, ooops! * chore: change logic * change namespace | |||||
2023-05-03 | feat(astro): experimental middleware (#6721) | 8 | -0/+393 | ||
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> |