Skip to content

3.1.0

Latest
Compare
Choose a tag to compare
@ileitch ileitch released this 05 Apr 17:36
· 17 commits to master since this release
241bbdc
Breaking
Enhancements
  • Comment commands can now be placed inline with declarations:
    class Foo { // periphery:ignore
      ...
    }
Bug Fixes
  • Unused parameter warnings are suppressed in @available(*, unavailable) functions.
  • Fix handling of Xcode projects with single and double quotes in their path and scheme names.
  • @_dynamicReplacement members are now retained.
  • Fix infinite loading of circular Xcode project references.