Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft: OpenAPI 3.1 #128

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Draft: OpenAPI 3.1 #128

wants to merge 11 commits into from

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