Skip to content

Latest commit

 

History

History
270 lines (124 loc) · 10.9 KB

CHANGELOG.md

File metadata and controls

270 lines (124 loc) · 10.9 KB

Changelog

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

0.0.37 (2021-04-21)

0.0.36 (2021-03-13)

0.0.35 (2021-03-13)

Features

  • eagerly warm up cache for client entry (#99) (8070240)

0.0.34 (2021-03-12)

Bug Fixes

0.0.33 (2021-03-12)

Features

  • jsx transform support (without h) (#94) (819ba23)

Bug Fixes

0.0.32 (2021-03-10)

0.0.31 (2021-03-10)

Features

  • improve server rebuild experience (c308fc2)

0.0.30 (2021-03-10)

Features

  • mask nuxt-vite from buildModules (ad46140)

0.0.29 (2021-03-09)

Bug Fixes

  • server: safe replacement for client globals (resolves #73) (37c41af)

0.0.28 (2021-03-02)

Features

  • support postcss and tailwindcss (5298c6b)

0.0.27 (2021-03-02)

Bug Fixes

  • use mkdirpSync for client dir (74639a6)

0.0.26 (2021-03-02)

Bug Fixes

  • add missing ssr type for vite (0fddc94)
  • force externalize axios for server (61aa83b)

0.0.25 (2021-03-02)

Bug Fixes

  • set common browser globals to undefined for server (43a19e3)

0.0.24 (2021-03-02)

Bug Fixes

  • use named import for semver (6253565)
  • pkg: add missing consola dependency (913a83b)

0.0.23 (2021-03-02)

Features

0.0.22 (2021-03-01)

Bug Fixes

  • exclude nanoid from cache (e8f14b8)

0.0.21 (2021-03-01)

Bug Fixes

  • add hotix for i18n module (resolves #58) (434c7c2)

0.0.20 (2021-02-28)

Features

  • support vite:extend and vite:extendConfig hooks (closes #4) (8f81d17)

0.0.19 (2021-02-28)

Bug Fixes

  • exclude ufo and date-fns from optimize deps (fixes #51) (3fa8059)

0.0.18 (2021-02-27)

0.0.17 (2021-02-27)

Bug Fixes

0.0.16 (2021-02-27)

Features

0.0.15 (2021-02-27)

Features

Bug Fixes

0.0.14 (2021-02-27)

Bug Fixes

  • another attempt to fix temp dir error (ee6bb27)
  • use vite fork to addreess #2 vitejs/vite#2299 (d9d86d7)

0.0.13 (2021-02-27)

Bug Fixes

0.0.12 (2021-02-27)

Bug Fixes

  • conditionally add store template (e6a5272)

0.0.11 (2021-02-27)

Bug Fixes

  • handle empty store/middleware (0e7c3ae)

0.0.10 (2021-02-27)

Bug Fixes

  • avoid using \0 for virtual deps (fixes #33) (3220069)

0.0.9 (2021-02-27)

Features

  • add version and experimental warnings (d80c7fc)
  • support page middleware (9e50817)
  • support store (69e6148)

Bug Fixes

  • debounce server rebuilds (c8b5e04)
  • pkg: add ufo dependency (closes #32) (0da46ae)
  • create extra temp directory in cache (b8bc156)
  • hide unused external warning (closes #22) (b039e77)

0.0.8 (2021-02-27)

Bug Fixes

  • fix cacheDir overriding issue (#2) (ff92525)
  • workaround for mjs cache (a99df37)

0.0.7 (2021-02-26)

Bug Fixes

  • avoid mutating resolved config (d9e206e), closes #404

0.0.6 (2021-02-26)

Bug Fixes

  • allow importing plugins without extension (f00320d)

0.0.5 (2021-02-26)

Bug Fixes

  • fix issues with default-export plugin (cbd52d7)
  • support plugins without default export (#20) (fdce8d0)
  • use additional load for default export (fixes #20) (98983c8)

0.0.4 (2021-02-26)

Features

Bug Fixes

  • use rootDir for vite cache directory (fixes #2) (2f2cd4c)

0.0.3 (2021-02-25)

Features

  • support alias and plugins (resolves #3) (21c1e61)

0.0.2 (2021-02-25)

Bug Fixes

  • pkg: move chokidar to dependencies (fd69064)

0.0.1 (2021-02-25)