v0.11.1
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