8000 Comparing 8.1.1...8.2.0 · fluentassertions/fluentassertions · GitHub
[go: up one dir, main page]

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: fluentassertions/fluentassertions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8.1.1
Choose a base ref
...
head repository: fluentassertions/fluentassertions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8.2.0
Choose a head ref
  • 9 commits
  • 44 files changed
  • 3 contributors

Commits on Feb 23, 2025

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

Commits on Feb 24, 2025

  1. Configuration menu
    Copy the full SHA
    7d18305 View commit details
    Browse the repository at this point in the history
  2. Remove | from regex character classes

    `|` means the literal `|` and not alternation.
    I.e. `[a|b]` means "`a`, `|` or `b`".
    On the other hand in groups `(a|b)` means "either `a` or `b`"
    jnyrup committed Feb 24, 2025
    Configuration menu
    Copy the full SHA
    6751587 View commit details
    Browse the repository at this point in the history
  3. Bump cspell from 8.17.3 to 8.17.5

    Bumps [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell) from 8.17.3 to 8.17.5.
    - [Release notes](https://github.com/streetsidesoftware/cspell/releases)
    - [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell/CHANGELOG.md)
    - [Commits](https://github.com/streetsidesoftware/cspell/commits/v8.17.5/packages/cspell)
    
    ---
    updated-dependencies:
    - dependency-name: cspell
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and jnyrup committed Feb 24, 2025
    Configuration menu
    Copy the full SHA
    c53c9eb View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2025

  1. Handle missing caller identifier

    Fixes #3031
    Regression from #3000 where previously `getCallerIdentifier() + callerPostfix` would return an empty string.
    jnyrup committed Feb 27, 2025
    Configuration menu
    Copy the full SHA
    669f817 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2025

  1. Configuration menu
    Copy the full SHA
    fa6eae1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66df7d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a649cb View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2025

  1. Configuration menu
    Copy the full SHA
    04defbe View commit details
    Browse the repository at this point in the history
Loading
0