Skip to content

Commit

Permalink
Release v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moetelo committed Dec 21, 2024
1 parent 3b2ae86 commit f808b1f
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## 0.17.0 (2024-12-21)
* Add twig-cs-fixer. #4
* Guess `twiggy.framework` using `composer.json`. #56
- feat: template diagnostic and defintion for block template argument \
also fixes incorrect reference from defintion of block with template argument
- feat(lsp): correctly format namespaces and support chained loaders
- fix: completions and ranges \
this fixes unstable completions and allows to correctly insert \
completion inside of string node
- fix(build): use relative path for wasm module \
this fixes build on win32
- fix: update tree-sitter-twig from nan to napi \
this also (partially) fixes clean builds
- fix: use custom request instead of workspace/executeCommand
this fixes thrown exception when custom command in used
since lsp registers only static name and extension calls dynamic one
- fix: ctrl+space in block('|')
- fix: ctrl+space in empty file
- refactor: add additional logging

Thanks to @Zekfad for the contribution.


## 0.17.0 (2024-11-16)
* Twig without frameworks. #52

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twiggy-root",
"version": "0.17.0",
"version": "0.18.0",
"repository": {
"type": "git",
"url": "git+https://github.com/moetelo/twiggy.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/language-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twiggy-language-server",
"version": "0.17.0",
"version": "0.18.0",
"author": "Mikhail Gunin <gunka462@gmail.com>",
"license": "Mozilla Public License 2.0",
"main": "dist/server.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Twig language support for VS Code",
"author": "Mikhail Gunin <gunka462@gmail.com>",
"license": "Mozilla Public License 2.0",
"version": "0.17.0",
"version": "0.18.0",
"engines": {
"vscode": "^1.88.0"
},
Expand Down

0 comments on commit f808b1f

Please sign in to comment.