Skip to content

Commit db8bffe

Browse files
committed
chore: update changelog for 0.12.0 release
Signed-off-by: Fred Bricon <[email protected]>
1 parent 9e478b8 commit db8bffe

File tree

3 files changed

+17
-8
lines changed

3 files changed

+17
-8
lines changed

CHANGELOG.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to the **JBang** extension will be documented in this file.
44

5+
## [0.12.0] 17/03/2025
6+
- Added support for pasting Maven XML dependency snippets as JBang `//DEPS` (requires VS Code 1.97+)
7+
- Added Quarkus'`Q:CONFIG` syntax highlighting and completion
8+
- Added support for codelenses on instance main method
9+
- Added documentation on hover over JBang directives
10+
- Fixed Java value validation in JBang catalogs
11+
- Replaced axios with fetch for http requests
12+
- Updated various dependencies
13+
514
## [0.11.0] 26/02/2024
615
- Added textmate grammar for JBang directives
716
- Fixed error reporting for unresolved dependencies
@@ -17,7 +26,7 @@ All notable changes to the **JBang** extension will be documented in this file.
1726
- Automatically save document after selecting a result in `//DEPS` completion
1827
- Save document before running/debugging with JBang
1928
- Added `//JAVA 21` completion
20-
- Added `--enable-http` and `--enable-https` completions for `//NATIVE_OPTIONS` directive
29+
- Added `--enable-http` and `--enable-https` completions for `//NATIVE_OPTIONS` directive
2130
- Built with Node 18
2231

2332
## [0.8.0] 17/09/2023
@@ -64,7 +73,7 @@ All notable changes to the **JBang** extension will be documented in this file.
6473
- Display `Debug JBang` codelens for Java files
6574
- Add new `JBang: install application` command
6675
- Fixed script detection in nested folders
67-
- Fixed Chocolatey's JBang support
76+
- Fixed Chocolatey's JBang support
6877

6978
## [0.3.0] 29/10/2022
7079
- Automagically configures JBang-managed JDKs, i.e. no need to configure `java.configuration.runtimes`.
@@ -75,9 +84,9 @@ All notable changes to the **JBang** extension will be documented in this file.
7584
- If you open a folder containing JBang scripts, the first JBang script found will be used to configure a "Project"'s classpath. When configuring the `java.import.jbang.projectPerScript` setting to `true`, each script in the folder will be assigned a specific classpath. Toggling this setting requires calling the `Java: Clean Java Language Server Workspace` command to take effect.
7685
- Modifying JBang directives in a file will update the classpath of the file.
7786
- Snippets are provided for JBang directives.
78-
- Autocompletion for dependencies in `//DEPS`
79-
- Autocompletion for `//SOURCES`
80-
- Partial autocompletion for `//JAVA_OPTIONS` and `//JAVAC_OPTIONS`
87+
- Autocompletion for dependencies in `//DEPS`
88+
- Autocompletion for `//SOURCES`
89+
- Partial autocompletion for `//JAVA_OPTIONS` and `//JAVAC_OPTIONS`
8190
- Display dependency documentation on completion/hover
8291
- JBang scripts can be run from the `Run JBang` codelens, that shows on top of the type declaration or main method, if there is one.
8392
- If a (.java) script is included in a Maven or Gradle project's hierarchy, right-clicking on the script and selecting `JBang > Synchronize JBang` will add the script's parent folder to the project's source path and the JBang dependencies will be added to the project's classpath.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jbang-vscode",
33
"displayName": "JBang",
44
"description": "JBang support for VS Code Java",
5-
"version": "0.11.0",
5+
"version": "0.12.0",
66
"icon": "icons/jbang.png",
77
"publisher": "jbangdev",
88
"license": "MIT",

0 commit comments

Comments
 (0)