Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@volar/html2pug

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@volar/html2pug - npm Package Versions

13
9

0.32.0

Diff

Changelog

Source

0.32.0 (2022/2/25)

  • feat: experimental webview features for vite (#208)
  • perf: bundle extension to speed up startup
johnsoncodehk
published 0.31.4 •

Changelog

Source

0.31.4 (2022/2/14)

  • perf: faster auto-import completion (#808)
johnsoncodehk
published 0.31.3 •

Changelog

Source

0.31.3 (2022/2/13)

  • feat: trigger event auto-complete when input @ (#949)
  • feat: add v-bind:*, v-on:* to auto-complete (#949)
  • feat: avoid auto import added in script block first line (#916)
  • fix: language features not working in symbolic link project (#914)
  • fix: language server throw in process.env.NODE_ENV === 'production' env (#915)
  • fix: component type broken by union event key type (#926)
  • fix: document symbol not working for <script setup> (#938)
johnsoncodehk
published 0.31.2 •

Changelog

Source

0.31.2 (2022/2/6)

  • feat: improve scoped css class name references codeLens, auto-complete (#907)
johnsoncodehk
published 0.31.1 •

Changelog

Source

0.31.1 (2022/1/22)

  • fix: support type export statements on the top in <script setup> (#886)
johnsoncodehk
published 0.31.0 •

Changelog

Source

0.31.0 (2022/1/22)

  • feat: support generic emits (#877)
  • feat: support top level await in <script setup> without extra tsconfig setting (#538)
  • feat: fully support formatting for v-for expression
  • fix: can't ignore variable unused report by _ prefixes in v-for (#878)
  • fix: no error when definitions from <script setup> used in <script> (#766)
johnsoncodehk
published 0.30.6 •

Changelog

Source

0.30.6 (2022/1/19)

  • fix: re-support withDefaults for props type in template (#868)
  • fix: tsconfig report schemas/tsconfig.schema.json missing (#869)
  • fix: enabled editor.semanticHighlighting.enabled by default to avoid component tag show invalid color when installed some themes
  • fix: export default expression semicolon breaks component type in script setup (#874)
  • fix: don't wrap options with defineComponent when convert to setup sugar

Breaking changes

  • When use <script setup>, ignore extra component options wrapper function (defineComponent / Vue.extends ...)
johnsoncodehk
published 0.30.5 •

Changelog

Source

0.30.5 (2022/1/17)

  • fix: vueCompilerOptions intellisense not working on jsconfig
  • fix: vue-tsc broken on windows in 0.30.3
johnsoncodehk
published 0.30.4 •

Changelog

Source

0.30.4 (2022/1/16)

  • fix: component tag semantic highlisht token incorrect with folding (#801)
  • fix: component type broken by withDefaults in 0.30.3

Breaking changes

  • Unsupported withDefaults for component props type
johnsoncodehk
published 0.30.3 •

Changelog

Source

0.30.3 (2022/1/16)

  • feat: auto wrap () to as expression (v-bind="foo as string" -> v-bind="(foo as string)" (#859)
  • feat: support tsconfig properties intellisense on take over mode (#833)
  • feat: support vueCompilerOptions intellisense in tsconfig (#833)
  • fix: vue-tsc and typescript could't guaranteed found each other (#851)
  • fix: avoid vue-tsc stripped props jsdoc comments for script setup components (#799)
  • fix: string source type incorrect in v-for (#839)

Known regressions

  • component type broken by withDefaults
  • vue-tsc broken on windows
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc