Skip to content

Releases: dprint/dprint-intellij

v0.4.0

19 Nov 05:59
d48c4f1
Compare
Choose a tag to compare
  • 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

28 Jul 07:31
48e8f78
Compare
Choose a tag to compare
  • 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

12 Jul 16:01
dd93c10
Compare
Choose a tag to compare
  • Fix issue causing IntelliJ to hang on shutdown

v0.3.7

10 Jul 21:39
d95d709
Compare
Choose a tag to compare
  • Performance improvements
  • Invalidate cache on restart

v0.3.6

06 Jul 02:11
993429c
Compare
Choose a tag to compare
  • 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

23 Jun 22:38
22e4c2a
Compare
Choose a tag to compare
  • Fix issue when performing code refactoring

v0.3.4

22 Jun 10:17
0bf6067
Compare
Choose a tag to compare
  • 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

30 May 10:43
9710f06
Compare
Choose a tag to compare
  • Handle execution exceptions when running can format
  • Ensure on save action is only run when on user triggered saves

v0.3.2

26 May 07:38
df8fc18
Compare
Choose a tag to compare
  • Fix intermittent lock up when running format

v0.3.1

19 May 11:53
d840f83
Compare
Choose a tag to compare
  • Fix versioning to allow for 2021.3.x installs