Skip to content

Latest commit

 

History

History
126 lines (59 loc) · 6.34 KB

CHANGELOG.md

File metadata and controls

126 lines (59 loc) · 6.34 KB

0.2.19 (2020-12-10)

Bug Fixes

  • core: Options.loadModule() return type (afea8bf)

0.2.18 (2020-12-08)

Bug Fixes

  • 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 and descriptor.styles.*.lang to be dynamically loaded. (25af387)

0.2.17 (2020-12-08)

Features

  • core: enhance moduleCache management (4ab1dbd)

Bug Fixes

  • 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)

Bug Fixes

  • build: enable babel-loader sourceMap (9fe51af)
  • build: enable ts sourceMap (through ts-loader) (a09ec5e)

0.2.15 (2020-12-03)

Features

  • core: now, getFile() may return the file content or an object { content, extname } (292db5f)

0.2.14 (2020-11-30)

Bug Fixes

  • 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)

Features

  • build: add more --env options for bundle build (1971ac1)

Bug Fixes

  • core: in a Vue component, allow missing <template>, <script> and <style> blocks (3882746)

0.2.12 (2020-11-29)

Features

  • core: add code-frame in compilation errors for template, style, SFC script ad imported scripts (521bea6)

0.2.11 (2020-11-28)

Features

  • core: loadModule() throw when a mandatory option is not defined. (1f62eac)
  • workflow: add evalHtmlComments.js tool (c86208b)

0.2.10 (2020-11-28)

Features

  • 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)

Bug Fixes

  • core: add missing scoped option in sfc_compileTemplate() call (ed99480)
  • docs: unpkg.com CDN url (06f0378)

0.2.7 (2020-11-27)

Features

  • 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)

Bug Fixes

  • workflow: exclude **/node_modules/ from npm package (898ec6a)

0.2.0 (2020-11-26)

Features

  • doc: add package version in the final package (see BannerPlugin) (484f83e)

Reverts

  • Revert "chore(workflow): enhancements" (633d9a5)