Releases: thumbtack/star
Releases · thumbtack/star
v5.0.0
v4.1.0
- Update Swift & Swift tools versions to 5.3
- Update Travis config to run on Xcode 12.1
v4.0.0
Breaking:
- Replace
--includeTypeInheritance
argument with a more generic--include-syntax
which allows customizing all forms of syntax included in usage counts
Other:
- Bug fixes to parsing of
--files
argument - Bug fixes & cleanup to
make install
v3.0.0
- Add executable and static library products
- Migrate to the new Swift ArgumentParser library for the command-line tool
v2.1.0
- New feature: Add
--includeTypeInheritance
argument to have STAR count subclassing and protocol conformance as "using" the superclass/protocol - Add SwiftLint and SwiftFormat to CI checks
- Improve error descriptions in output
2.0.0
Breaking changes:
- Update dependencies for Xcode 11.4, which seem to break compatibility with Xcode ≤11.3.
1.1.0
When --verbose
flag is supplied, include a list of files that reference the input types in the output.
1.0.0
Initial release of STAR 🎉