Skip to content

Commit

Permalink
Changelog for 0.19.0
Browse files Browse the repository at this point in the history
Signed-off-by: azerr <azerr@redhat.com>
  • Loading branch information
angelozerr committed Aug 20, 2024
1 parent 9f4c520 commit 03e356e
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Quarkus extension for MicroProfile Language Server Changelog

## [0.19.0](https://github.com/redhat-developer/quarkus-ls/milestone/21?closed=1) (August 22, 2024)

### Enhancements

- Qute: add arguments metadata for user-defined tags. See [#928](https://github.com/redhat-developer/quarkus-ls/issues/928).
- Validate if a BuildItem is `final` or `abstract`. See [#926](https://github.com/redhat-developer/quarkus-ls/issues/926).
- Support @Route from vertx to display codelens URL. See [#914](https://github.com/redhat-developer/quarkus-ls/issues/914).
- Support customized template path for @CheckedTemplate. See [#893](https://github.com/redhat-developer/quarkus-ls/issues/893).

### Bug Fixes

- Qute: Cannot locate hyphenated template name. See [#975](https://github.com/redhat-developer/quarkus-ls/issues/975).
- fix: qute(NoMatchingTemplate) if using @CheckedTemplate with basePath. See [#972](https://github.com/redhat-developer/quarkus-ls/pull/972).
- fix: separate user tag parameters inlay hint. See [#968](https://github.com/redhat-developer/quarkus-ls/pull/968).
- Check if record implement TemplateInstance to provide the support. See [#974](https://github.com/redhat-developer/quarkus-ls/pull/974).
- In qute, allow spaces between method parameters and only validate the return type of the method invocation when iterating over a method invocation. See [#966](https://github.com/redhat-developer/quarkus-ls/issues/966).
- fix: allow spaces inside section branch. See [#965](https://github.com/redhat-developer/quarkus-ls/pull/965).
- fix: allow inject: with constructor class which have arguments. See [#964](https://github.com/redhat-developer/quarkus-ls/pull/964).
- Support for inner Enum in Qute files. See [#963](https://github.com/redhat-developer/quarkus-ls/issues/963).
- Support for void in property part of Qute template. See [#961](https://github.com/redhat-developer/quarkus-ls/issues/961).
- Template files generated by clicking on a code lens were missing the closing `</html>`. See [#955](https://github.com/redhat-developer/quarkus-ls/issues/955).
- quarkus.hibernate-orm.database.generation invalid validate value. See [#945](https://github.com/redhat-developer/quarkus-ls/issues/945).
- Qute fragments doesn't work with non inner Templates Java file. See [#937](https://github.com/redhat-developer/quarkus-ls/issues/937).
- inject:csrf is not retrieved in Qute template. See [#901](https://github.com/redhat-developer/quarkus-ls/issues/901).

### Other

- Update eclipse.jdt.ls to 1.37.0-SNAPSHOT.. See [#959](https://github.com/redhat-developer/quarkus-ls/pull/959).

## 0.18.0 (February 5, 2024)

### Enhancements
Expand Down

0 comments on commit 03e356e

Please sign in to comment.