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: cebe/php-openapi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: cebe/php-openapi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: openapi-31
Choose a head ref
  • 11 commits
  • 14 files changed
  • 4 contributors

Commits on Oct 18, 2021

  1. Configuration menu
    Copy the full SHA
    69c07ef View commit details
    Browse the repository at this point in the history
  2. OpenAPI v3.1: Add schema and validation to CLI

    Co-authored-by: Cees-Jan Kiewiet <ceesjank@gmail.com>
    cebe and WyriHaximus committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    82b0db7 View commit details
    Browse the repository at this point in the history
  3. fix test paths

    cebe committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    eb1108d View commit details
    Browse the repository at this point in the history
  4. Update README.md

    cebe authored Oct 18, 2021
    Configuration menu
    Copy the full SHA
    4fcc155 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

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

Commits on Oct 28, 2021

  1. Update php.yml

    cebe authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    2cb3b0d View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2021

  1. Merge pull request #129 from marcelthole/add-openapi31-examples

    Add Testcases for OpenAPI 3.1
    cebe authored Oct 31, 2021
    Configuration menu
    Copy the full SHA
    551b05f View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Add support for WebHooks

    WyriHaximus committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    0c10bea View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. Merge pull request #115 from WyriHaximus-labs/webhooks

    Add support for WebHooks
    cebe authored Dec 21, 2021
    Configuration menu
    Copy the full SHA
    088af05 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Update pre-release openapi 3.1 schema to current (#140)

    Signed-off-by: Aleksei Khudiakov <aleksey@xerkus.pro>
    Xerkus authored Feb 9, 2022
    Configuration menu
    Copy the full SHA
    c88cb31 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into openapi-31

    * master: (22 commits)
      Catch recursion when resolving inside included file
      Improve Responses resolving references
      Fixes default value for exclusiveMinimum and exclusiveMaximum
      more specific deprecation
      add hasPropertyValue() method
      add comments, optimize tests for #125
      During serialization convert empty Map fields to empty Objects
      Add test to demonstrate OpenAPI v3.0 schema validation fails with empty Path properties
      yarn upgrade
      Added docker environment for local development
      Add symfony 6 support (#151)
      Bump node-fetch from 2.6.1 to 2.6.7 (#149)
      Fix CI badge in Readme (#150)
      Temporarily skip broken test (#145)
      Run speccy through yarn
      Add windows and macos cases
      Temporarily skip broken test
      Rework CI
      Run all tests (#136)
      Drop licence badge from readme (#137)
      ...
    
    Conflicts:
    	README.md
    	composer.json
    	src/SpecBaseObject.php
    	tests/ReaderTest.php
    cebe committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    684aac0 View commit details
    Browse the repository at this point in the history
Loading