Skip to content

Latest commit

 

History

History
186 lines (83 loc) · 7.54 KB

CHANGELOG.md

File metadata and controls

186 lines (83 loc) · 7.54 KB

0.9.1 (2020-05-03)

Bug Fixes

  • readBody can return null (a83637e)

0.9.0 (2020-05-03)

Bug Fixes

  • disable trasnformAssetUrls for now (2677c93)
  • fix resolver ensurejs check (7b126af)

Features

  • handle <script src> in index.html (63b4de6)
  • handle js css import hmr (538198c)
  • handle relative asset paths (5d7ac46)
  • resolve css relative urls + base64 inline (f29037d)
  • support importing css from js (a3bb973)
  • support importing json (97dc7ba)
  • support passing --flag=false via cli (3ff579c)
  • support string literal dynamic imports (8ef6d4d)
  • ws protocol based on location protocol (#31) (9af9ec1)

0.8.1 (2020-04-30)

Bug Fixes

  • fix resolver ensurejs check (3a3442f)

0.8.0 (2020-04-30)

Features

  • allow passing rollupPluginVueOptions for build (a0053a0)
  • support process.env.NODE_ENV (d4ccd15)
  • support self-accepting hmr (30ab444)

0.7.0 (2020-04-29)

Bug Fixes

  • support deep file paths on write (48f2459)

Features

  • support __DEV__ flag
  • allow adjusting cssFileName in build (d9a0798)
  • allow customizing build via options (1b0b4ba)
  • allow plugins to send custom hmr events (a22472d)
  • support omitting .js extension (d00523f)

0.6.1 (2020-04-28)

Bug Fixes

  • rewrite should only serve cache if upstream is 304 (c3a7a96)
  • tag -> etag (43fe56f)

0.6.0 (2020-04-27)

Bug Fixes

  • fix hmr for windows
  • only set 304 if etag matches (e0c7354)
  • fix resolving scoped packages and relative imports inside node_modules (#15) (78ae1b7)

Features

  • http caching for vue requests (ecc7219)

0.5.3 (2020-04-26)

Bug Fixes

  • hmr: fix template + style update hmr (cdcb930), closes #13
  • fix <style module> hmr (6cef3fe)

Features

0.5.1 (2020-04-24)

0.5.0 (2020-04-24)

Features

0.4.0 (2020-04-23)

Features

0.3.2 (2020-04-22)

0.3.1 (2020-04-22)

Bug Fixes

  • do not attempt rewrite on 304 (7b75253)

0.3.0 (2020-04-22)

0.2.0 (2020-04-21)

Features

  • support import rewriting in index.html (4ed433a)

0.1.2 (2020-04-21)

Bug Fixes

  • use correct vue & compiler-sfc (0d5a2a4)
  • use dependency vue if user has no local installation (bb9baa2)

0.1.1 (2020-04-21)

Features