Skip to content

Releases: swift-cloud/Vercel

v1.3.0 - Environment

23 Jan 17:36
Compare
Choose a tag to compare
  • Namespace Vercel.Environment so it does not clash with other libraries

v1.2.0 - API Improvements

23 Jan 04:30
Compare
Choose a tag to compare
  • 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

22 Jan 22:09
Compare
Choose a tag to compare

Updates Edge Config to support fully nested configurations:

let enabled = EdgeConfig.default["flags"]["features"]["home_screen"]["for_you"].boolean

v1.0.0 - Initial Release

22 Jan 20:57
Compare
Choose a tag to compare

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