Features
- vercel-deploy: support root middleware #547 (Pokai Chang)
Bug Fixes
- fix comma unexpectedly added into some route keys #541 (Pokai Chang)
- vercel-deploy: support dynamic routes #541 (Pokai Chang)
- vercel-deploy: dynamic routes with single param #541 (Pokai Chang)
- vercel-deploy: fix routing bugs by generalizing route path determination #541 (Pokai Chang)
- vercel-deploy: fix static API routes not working #541 (Pokai Chang)
- vercel-deploy: fix API route build failure when react is used and project is not a monorepo #543 (Pokai Chang)
- vercel-deploy: fix api routes with additional extensions (e.g.
data.json+api.ts
) #547 (Pokai Chang)
Code Refactoring
- extract
getPathnameFromFilePath
#541 (Pokai Chang)
Chores
- docs: update api route docs #545 (Domantas Petrauskas)
- update deps for one #541 (Pokai Chang)
- run typecheck on CI #548 (Pokai Chang)
- build types for @vxrn/resolve #548 (Pokai Chang)
- skip router type checking for test app #548 (Pokai Chang)
Commits
- e253891: v1.1.484 (natew)