1.1.0 (2024-01-01)
1.0.0 (2024-01-01)
- release 1.0.0 (cb6696f)
0.10.3 (2023-05-26)
0.10.2 (2023-03-25)
0.10.1 (2023-02-05)
0.10.0 (2023-02-04)
- Add option to select GAE nodejs version (#70) (6db2125)
- Add support for Google Cloud Logging (#67) (0dcc8a7)
0.9.3 (2023-01-21)
0.9.2 (2022-10-14)
- Mark all paths as secure. (243af43), closes #50
- Set default expiration to none (83a792d)
- Small appyaml fixes (#57) (d19cdfc)
0.9.1 (2022-09-13)
- Correctly read the protocol on localhost (64889fa)
- Solve multiple issues from sveltekit breaking changes (#52) (450f29d)
- update getRequest method call (cdf93a2)
0.9.0 (2022-08-26)
- Return
200 OK
from/_ah/start
(f5f7e64)
0.8.2 (2022-08-26)
0.8.1 (2022-07-19)
- Remove writeStatic from adapter code (534d559)
0.8.0 (2022-07-06)
- add
external
adapter option passed though to esbuild (9171055)
0.7.0 (2022-07-05)
- Change build dir to
build
to follow conventions (73cbfc7) - Only serve immutable files with cache expiration (3bd4960)
- Update esbuild to include source map (b60f318)
- only set long expiration for files in _app/immutable directory (89bc1c6)
- Remove compression from serving (08746d4)
0.6.1 (2022-06-15)
- Adjust imports to support sveltekit >= 341 (9fb0b0e)
0.6.0 (2022-03-26)
- Update to support sveltekit >= 292
- Update to support sveltekit >= 292 (885b03d)
0.5.1 (2022-02-23)
- Minor routing fix (8109808)
0.5.0 (2022-02-23)
- Refactor to support changes in sveltekit 280
- Refactor to support changes in sveltekit 280 (e3086af)
0.4.0 (2022-01-20)
0.3.0 (2022-01-20)
- Make changes to support new request format in sveltekit
- Make changes to support new request format in sveltekit (5223c9a)
0.2.1 (2022-01-07)
- Fix issue where some paths where not added to yaml (401ff61)
0.2.0 (2022-01-07)
- Update adapter to latest sveltekit version.
0.1.1 (2021-11-09)
- Handle paths in windows correctly in app.yaml (77624eb)
0.1.0 (2021-10-20)
- Correctly handle index.html paths in app.yaml (350fc88)