Thumbtack Star Versions Save

Generate reports on how frequently specified Swift types are being used in your iOS codebase

v5.0.0

3 years ago
  • Update Swift & Swift tools versions to 5.4
  • Update Travis config to run on macOS 11.0 + Xcode 12.5

v4.1.0

3 years ago
  • Update Swift & Swift tools versions to 5.3
  • Update Travis config to run on Xcode 12.1

v4.0.0

3 years ago

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

3 years ago
  • Add executable and static library products
  • Migrate to the new Swift ArgumentParser library for the command-line tool

v2.1.0

3 years ago
  • 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

4 years ago

Breaking changes:

  • Update dependencies for Xcode 11.4, which seem to break compatibility with Xcode ≤11.3.

1.1.0

4 years ago

When --verbose flag is supplied, include a list of files that reference the input types in the output.

1.0.0

4 years ago

Initial release of STAR 🎉