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: onsi/gomega
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.32.0
Choose a base ref
...
head repository: onsi/gomega
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.33.0
Choose a head ref
  • 6 commits
  • 10 files changed
  • 3 contributors

Commits on Apr 4, 2024

  1. Bump golang.org/x/net from 0.20.0 to 0.23.0 (#746)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.20.0 to 0.23.0.
    - [Commits](golang/net@v0.20.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    bac6596 View commit details
    Browse the repository at this point in the history
  2. Bump github-pages from 229 to 230 in /docs (#735)

    Bumps [github-pages](https://github.com/github/pages-gem) from 229 to 230.
    - [Release notes](https://github.com/github/pages-gem/releases)
    - [Commits](github/pages-gem@v229...v230)
    
    ---
    updated-dependencies:
    - dependency-name: github-pages
      dependency-type: direct:development
      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 4, 2024
    Configuration menu
    Copy the full SHA
    cb5ff21 View commit details
    Browse the repository at this point in the history
  3. Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.17.1 (#745)

    Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.15.0 to 2.17.1.
    - [Release notes](https://github.com/onsi/ginkgo/releases)
    - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
    - [Commits](onsi/ginkgo@v2.15.0...v2.17.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/ginkgo/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    9999deb View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. feat: receiver matcher accepting (POINTER, MATCHER), includes unit tests

    Signed-off-by: thediveo <thediveo@gmx.eu>
    thediveo authored and onsi committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    ec1f186 View commit details
    Browse the repository at this point in the history
  2. docs: Receive(POINTER, MATCHER)

    Signed-off-by: thediveo <thediveo@gmx.eu>
    thediveo authored and onsi committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    02e8706 View commit details
    Browse the repository at this point in the history
  3. v1.33.0

    onsi committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    f2e65fc View commit details
    Browse the repository at this point in the history
Loading