Skip to content

v2.0.0-beta.3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 23 Jan 15:48
· 26 commits to beta since this release
d8857d0

2.0.0-beta.3 (2023-01-23)

Features

  • Export RESPONSE_HEADERS and fix its type (#1039) (d8857d0)

BREAKING CHANGES

  • the Access-Control-Allow-Credentials header value is
    now the string 'true' instead of Boolean true. This could affect
    tests that rely on unstringified values.