Releases: swift-cloud/Vercel
Releases · swift-cloud/Vercel
v1.3.0 - Environment
- Namespace
Vercel.Environment
so it does not clash with other libraries
v1.2.0 - API Improvements
- Ability to set the CDN cache of your response vis
res.cacheControl()
- Ability to specify which product to deploy view
--product MyApp
v1.1.0 - Edge Config
Updates Edge Config to support fully nested configurations:
let enabled = EdgeConfig.default["flags"]["features"]["home_screen"]["for_you"].boolean
v1.0.0 - Initial Release
Initial Release 🥇
Features:
- Easily deploy Swift applications to Vercel
- Full featured express-like Router
- Easy data fetching with
fetch()
- Built in JWT parsing and validation
- Full support for Vercel Edge Config