Releases: oxc-project/oxc-intellij-plugin
Releases · oxc-project/oxc-intellij-plugin
v0.0.16
v0.0.15
Added
- Add support for type aware rules.
- Cleanup the configuration UI.
v0.0.14
Added
- Add support for configuring the severity of unused disable directives.
- Add support for passing flags to the language server.
Fixed
- Fix
fixAllOnSave
property to save to the correct element instead of conflicting withconfigPath
.
v0.0.13
Fixed
- Resolve multiple language servers being started when only one should be running.
This resulted in duplicate diagnostics in the IDE. - Resolve language server not stopping when closing all relevant files.
- Resolve language server starting when opening irrelevant files.
Removed
- Removed support for IDE versions 2024.3.
v0.0.12
Added
- Add support for 2025.2.* versions of IntelliJ.
v0.0.11
Fixed
- Use project root directory as the root when an Oxlint config file is not available.
v0.0.10
Added
- Add run trigger to config settings. Allow triggering Oxlint either on save or on type.
Changed
- Use the new Oxc Language Server config format. This requires Oxlint 0.16.11 or newer.
Note: This is similar to the v0.0.9 release which failed to publish. It does not contain any functional differences for the plugin.
v0.0.9
Added
- Add run trigger to config settings. Allow triggering Oxlint either on save or on type.
Changed
- Use the new Oxc Language Server config format. This requires Oxlint 0.16.11 or newer.
v0.0.8
Added
- Support specifying a manual Oxc language server path to the binary instead of the Node.js wrapper.
Fixed
- Only show "Apply Oxc Quick Fixes" when the plugin is enabled and the selected file is a supported file extension.
v0.0.7
Added
- Add quick fixes back to the file explorer.