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: jarcoal/httpmock
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: jarcoal/httpmock
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.1
Choose a head ref
  • 5 commits
  • 7 files changed
  • 1 contributor

Commits on Apr 5, 2023

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

Commits on Apr 21, 2023

  1. refactor: make golangci-lint v1.52.2 happy

    Except for stupid report about "unused-parameter".
    
    Signed-off-by: Maxime Soulé <btik-git@scoubidou.com>
    maxatome committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    1ddb9fa View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

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

Commits on Aug 16, 2023

  1. ci: test against go 1.21 & use golangci-lint 1.54.1

    Signed-off-by: Maxime Soulé <btik-git@scoubidou.com>
    maxatome committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    497153d View commit details
    Browse the repository at this point in the history
  2. fix: BodyContainsBytes & BodyContainsString used with And/Or

    Both "rearm" the body before (re-)reading it, so they can be used
    several times in a same matcher (combined with Or & And).
    
    At the same time, simplify the body copy and make the "rearming" more
    performant.
    
    Closes #145.
    
    Signed-off-by: Maxime Soulé <btik-git@scoubidou.com>
    maxatome committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    8b32cd6 View commit details
    Browse the repository at this point in the history
Loading