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: Codeception/module-rest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.3.2
Choose a base ref
...
head repository: Codeception/module-rest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.4.0
Choose a head ref
  • 8 commits
  • 7 files changed
  • 5 contributors

Commits on May 16, 2023

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

Commits on Aug 20, 2023

  1. Merge pull request #97 from erickskrauch/fix_fqn

    Use FQN for public methods
    Naktibalda authored Aug 20, 2023
    Configuration menu
    Copy the full SHA
    fad17d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

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

Commits on Apr 23, 2024

  1. Merge pull request #102 from ThomasLandauer/patch-2

    Update REST.php: Changing double quotes to single quotes in the docs
    Arhell authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    f24db25 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Allow softcreatr/jsonpath v0.9 + justinrainbow/json-schema v5.3 (#99)

    * Allow softcreatr/jsonpath v0.9
    * Allow justinrainbow/json-schema v5.3
    W0rma authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    86b853d View commit details
    Browse the repository at this point in the history
  2. Test against PHP 8.2 + 8.3 (#101)

    * Test against PHP 8.2 + 8.3
    * Define nullable parameter types explicitly
    * Drop support for PHP 8.0
    W0rma authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    727823a View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Relax parameter types to allow filters like "array:empty" in JsonType (

    …#107)
    
    * Relax parameter types to allow filters like "array:empty"
    * Verify that the "array:empty" filter is case-insensitive
    * Add "array:empty" filter to the documentation
    W0rma authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    311c2ba View commit details
    Browse the repository at this point in the history
  2. Update REST.php (#106)

    See #22
    
    Co-authored-by: Thomas Landauer <[email protected]>
    W0rma and ThomasLandauer authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    086762e View commit details
    Browse the repository at this point in the history
Loading