Skip to content

0.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Feb 04:28
· 10 commits to main since this release
0.1.0
b6e0589

Changelog

  • ea027b5 Merge branch 'main' into feat/sqlite-migration
  • b80a24d Merge branch 'main' into feat/twig-block-versioning
  • c4fec75 Merge branch 'main' into feat/twig-block-versioning
  • 784c9fd Merge pull request #21 from wbm-mkopp/fix/remove-filename-from-path
  • d8639c6 Merge pull request #26 from shopwareLabs/dependabot/npm_and_yarn/vscode-extension/multi-c22e25d29b
  • 6d32085 Merge pull request #27 from shopwareLabs/dependabot/npm_and_yarn/internal/tree_sitter_grammars/twig/multi-8548e5f1c2
  • 22b5071 Merge pull request #28 from shopwareLabs/dependabot/npm_and_yarn/vscode-extension/js-yaml-4.1.1
  • d36ff16 Merge pull request #29 from wbm-mkopp/fix/goto-parent
  • 17b72cf Merge pull request #30 from shopwareLabs/feat/sqlite-migration
  • 068b93f Merge pull request #31 from shopwareLabs/fix/php-return-type-parsing
  • 402c746 Merge pull request #32 from shopwareLabs/perf/php-parser-optimizations
  • dc88a8d Merge pull request #33 from shopwareLabs/perf/alias-resolver-cache-and-batch-writes
  • 0c002de Merge pull request #34 from shopwareLabs/feat/admin-completion
  • b6e0589 Merge pull request #35 from wbm-mkopp/feat/twig-block-versioning
  • f557262 Merge pull request #36 from shopwareLabs/fix/cmd-duplication
  • a8ad37b build(deps): bump brace-expansion in /vscode-extension
  • 1ef84b5 build(deps): bump tmp and @inquirer/editor
  • 4f6a7a9 build(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 in /vscode-extension
  • 50ef1b6 feat(admin): add diagnostics for invalid block references in extended components
  • 221335b feat: add twig block versioning
  • e5f33a6 feat: improve block indexer
  • a72fc4b feat: improve extension parsing performance
  • a2ad8dd feat: improve indexer performance
  • c362c8a feat: migrate from BBolt to SQLite for concurrent multi-process access
  • 937d0c4 feat: only traverse classes once
  • df72b57 feat: snippet completion admin
  • bb5749a feat: start with admin completion
  • da23d42 fix: Remove Twig grammar package.json file
  • 4d555e2 fix: add type cache
  • 5008076 fix: correctly parse method return types instead of parameter types
  • da717b2 fix: downgrade Go version to 1.25.3 in go.mod
  • 1c9cecf fix: filter current file from parent template lookup
  • c63df06 fix: improve snippet completion
  • fcdb26a fix: remove filename of plugin class
  • 600dbc2 fix: rename command to avoid conflict with existing shopware.insertSnippet
  • a04e4cf fix: slot completion with ending item
  • c57180c fix: update Go version to 1.25.4 and adjust dependencies
  • 613cf96 fix: update actions/checkout and actions/setup-go versions in workflows
  • 0d60bc1 fix: use only metadata for determine reindex
  • 2351634 fix: use single-line twig content in versioning test for race detector compatibility
  • 04c4da1 perf(php): reduce allocations in PHP parser and type system
  • 241db0a perf: add AliasResolver caching and use batch saves consistently
  • 92d3283 perf: pool AliasResolver to prevent memory leaks
  • 4aa07ba refactor: block versioning diagnostics, hover and code actions
  • d2a1825 refactor: rename shopware.admin.addProp to shopware.insertSnippet
  • 7d9246d style: remove icons