Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-05-05 | fix(middleware): emit warning if `next` is called and nothing is returned ↵ | 1 | -3/+1 | ||
(#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) | 1 | -0/+71 | ||
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> |