Skip to content

Latest commit

 

History

History
481 lines (212 loc) · 20 KB

CHANGELOG.md

File metadata and controls

481 lines (212 loc) · 20 KB

1.10.15 (2024-09-30)

Bug Fixes

  • deps: update all dependencies (non-major) (0d5f108)

1.10.14 (2024-09-23)

Bug Fixes

  • deps: update all dependencies (non-major) (36271bf)

1.10.13 (2024-04-08)

Bug Fixes

  • deps: update dependency pino to v8.20.0 (1ba03f1)

1.10.12 (2024-04-03)

Bug Fixes

  • deps: update all dependencies (non-major) (4645641)

1.10.11 (2024-01-15)

Bug Fixes

  • deps: update all dependencies (non-major) (fe009be)

1.10.10 (2024-01-08)

Bug Fixes

  • deps: update all dependencies (non-major) (cdef6fb)

1.10.9 (2024-01-02)

Bug Fixes

  • deps: update all dependencies (non-major) (fa8dc9e)

1.10.8 (2023-12-15)

Bug Fixes

  • include defineElement in client bundle (8ac19c7)

1.10.7 (2023-11-24)

Bug Fixes

  • set inlineDynamicImports in the right spot (e65f623)

1.10.6 (2023-10-30)

Bug Fixes

  • run replacement of process.env.NODE_ENV for client-side (#126) (8100fba)

1.10.5 (2023-10-30)

Bug Fixes

  • don't render dev scripts in prod mode (813daa9)

1.10.4 (2023-10-06)

Bug Fixes

  • make sure ESBuild plugins run in dev-command (b33a76c)
  • run esbuild with plugins on all project files (6295bd1)

1.10.3 (2023-10-06)

Bug Fixes

  • use esm as output for intermediary esbuild (59b6899)

1.10.2 (2023-09-14)

Bug Fixes

  • fixed debouce bug casing rare dev server crash (48752e7)

1.10.1 (2023-08-13)

Bug Fixes

1.10.0 (2023-08-11)

Features

  • enabling config override files on the format "config//.json" (#107) (124fd4e)

1.9.7 (2023-07-06)

Bug Fixes

1.9.6 (2023-07-05)

Bug Fixes

  • do not use development bundling urls in non development context (#98) (10cfde2)

1.9.5 (2023-07-05)

Bug Fixes

  • prevent undefined registry error and further reduce intermittent page reload delay error (#97) (dee4df9)

1.9.4 (2023-07-04)

Bug Fixes

1.9.3 (2023-07-04)

Bug Fixes

  • remove files altogether (b1234f7)

1.9.2 (2023-07-04)

Bug Fixes

1.9.1 (2023-07-04)

Bug Fixes

  • make sure commands are included on publish as well (b6a2ff5)

1.9.0 (2023-07-04)

Bug Fixes

  • refactor file watching and ws out of plugins (80ad3e7)
  • set connection close to stop 503s on restarts (7002057)

Features

  • add generated types for the podlet-server (c9f9ec1)

1.8.14 (2023-07-03)

Bug Fixes

  • deps: update all dependencies (non-major) (696e2b0)

1.8.13 (2023-06-30)

Bug Fixes

  • try to avoid running scripts etc in dev mode when starting the app (#78) (fa7a12f)

1.8.12 (2023-06-28)

Bug Fixes

1.8.11 (2023-06-27)

Bug Fixes

  • ensure url paths have correct number of slash characters (#89) (d8e6b9c)

1.8.10 (2023-06-26)

Bug Fixes

  • deps: update all dependencies (non-major) (460df25)

1.8.9 (2023-06-19)

Bug Fixes

  • deps: update all dependencies (non-major) (d60f4bb)

1.8.8 (2023-06-13)

Bug Fixes

  • replace unsafeHtml with unsafeStatic for tag names (f917083)

1.8.7 (2023-06-12)

Bug Fixes

  • Do not load language file on each request (6c7df36)

1.8.6 (2023-06-12)

Bug Fixes

  • deps: update all dependencies (non-major) (e832621)

1.8.5 (2023-06-06)

Bug Fixes

  • deps: update all dependencies (non-major) (aaded08)

1.8.4 (2023-05-31)

Bug Fixes

  • Disable request logging (e79677e)

1.8.3 (2023-05-31)

Bug Fixes

  • deps: update dependency @fastify/restartable to v2 (418f26b)
  • deps: update dependency @rollup/plugin-commonjs to v25 (35f5f49)

1.8.2 (2023-05-29)

Bug Fixes

  • deps: update all dependencies (non-major) (a098eb7)

1.8.1 (2023-05-22)

Bug Fixes

  • deps: update all dependencies (non-major) (2ebfa80)

1.8.0 (2023-05-16)

Features

  • inject convict object into extensions schema function (#69) (3cbb3f0)

1.7.2 (2023-05-15)

Bug Fixes

  • deps: update all dependencies (non-major) (5f250be)

1.7.1 (2023-05-08)

Bug Fixes

  • deps: update all dependencies (non-major) (63c655e)

1.7.0 (2023-05-03)

Bug Fixes

  • resolve issues with tests after merging i18n changes (#63) (7aa786d)

Features

  • i18n: add lingui with support for compilation and extraction (#52) (780134c)

1.6.7 (2023-05-01)

Bug Fixes

  • deps: update all dependencies (non-major) (9339c35)

1.6.6 (2023-04-27)

Bug Fixes

  • prevent stripping of all headers (#60) (c8afd39)

1.6.5 (2023-04-27)

Bug Fixes

  • ensure metrics are properly streamed. Add additional metrics for import element (#59) (356f91b)

1.6.4 (2023-04-26)

Bug Fixes

  • remove header validation as headers should not be validated by default (#58) (cfd83b9)

1.6.3 (2023-04-26)

Bug Fixes

  • cli: remove app header when starting app in production (#56) (9b85e0f)

1.6.2 (2023-04-24)

Bug Fixes

  • deps: update all dependencies (non-major) (9d81bd3)

1.6.1 (2023-04-24)

Bug Fixes

  • log host and env on info when app starts (#53) (9d5c266)

1.6.0 (2023-04-21)

Bug Fixes

  • make it possible to disable compression (ad970e4)
  • update hydrate support to the latest package from lit (8bd9684)

Features

  • add auto documentation pages (a122853)

1.5.4 (2023-04-21)

Bug Fixes

  • replace dsd ponyfill with more comprehensive implementation (#50) (688d1d3)

1.5.3 (2023-04-20)

Bug Fixes

  • make it possible to disable compression (e51c818)

1.5.2 (2023-04-17)

Bug Fixes

  • ensure dependency paths are resolved correctly during a build (ac27e41)

1.5.1 (2023-04-17)

Bug Fixes

  • deps: update all dependencies (non-major) (8f4a4ec)

1.5.0 (2023-04-16)

Features

  • add test server for testing applications (807c753)

1.4.0 (2023-04-13)

Features

  • add support for extensions (5540230)

1.3.1 (2023-04-10)

Bug Fixes

  • deps: update all dependencies (non-major) (0fd89dc)

1.3.0 (2023-03-29)

Bug Fixes

  • refine file watching in dev (436d8df)

Features

  • refactor logging in dev mode to improve usablity (2c40b22)

1.2.1 (2023-03-27)

Bug Fixes

1.2.0 (2023-03-27)

Bug Fixes

Features

  • add document.js to support Podium document template (0191c38)

1.1.1 (2023-03-26)

Bug Fixes

  • Use http-errors on internal errors (eaf7428)

1.1.0 (2023-03-26)

Features

  • set grace to 0 in dev, default to 5000 and allow override (e51bc2c)

1.0.0 (2023-03-26)

Bug Fixes

  • create dist folder ahead of time (54e0525)
  • deps: update dependency esbuild to v0.17.13 (8e8f6a4)
  • deps: update dependency ora to v6.3.0 (2cde542)
  • deps: update dependency pino-pretty to v10 (e3214f4)
  • deps: update dependency rollup to v3.20.2 (0e9c382)
  • Fix premature close (69dc315)
  • fix watch crash when rebundling and restart server when files are added or deleted (323f719)
  • listen on all ipv4 hosts (9ddee80)

Features

  • improve prod bundle sizes with rollup (042479a)