- 1fce418: BREAKING! remove headers adapter option (all headers passed to app by default)
- c99f66b: remove deprecated AwsServerlessAdapter
- d8184ce: add missing peer dependency
- update sveltekit to ^1.0.0
- fix handling of request headers
- init sveltekit server
- simplify handling of pre-rendered routes
- node-fetch > undici
- adjust to sveltekit changes (remove writeStatic, sveltejs/kit#5618)
- fix warnings when bundling site (#11)
- allow + in path of static file (related to sveltejs/kit#5748)
- adjust to sveltekit changes (sveltejs/kit#4934)
- add client address provider
- 7399f8f: Allow CDK tokens (values that are evaluated during deploy) in renderer environment
- 2cdd82b: adjust to adapter changes (1.0.0-next.282 -> 1.0.0-next.292)
- fix build on win32
- a863f90: adjust to breaking changes in @sveltejs/kit@1.0.0-next.280
- 1a10ef9: fix transformation of binary request body
- 4e8a024: fix transformation of binary response body
- fix routing for /index.svelte when it's not prerendered
- BREAKING: Drop support for CDK v1
- BREAKING: only support one configuration of CloudFront, Lambda@Edge and S3
- Solve problems with prerendered pages
- Fix problems with caching of SSR pages
- Block headers that are blacklisted by CloudFront
- refactor shim handling and adapter compile order
- change package type to esmodule
- Construct Request object with body
- Comply with changes in SvelteKit adapter interface (1.0.0-next.240)
- Adjust to changes in SvelteKit adapter interface (contributed by KayoticSully)
- inject environment variables to lambda@edge adapter
- handle empty response body in lambda@edge adapter
- log level handling in renderer adapters
- exclude externals from api doc
-
Add option to deploy rendered as Lambda@Edge function that is attached to the distribution.
Caused some refactoring in constructs and definately broke the API. Api still doesn't feel right, so expect more of that.
- 5ba4e28: update package info for npm
- This is initial release, which provides just enough functionality to deploy the demo site.