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: Quick/Quick
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.1
Choose a base ref
...
head repository: Quick/Quick
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.1.0
Choose a head ref
  • 12 commits
  • 56 files changed
  • 3 contributors

Commits on Nov 14, 2022

  1. Bump danger from 9.0.0 to 9.1.0

    Bumps [danger](https://github.com/danger/danger) from 9.0.0 to 9.1.0.
    - [Release notes](https://github.com/danger/danger/releases)
    - [Changelog](https://github.com/danger/danger/blob/master/CHANGELOG.md)
    - [Commits](danger/danger@v9.0.0...v9.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: danger
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 14, 2022
    Configuration menu
    Copy the full SHA
    2280b68 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Make Objective-C API unavailable in Swift.

    This should reduce confusion in the swift compiler reporting errors.
    younata committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    df17357 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1184 from Quick/dependabot/bundler/danger-9.1.0

    Bump danger from 9.0.0 to 9.1.0
    younata authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    830f04e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1185 from Quick/make_objc_api_unavailable_in_swift

    Make Objective-C API unavailable in Swift.
    younata authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    6d39c40 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Added a TestState property wrapper.

    It's for use in tests where a property should be reset to either nil or an initial value between tests.
    CraigSiemens committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    e2dd419 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Configuration menu
    Copy the full SHA
    1a9d5d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a8b0d5 View commit details
    Browse the repository at this point in the history
  3. Fix swiftlint warnings

    younata committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    5ee2af2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1187 from Quick/update_nimble

    Update Nimble to 11.2.1, remove now-unnecessary usage of awaits in tests. Drop support for swift 5.6/Xcode 13.3.1
    younata authored Nov 25, 2022
    Configuration menu
    Copy the full SHA
    f780c8a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    18fdd49 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1186 from CraigSiemens/test-state-property-wrapper

    Added a `TestState` property wrapper.
    younata authored Nov 25, 2022
    Configuration menu
    Copy the full SHA
    c8c510c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    16910e4 View commit details
    Browse the repository at this point in the history
Loading