Skip to content

Latest commit

 

History

History
354 lines (181 loc) · 20.4 KB

CHANGELOG.md

File metadata and controls

354 lines (181 loc) · 20.4 KB

Changelog

0.15.0 (2023-01-17)

⚠ BREAKING CHANGES

Bug Fixes

0.14.4 (2022-09-08)

Bug Fixes

0.14.3 (2022-09-02)

Bug Fixes

  • #180: Prepend Server.init before calling Server.respond (#181) (5c937c9)

0.14.2 (2022-08-13)

Bug Fixes

  • #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)

Bug Fixes

0.14.1 (2022-06-02)

Bug Fixes

  • #169: Replace @sveltejs/kit/install-fetch with @sveltejs/kit/node/polyfills (cc00699)

0.14.0 (2022-05-14)

Features

Bug Fixes

0.14.0 (2022-05-13)

Bug Fixes

  • 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)

Bug Fixes

  • missed rename of hostingSite to target, bump kit for types (#149) (cebf821)

0.13.0 (2021-09-19)

Features

  • fb deploy targets. Rename opt hostingSite to target (#144) (2ffe777)

Bug Fixes

0.12.0 (2021-09-16)

Features

  • compute esbuild target from Function runtime version (#137) (61f2b3b)
  • deprecate Cloud Run support (#135) (ee5d92a)
  • rename adapter config firebaseJson to firebaseJsonPath (#135) (ee5d92a)

Bug Fixes

  • output entrypoint code without verbose mode (#138) (305ae73)

0.11.2 (2021-09-10)

Bug Fixes

0.11.1 (2021-09-08)

Bug Fixes

0.11.0 (2021-08-23)

Features

0.10.5 (2021-07-21)

Bug Fixes

  • document potential Cloud Run deprecation (#119) (ac8cd74)

0.10.4 (2021-07-21)

Features

Bug Fixes

0.9.2 (2021-07-09)

Bug Fixes

  • beta version compat table (114a30f)

0.9.1 (2021-07-07)

Bug Fixes

  • use esbuild inject api to ensure exec order & polyfill (#104) (52429d2)

0.9.0 (2021-07-04)

Features

0.8.5 (2021-06-25)

Bug Fixes

0.8.4 (2021-05-30)

Bug Fixes

  • specify minimum nodejs version in package.json (#98) (456da34)

0.8.3 (2021-05-30)

Bug Fixes

  • use SK computed config to determine if static dirs differ (#97) (53e3c97)

0.8.2 (2021-05-30)

Bug Fixes

  • simplify body parsing & add handler types (#96) (8b47baf)

0.8.1 (2021-05-30)

Bug Fixes

  • wait request body infinitely in handler.js (#93) (94c4158)

0.8.0 (2021-05-30)

Features

  • update adapter api to latest with config (#95) (622739f)

0.7.8 (2021-05-28)

Bug Fixes

  • improve tests & document tip codes (#85) (8f33de7)

0.7.7 (2021-05-17)

Bug Fixes

  • improve guide & logging of adapter (#80) (e60f5e2)

0.7.6 (2021-05-16)

Bug Fixes

  • import of svelte.config.js requires string (#74) (3376a22)

0.7.5 (2021-05-16)

Bug Fixes

  • import call for svelte.config.js on windows (#76) (02992ce)

0.7.4 (2021-05-13)

Bug Fixes

  • instruct firebase deployment alongside Cloud Run (#67) (d1a1797)

0.7.3 (2021-05-13)

Bug Fixes

  • ensure valid cloud function runtime version (#66) (46fafad)

0.7.2 (2021-05-13)

Bug Fixes

  • static output dir differes from static source dirs (#65) (72c7670)

0.7.1 (2021-05-13)

Bug Fixes

0.7.0 (2021-05-12)

Features

  • sync new SvelteKit & init test suite (#52) (a1cb743)

0.6.5 (2021-05-10)

Bug Fixes

  • resolve dirname of firebaseJsonDir (#49) (7556c7d)

0.6.4 (2021-05-10)

Bug Fixes

  • export firebaseJsonDir from config parser func (#48) (5ec2e18)

0.6.3 (2021-05-07)

Bug Fixes

  • allow any node package manager to install (#46) (417f167)

0.6.2 (2021-05-07)

Bug Fixes

  • treat firebase.json as root dir for Firebase resources (#43) (82c8493)

0.6.1 (2021-05-06)

Bug Fixes

  • handle empty deps when cloud run target (#41) (b7719bd)

0.6.0 (2021-05-06)

Bug Fixes

  • remove unused pnpm run build cmd from workflow (#40) (e7ab34a)

Features

0.5.2 (2021-04-28)

Bug Fixes

0.5.1 (2021-03-22)

Bug Fixes

  • align adapter API with SvelteKit v1.0.0-next.54 (#23) (abe68f1)

0.5.0 (2021-03-16)

Features

0.4.1 (2021-03-15)

Bug Fixes

  • dir structure and rollup cli entrypoint (#19) (fd0c5f2)

0.4.0 (2021-03-15)

Features

  • SvelteKit CR update with better Firebase config parsing (#18) (42ddb0c)

0.3.3 (2021-03-04)

Bug Fixes

Changelog

All notable changes to this project will be documented in this file.

0.3.2 (2021-02-09)

Bug Fixes

  • destructure of adapter config error (#11) (6ece557)

0.3.1 (2021-02-08)

Bug Fixes

  • elevate logs to .warn & check CFs for @sveltejs/kit dep (#9) (6b35ee1)

0.3.0 (2021-02-07)

  • fix: cjs output from sveltekit requires rename of local require in handler.js
  • fix: destructure of undefined in index.js.adapter(). Fixes #5

0.2.0 (2021-01-06)

  • chore: build with microbundle instead of Rollup directly
  • chore: format & lint with xojs instead of rome.tools
  • chore: Joi as dependency and not inlined

0.1.0 (2021-01-05)

🎉 Initial Release

  • feat: Cloud Functions for Firebase target
  • feat: Cloud Run target
  • feat: Integrates with existing functions
  • feat: Supports Firebase configurations with multiple sites