Skip to content

Latest commit

 

History

History
184 lines (93 loc) · 7.63 KB

CHANGELOG.md

File metadata and controls

184 lines (93 loc) · 7.63 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.4.1 (2024-05-09)

Documentation

Chore

  • deps: maintain dependencies (8106724)

0.4.0 (2024-01-06)

Features

Documentation

Chore

  • deps: maintain lock file (f04f104)

0.3.2 (2023-03-21)

Bug Fixes

  • vite: bundle filename renaming (c2f80f6)
  • vite: wait for server to reload before sending revalidation event (fb6cb61)

0.3.1 (2023-03-19)

Bug Fixes

  • vite: consistently invalidate cache directory (c9d35f0)

Chore

  • deps: maintain dependencies (e5e9e33)

0.3.0 (2023-03-18)

Features

  • expose files and various memory cache (af6021a)

Bug Fixes

  • prevent dual cache revalidation (da3af4e)
  • vite: actually skip full build on restart (98182c0)
  • vite: strip query parameters from path (af8ed28)

Chore

Documentation

  • enhanced programmatic cache API (62528f0)
  • refine copy for clarity (615baeb)
  • wrong stackblitz url (a961ca0)

0.2.0 (2023-01-17)

Features

Bug Fixes

Chore

Documentation

0.1.0 (2023-01-11)

⚠ BREAKING CHANGES

  • make html-minifier-terser an optional peer dependency

Chore

Refactor

  • make html-minifier-terser an optional peer dependency (8b23301)

Documentation

  • add tsdocs (2484d2e)
  • provide missing tsconfig.json for stackblitz/standalone download (bd403ab)

0.0.3 (2023-01-09)

Features

  • allow globalData() to be optional according to context (ea202f9)

Bug Fixes

  • render error propagation (00fb23d)

Documentation

0.0.2 (2023-01-08)

Features

  • allow vite plugin to minify generated HML (298f22a)
  • basic vite support (e8f641b)
  • debug & catch-all routes (af5472a)

Bug Fixes

Refactor

  • clean class and helpers (c7b2860)

0.0.1 (2023-01-07)

Chore