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: bUnit-dev/bUnit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.17.2
Choose a base ref
...
head repository: bUnit-dev/bUnit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.18.4
Choose a head ref
  • 12 commits
  • 17 files changed
  • 4 contributors

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    28a1a16 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release/v1.17'

    bUnitBot committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    29663f4 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'stable'

    bUnitBot committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    7dd6d1f View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. build(deps): Bump AutoFixture from 4.17.0 to 4.18.0

    Bumps [AutoFixture](https://github.com/AutoFixture/AutoFixture) from 4.17.0 to 4.18.0.
    - [Release notes](https://github.com/AutoFixture/AutoFixture/releases)
    - [Commits](AutoFixture/AutoFixture@v4.17.0...v4.18.0)
    
    ---
    updated-dependencies:
    - dependency-name: AutoFixture
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and linkdotnet committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    753bace View commit details
    Browse the repository at this point in the history
  2. build(deps): Bump AutoFixture.Xunit2 from 4.17.0 to 4.18.0

    Bumps [AutoFixture.Xunit2](https://github.com/AutoFixture/AutoFixture) from 4.17.0 to 4.18.0.
    - [Release notes](https://github.com/AutoFixture/AutoFixture/releases)
    - [Commits](AutoFixture/AutoFixture@v4.17.0...v4.18.0)
    
    ---
    updated-dependencies:
    - dependency-name: AutoFixture.Xunit2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and linkdotnet committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    041c544 View commit details
    Browse the repository at this point in the history
  3. build(deps): Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.4.1 to 17.5.0.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
    - [Commits](microsoft/vstest@v17.4.1...v17.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and linkdotnet committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    2cab01b View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. fix: Escape text inside html tag and attributes

    * fix: Added tests for escpable characters
    
    * fix: Escape text inside html tag
    
    * Added changelog entry
    
    * chore: code cleanup
    
    * fix: optimize char replacement
    
    ---------
    
    Co-authored-by: Egil Hansen <[email protected]>
    linkdotnet and egil authored Feb 25, 2023
    Configuration menu
    Copy the full SHA
    d72412b View commit details
    Browse the repository at this point in the history
  2. build(deps): Bump SonarAnalyzer.CSharp from 8.52.0.60960 to 8.53.0.62…

    …665 (#988)
    
    * build(deps): Bump SonarAnalyzer.CSharp from 8.52.0.60960 to 8.53.0.62665
    
    Bumps [SonarAnalyzer.CSharp](https://github.com/SonarSource/sonar-dotnet) from 8.52.0.60960 to 8.53.0.62665.
    - [Release notes](https://github.com/SonarSource/sonar-dotnet/releases)
    - [Commits](SonarSource/sonar-dotnet@8.52.0.60960...8.53.0.62665)
    
    ---
    updated-dependencies:
    - dependency-name: SonarAnalyzer.CSharp
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * chore: code analyzer rules code updates
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Egil Hansen <[email protected]>
    dependabot[bot] and egil authored Feb 25, 2023
    Configuration menu
    Copy the full SHA
    2b12c22 View commit details
    Browse the repository at this point in the history
  3. fix: submit button/input element submits form (#1000)

    * fix: submit button/input element submits form
    
    * handle other edge cases
    
    * code clean up
    
    * simplify conditionals
    egil authored Feb 25, 2023
    Configuration menu
    Copy the full SHA
    655e053 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. Set version to '1.18'

    bUnitBot committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    63c1f53 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1001 from bUnit-dev/release/v1.18

    Release of new minor version v1.18
    egil authored Feb 26, 2023
    Configuration menu
    Copy the full SHA
    75d01f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1704137 View commit details
    Browse the repository at this point in the history
Loading