Releases: MobileNativeFoundation/swift-index-store
Releases · MobileNativeFoundation/swift-index-store
1.7.0
1.6.0
1.5.0
1.4.0
- Switch
unused-imports
to use a config file for opt out regexes - Add support for
unused-imports
to always keep specific modules (please file bugs if you need this) - Fix some false negatives / positives in
unnecessary-testable
- Fix sed commands with spaces in paths, thanks @wileykestner
Add unused-imports tool
This adds a tool for using index data to determine what imports in your files can be removed. It currently is limited to only imports in your project (ignoring system imports) and does not add missing imports, it only removes unused ones. This means you may have to add missing imports if an import was being polluted by another otherwise unused modules. There are also a few upstream bugs in Swift that affect the accuracy of this tool, you can see the details on #5. If you try this out on your project please report any issues you find!
Add bazel support
This release adds support for building with bazel, thanks @maxwellE!
Initial release!
1.0.0 Initial open source commit