github krzysztofzablocki/Sourcery 1.1.0

latest releases: 2.2.4, 2.2.3, 2.2.2...
3 years ago

New Features

  • PR Methods, Variables and Subscripts are now uniqued in all accessors:
    • methods and allMethods
    • variables and allVariables
    • subscripts and allSubscripts
    • New accessor is introduced that doesn't get rid of duplicates rawMethods, rawVariables, rawSubscriptss.
    • The deduping process works by priority order (highest to lowest):
      • base declaration
      • inheritance
      • protocol conformance
      • extensions

Don't miss a new Sourcery release

NewReleases is sending notifications on new releases.