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

@volar/transforms

Package Overview
Dependencies
Maintainers
1
Versions
203
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@volar/transforms - npm Package Versions

1
21

1.0.0-beta.6

Diff

Changelog

Source

1.0.0-beta.6 (2022/10/4)

[Download]

  • fix: vue-language-server not release
johnsoncodehk
published 1.0.0-beta.5 •

Changelog

Source

1.0.0-beta.5 (2022/10/4)

[Download]

  • feat: show plugin path in output of vueCompilerOptions.plugins if it failed to load
  • fix: document symbols not working in IDE other than VSCode (#1925)
  • fix: hover info cannot show after save document (https://github.com/vuejs/language-tools/issues/1880#issuecomment-1266343050)
  • fix: cannot show "No tsconfig"
johnsoncodehk
published 1.0.0-beta.4 •

Changelog

Source

1.0.0-beta.4 (2022/10/4)

[Download]

  • feat: support document doctor for common problems checking (#1254)
  • feat: add "Show Virtual Files" command for debug virtual code and mapping
johnsoncodehk
published 1.0.0-beta.3 •

Changelog

Source

1.0.0-beta.3 (2022/10/3)

[Download]

  • feat: support ParseSFCRequest LSP request for parse SFC to avoid language client depend on @vue/compiler-sfc
  • feat: add VueServerInitializationOptions#cancellationPipeName option for language client cancellation token supports
  • feat: remove second semantic language server and volar.vueserver.useSecondServer setting
  • perf: cancel asynchronous request via named pipes (https://github.com/vuejs/language-tools/pull/1916#issuecomment-1264709112)
  • chore: change extension icon to Vue logo
  • chore: optimize bunding (2.2MB -> 975KB)
johnsoncodehk
published 1.0.0-beta.2 •

Changelog

Source

1.0.0-beta.2 (2022/9/30)

[Download]

Breaking changes

  • Update VueLanguagePlugin API to v1.0 (Example)
  • Update language server initializationOptions interface (#1916)
johnsoncodehk
published 1.0.0-beta.1 •

Changelog

Source

1.0.0-beta.1 (2022/9/27)

[Download]

  • feat: support autocomplete for v-model:xxx
  • feat: simplify status bar
  • feat: support prop name case conversion in the status bar
  • feat: remove "auto", "both" and add "auto-kebab", "auto-pascal" for volar.completion.preferredTagNameCase
  • fix: cannot resolve compilerOptions.types from a higher level directory in a workspace sub directory (#1764)
  • fix: should not trigger autocomplete lang attribute in templates (#1836)
  • fix: cannot trigger autocomplete end with v-xxx (#1905)
  • fix: auto insert parentheses remove $x from $x as y
  • fix: auto insert parentheses not working on props
johnsoncodehk
published 1.0.0-beta.0 •

Changelog

Source

1.0.0-beta.0 (2022/9/25)

[Download]

  • perf: reduce input files to improve performance for large project
  • fix: template incremental update not working
johnsoncodehk
published 1.0.0-alpha.5 •

Changelog

Source

1.0.0-alpha.5 (2022/9/25)

[Download]

  • fix: language server crash on diagnosis <style lang="postcss"> (#1902)
  • fix: template tags selection range incorrect with definition
johnsoncodehk
published 1.0.0-alpha.4 •

Changelog

Source

1.0.0-alpha.4 (2022/9/24)

[Download]

  • fix: iterating Symbol.Iterator is not correctly inferred in v-for (#1892)
  • fix: false positive error on <CustomComponent @click.stop /> (#464)
  • perf: improve for large template memory usage
  • perf: improve for monorepo project memory usage

Breaking changes

  • vueCompilerOptions property experimentalDisableTemplateSupport renamed to skipTemplateCodegen
johnsoncodehk
published 1.0.0-alpha.3 •

Changelog

Source

1.0.0-alpha.3 (2022/9/21)

[Download]

  • fix: don't ignore @vue/compiler-dom compile errors for vue2 templates
  • fix: cannot start language server with @volar/vue-language-server since v1.0.0-alpha.0 (#1888)
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