- FEAT: add
edge.yaml
support + supabase config. (8134137d)
- FIX(supabase_functions): compile code when no dev flag is provided. (c9c0fe3b)
- FIX: register supabase new command. (66fdd085)
- FEAT: add supabase_functions new command. (1a0583ef)
- FEAT: add working supabase example. (c9544bb0)
- REFACTOR: prefer named arguments on DO/KV apis. (c6e07055)
- REFACTOR: update cli implementation (#18). (86802207)
- REFACTOR: extract cloudflare_workers logic to standalone class. (4ab0c13c)
- FEAT: add use-filesystem flag for prod vercel builds. (ea9a6d12)
- REFACTOR: move edge runtime to separate package. (95d4fab7)
- FIX: Uint8List as valid body type. (a4be0591)
- FEAT: add
dev
command & example. (8936f513)
- REFACTOR: restructure runtime location. (3b4407e4)
- FEAT: improve CLI flow for build commands. (179c1c65)
- FEAT: rework edge new flow. (0e337d73)
- FEAT: rework how DOs are handled. (0b06f1ee)
- FEAT: migrate init to named args. (eaddc0ed)
- Add
edge
executable to pubspec.
- Migrate runtime to
edge
package.
- Add
edge
executable.