0.15.0 (2023-01-17)
- sync with [email protected] based on (PRs #194 #200) (#203)
- #192: replace getStaticDirectory with kit.files.assets (#193) (a4b4daa)
- sync with [email protected] based on (PRs #194 #200) (#203) (352072d)
0.14.4 (2022-09-08)
0.14.3 (2022-09-02)
0.14.2 (2022-08-13)
- #172: Remove reference to obsoleted
writeStatic
(#173) (9a990a0) - bump kit versions, update deps & fix xojs issues (#178) (dde0a0e)
- Pass rendered.headers to writeHead as object (#176) (11d90cb)
0.14.1 (2022-06-15)
- #169: Replace
installFetch()
withinstallPolyfills()
(#170) (9c44f0c) - builds on windows (#164) (0dd5005)
0.14.1 (2022-06-02)
- #169: Replace @sveltejs/kit/install-fetch with @sveltejs/kit/node/polyfills (cc00699)
0.14.0 (2022-05-14)
0.14.0 (2022-05-13)
- Supports the latest sveltekit apis (tested up until sveltekit 330) ([#159)
- Thanks to nielsvandermolen and co3k for the patch submissions.
0.13.1 (2021-10-10)
0.13.0 (2021-09-19)
0.12.0 (2021-09-16)
- compute esbuild target from Function runtime version (#137) (61f2b3b)
- deprecate Cloud Run support (#135) (ee5d92a)
- rename adapter config
firebaseJson
tofirebaseJsonPath
(#135) (ee5d92a)
0.11.2 (2021-09-10)
0.11.1 (2021-09-08)
0.11.0 (2021-08-23)
0.10.5 (2021-07-21)
0.10.4 (2021-07-21)
0.9.2 (2021-07-09)
- beta version compat table (114a30f)
0.9.1 (2021-07-07)
0.9.0 (2021-07-04)
0.8.5 (2021-06-25)
0.8.4 (2021-05-30)
0.8.3 (2021-05-30)
0.8.2 (2021-05-30)
0.8.1 (2021-05-30)
0.8.0 (2021-05-30)
0.7.8 (2021-05-28)
0.7.7 (2021-05-17)
0.7.6 (2021-05-16)
0.7.5 (2021-05-16)
0.7.4 (2021-05-13)
0.7.3 (2021-05-13)
0.7.2 (2021-05-13)
0.7.1 (2021-05-13)
0.7.0 (2021-05-12)
0.6.5 (2021-05-10)
0.6.4 (2021-05-10)
0.6.3 (2021-05-07)
0.6.2 (2021-05-07)
0.6.1 (2021-05-06)
0.6.0 (2021-05-06)
- update to [email protected], convert to esm (#39) (d2f95a1)
0.5.2 (2021-04-28)
0.5.1 (2021-03-22)
0.5.0 (2021-03-16)
0.4.1 (2021-03-15)
0.4.0 (2021-03-15)
0.3.3 (2021-03-04)
All notable changes to this project will be documented in this file.
0.3.2 (2021-02-09)
0.3.1 (2021-02-08)
- fix: cjs output from sveltekit requires rename of local require in handler.js
- fix: destructure of undefined in index.js.adapter(). Fixes #5
- chore: build with microbundle instead of Rollup directly
- chore: format & lint with xojs instead of rome.tools
- chore: Joi as dependency and not inlined
🎉 Initial Release
- feat: Cloud Functions for Firebase target
- feat: Cloud Run target
- feat: Integrates with existing
functions
- feat: Supports Firebase configurations with multiple sites