0.2.19 (2020-12-10)
- core: Options.loadModule() return type (afea8bf)
0.2.18 (2020-12-08)
- build: issue with cross-env-shell and
$npm_package_version
(72c1539) - build: issue with cross-env-shell and
$npm_package_version
(b2f09c7) - core: allow
descriptor.template.lang
anddescriptor.styles.*.lang
to be dynamically loaded. (25af387)
0.2.17 (2020-12-08)
- core: enhance moduleCache management (4ab1dbd)
- core: call addStyle() with scopeId only if style is scoped (cd10f83)
- core: fix import() path resolution (33af5e9)
- core: fix module cache handling (80907a4)
0.2.16 (2020-12-07)
- build: enable babel-loader sourceMap (9fe51af)
- build: enable ts sourceMap (through ts-loader) (a09ec5e)
0.2.15 (2020-12-03)
- core: now, getFile() may return the file content or an object
{ content, extname }
(292db5f)
0.2.14 (2020-11-30)
- build: restore @babel/highlight that is required by @babel/code-frame (c728343)
- docs: fix/enhance "more complete API usage example" example (61cfe04)
0.2.13 (2020-11-30)
- build: add more --env options for bundle build (1971ac1)
- core: in a Vue component, allow missing
<template>
,<script>
and<style>
blocks (3882746)
0.2.12 (2020-11-29)
- core: add code-frame in compilation errors for template, style, SFC script ad imported scripts (521bea6)
0.2.11 (2020-11-28)
- core: loadModule() throw when a mandatory option is not defined. (1f62eac)
- workflow: add evalHtmlComments.js tool (c86208b)
0.2.10 (2020-11-28)
- core: add code frame in JS code compilation error reports (caa2d0d)
- core: report JS code compilation errors through options.log() (c806016)
0.2.8 (2020-11-27)
- core: add missing scoped option in sfc_compileTemplate() call (ed99480)
- docs: unpkg.com CDN url (06f0378)
0.2.7 (2020-11-27)
- core: export the version of the library (4e1b1c7)
0.2.3 (2020-11-26)
0.2.2 (2020-11-26)
0.2.1 (2020-11-26)
- workflow: exclude **/node_modules/ from npm package (898ec6a)
0.2.0 (2020-11-26)
- doc: add package version in the final package (see BannerPlugin) (484f83e)
- Revert "chore(workflow): enhancements" (633d9a5)