Releases: dprint/dprint-intellij
Releases · dprint/dprint-intellij
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
v0.3.7
- Performance improvements
- Invalidate cache on restart
v0.3.6
- Fix issue where using the IntelliJ formatter would result in a no-op on every second format, IntelliJ is reporting larger formatting ranges that content length and dprint would not format these files
- Better handling of virtual files
- Silence an error that is thrown when restarting dprint
- Improve verbose logging in the console
- Add a listener to detect config changes, note this only detects changes made inside IntelliJ
v0.3.5
- Fix issue when performing code refactoring
v0.3.4
- Reduce timeout when checking if a file can be formatted in the external formatter
- Cache whether files can be formatted by dprint and create an action to clear this
- Remove custom synchronization and move to an IntelliJ background task queue for dprint tasks (this appears to solve the hard to reproduce lock up issues)
v0.3.3
- Handle execution exceptions when running can format
- Ensure on save action is only run when on user triggered saves
v0.3.2
- Fix intermittent lock up when running format
v0.3.1
- Fix versioning to allow for 2021.3.x installs