This repository was archived by the owner on Dec 5, 2024. It is now read-only.
v0.20.0
0.20.0 (2021-02-14)
⚠ BREAKING CHANGES
- split out types and imports
Features
- add
defineNuxtConfighelper (6484e97) - add
useRoute,useRouteranduseStorewrapper functions (80e6c08) - add
wrapPropertyhelper information (bc0e091) - do some very dodgy things to improve dx (0998d66), closes #334
- fetch improvements (#366) (d4bdbfb), closes #364 nuxt/nuxt.js#8781 #292
Bug Fixes
- correct
static-jsonpath with custom router base or cdnURL (fca527e), closes #351 - create
static-jsonfolder before dev/build (27e2ffa), closes #337 - ensure
defineNuxtConfigis accessible within config file (06500ab) - split out types and imports (cc81ad6), closes #334
- type issues with new wrapper functions (fb2aa09)
- use es module version of entrypoint in build (72e753a)