Skip to content

v0.11.1

Compare
Choose a tag to compare
@WebFreak001 WebFreak001 released this 22 Jul 05:30
· 32 commits to master since this release
71168a8

Performance Improvements release

Note: having multiple import paths with files of the same module name now match differently, e.g. import foo.bar with matching import paths containing ["a/foo/bar.d", "b/foo/bar.d", "c/foo/bar.d"] would return

  • before: c/foo/bar.d
  • after: a/foo/bar.d