Skip to content

Releases: HalfdanJ/svelte-adapter-appengine

svelte-adapter-appengine v0.8.2

26 Aug 15:47
999ba9c
Compare
Choose a tag to compare

Bug Fixes

  • Add server init (f59b92c), closes #44
  • Modify test to support sveltekit 406 (ef11d09)

svelte-adapter-appengine v0.8.1

19 Jul 18:59
69eb956
Compare
Choose a tag to compare

Bug Fixes

  • Remove writeStatic from adapter code (534d559)

svelte-adapter-appengine v0.8.0

15 Jul 20:56
2ac6ea7
Compare
Choose a tag to compare

Features

  • add external adapter option passed though to esbuild (9171055)

svelte-adapter-appengine v0.7.0

05 Jul 17:04
0d35209
Compare
Choose a tag to compare

Features

  • Change build dir to build to follow conventions (73cbfc7)
  • Only serve immutable files with cache expiration (3bd4960)
  • Update esbuild to include source map (b60f318)

Bug Fixes

  • only set long expiration for files in _app/immutable directory (89bc1c6)
  • Remove compression from serving (08746d4)

svelte-adapter-appengine v0.6.1

15 Jun 19:50
705a74c
Compare
Choose a tag to compare

Bug Fixes

  • Adjust imports to support sveltekit >= 341 (9fb0b0e)

svelte-adapter-appengine v0.6.0

26 Mar 15:22
1f4353f
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Update to support sveltekit >= 292

Code Refactoring

  • Update to support sveltekit >= 292 (885b03d)

svelte-adapter-appengine v0.5.1

23 Feb 02:23
917402a
Compare
Choose a tag to compare

Bug Fixes

svelte-adapter-appengine v0.5.0

23 Feb 02:00
10fbff6
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Refactor to support changes in sveltekit 280

Code Refactoring

  • Refactor to support changes in sveltekit 280 (e3086af)

svelte-adapter-appengine v0.4.0

20 Jan 22:51
2f782bf
Compare
Choose a tag to compare

Features

  • Add support for custom app.yaml file. Fixes #14 (4f2a4d6)

svelte-adapter-appengine v0.3.0

20 Jan 19:03
d14a8b8
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Make changes to support new request format in sveltekit

Code Refactoring

  • Make changes to support new request format in sveltekit (5223c9a)