Skip to content

Latest commit

 

History

History
202 lines (92 loc) · 10.6 KB

CHANGELOG.md

File metadata and controls

202 lines (92 loc) · 10.6 KB

Changelog

0.20.1 (2024-07-13)

Bug Fixes

  • work around SWA issue with empty form bodies (#179) (d14aae1)

0.20.0 (2024-01-01)

Features

  • require SvelteKit 2 and Node 18 (c77c842)

0.19.1 (2023-11-20)

Bug Fixes

  • do not rewrite /api and /data-api requests to SvelteKit (#162) (aa36771)
  • do not throw on parsing client principal (#160) (0fe3eaa)

0.19.0 (2023-08-17)

Features

0.18.0 (2023-08-03)

Features

0.17.0 (2023-07-02)

Features

0.16.0 (2023-05-12)

Features

0.15.0 (2023-03-18)

Features

Bug Fixes

0.14.0 (2023-03-15)

Features

  • expose client principal through platform (#107) (e41f89c)

Bug Fixes

  • binary body is incorrectly parsed as UTF-8 (#123) (4869959)

0.13.0 (2023-01-23)

Features

  • bump deps to SvelteKit 1.0 (d050933)

0.12.0 (2022-11-21)

Features

0.11.0 (2022-10-18)

Features

Bug Fixes

0.10.0 (2022-08-23)

Features

0.9.0 (2022-08-17)

Features

0.8.0 (2022-07-25)

Features

  • remove call to writeStatic (0d88a6f)

0.7.0 (2022-06-11)

Features

  • handle polyfill breaking change (51baba9)
  • target node 16 (4b1b68f)
  • throw error if API package.json does not exist (fd60cb2)
  • update immutable directory (b729d3b)

Bug Fixes

  • update types to support ESNext (4cd7535)

0.6.1 (2022-03-11)

Bug Fixes

  • prevent file not found error when index not prerendered (#39) (0e7960a)

0.6.0 (2022-03-09)

Features

  • support SvelteKit 1.0.0-next.292 (db1ffc6)

0.5.0 (2022-02-26)

Features

  • support SvelteKit 1.0.0-next.287 (#33) (b79ab95)

Bug Fixes

  • allow returning binary responses from endpoints (#32) (e0070cb)

0.4.0 (2022-02-03)

Features

  • add customStaticWebAppConfig option (#28) (70702ff)
  • add immutable cache headers to hashed assets (66e4cc4)
  • support SvelteKit 1.0.0-next.234 (#29) (61c374d)

0.3.0 (2022-01-07)

Features

  • add debug setting to log request info (581bdf3)
  • allow index.html to be dynamic (1a089e1)

0.2.0 (2022-01-05)

Features

0.1.0 (2021-12-23)

Features

Bug Fixes

  • transpile output for Node 12 (edb7153)