mirror of
https://github.com/withastro/astro.git
synced 2025-02-10 22:38:53 -05:00
8 lines
292 B
Markdown
8 lines
292 B
Markdown
|
---
|
||
|
'astro': patch
|
||
|
---
|
||
|
|
||
|
Adds support for `Date()`, `Map()`, and `Set()` from action results. See [devalue](https://github.com/Rich-Harris/devalue) for a complete list of supported values.
|
||
|
|
||
|
Also fixes serialization exceptions when deploying Actions with edge middleware on Netlify and Vercel.
|