Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dfed/SafeDI
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.2.0-rc-3
Choose a base ref
...
head repository: dfed/SafeDI
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.2.0-rc-4
Choose a head ref
  • 2 commits
  • 9 files changed
  • 2 contributors

Commits on May 30, 2025

  1. Configuration menu
    Copy the full SHA
    40e5b9f View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

  1. Enable FixIt to update existing initializer rather than always provid…

    …ing a new one (#164)
    
    When an `@Instantiable` does not have a properly formatted `init`, and
    one of the type's `init` methods only is missing arguments or has
    incorrect/missing accessibility modifiers, our FixIt now updates an
    existing `init` method rather than creating a new one.
    dfed authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    2f9faf3 View commit details
    Browse the repository at this point in the history
Loading