Releases: dprint/dprint-intellij
Releases · dprint/dprint-intellij
v0.7.0
v0.6.0
- Fixed issue where on save actions were running twice per save.
- Enforce that only a initialisation or format can be queued to run at a time.
- Added checkbox to
Tools -> Actions on Save
menu. - Added notification when the underlying dprint daemon cannot initialise.
- Fixed an issue where an error could be thrown when closing or changing projects due to a race condition.
- Added timeout configuration for the initialisation of the dprint daemon and for commands.
v0.5.0
- Add check for dead processes to warn users that the dprint daemon is not responding
- Increase severity of logging in the event processes die or errors are seen in process communication
- This may be a little noisy, and if so disabling the plugin is recommended unless the underlying issue with the process can be fixed
- For intermittent or one off errors, just restart the dprint plugin via the
Restart dprint
action
- Upgrade dependencies
- Attempt to fix changelog update on publish
v0.4.4
- Fixed issue for plugins that require the underlying process to be running in the working projects git repository.
v0.4.3
- Update to latest dependencies
- Reduce log spam
v0.4.2
- Fix issue with run on save config not saving
v0.4.1
- Fix null pointer issue in external formatter
v0.4.0
- Run dprint after Eslint fixes have been applied
- Ensure dprint doesn't attempt to check/format scratch files (perf optimisation) or diff views
- Add verbose logging config
- Add override default IntelliJ formatter config
v0.3.9
- Fix issue where windows systems reported invalid executables
- Add automatic node module detection from the base project path
- Add 2022.2 to supported versions
v0.3.8
- Fix issue causing IntelliJ to hang on shutdown