1.0.0.beta.1
Pre-release
Pre-release
Breaking
- Conflicting declarations now throw an error.
- Bazel integration has moved to the rules_periphery module, which drives Periphery from Bazel rather than the other way around. The
--bazel,--bazel-filter,--bazel-query,--bazel-index-store, and--bazel-check-visibilityoptions have been removed.
Enhancements
- Significant performance improvements.
- Added the
--retain-equatable-propertiesand--retain-hashable-propertiesoptions to retain all properties onEquatableandHashabletypes.
Bug Fixes
- The
--write-resultsfile is now also written when a scan produces no results.