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/Nimble
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v13.2.1
Choose a base ref
...
head repository: Quick/Nimble
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v13.3.0
Choose a head ref
  • 11 commits
  • 218 files changed
  • 2 contributors

Commits on Feb 26, 2024

  1. Make PollingDefaults threadsafe (#1122)

    * Make PollingDefaults threadsafe
    
    * Oh. right. NSLocking.withLock wasn't available back in xcode 14...
    younata authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    ca24804 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Bump softprops/action-gh-release from 1 to 2 (#1128)

    Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2.
    - [Release notes](https://github.com/softprops/action-gh-release/releases)
    - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
    - [Commits](softprops/action-gh-release@v1...v2)
    
    ---
    updated-dependencies:
    - dependency-name: softprops/action-gh-release
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    8021baa View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

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

Commits on Mar 30, 2024

  1. Add matchers for Result that match against submatchers, or for equata…

    …ble values. (#1134)
    
    * Add matchers for Result that match against submatchers, or for equatable values.
    
    * Add documentation for the new matchers for result
    younata authored Mar 30, 2024
    Configuration menu
    Copy the full SHA
    307cdcd View commit details
    Browse the repository at this point in the history
  2. Use docc for documentation, instead of having it all in a single, gia…

    …nt README. (#1135)
    
    * Migrate Nimble's documentation to a DocumentCatalog
    
    * Remove autogenerated docs
    
    * Build docs as part of github
    younata authored Mar 30, 2024
    Configuration menu
    Copy the full SHA
    e617085 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3af88e5 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Improve documentation articles by adding short abstracts to them. (#1137

    )
    
    * Improve documentation articles by adding short abstracts to them.
    
    * Fail the docs build if the generate documentation command fails.
    younata authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    8893409 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12b2cb7 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Bump actions/checkout from 3 to 4 (#1139)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    914658f View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    0e306cf View commit details
    Browse the repository at this point in the history
  2. [v13.3.0] Update podspec

    younata committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    1c49fc1 View commit details
    Browse the repository at this point in the history
Loading