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: swagger-api/swagger-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.3
Choose a base ref
...
head repository: swagger-api/swagger-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.5
Choose a head ref
  • 14 commits
  • 14 files changed
  • 5 contributors

Commits on Sep 28, 2022

  1. bump snapshot 2.1.4-SNAPSHOT

    frantuma committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    99457c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Update ReferenceUtils to better support windows filesystem

    Occurs on windows filesystems:
    
    when absoluteUri is something like "C:/openapi.yml", the "scheme" part is resolved into "C".
    So it passes through all the statements and lands on an exception being thrown. A more resilient approach is to always default to reading from file when the scheme cannot be determined
    snaggedagge authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    a14671f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec6bd80 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Merge pull request #1819 from snaggedagge/patch-1

    Update ReferenceUtils to better support windows filesystem
    gracekarina authored Oct 4, 2022
    Configuration menu
    Copy the full SHA
    1d9b4b9 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Configuration menu
    Copy the full SHA
    1147e03 View commit details
    Browse the repository at this point in the history
  2. update jackson version

    frantuma committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    e01a4eb View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

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

Commits on Oct 16, 2022

  1. Configuration menu
    Copy the full SHA
    415d6ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a94617 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. update swagger deps

    frantuma committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    bbcca65 View commit details
    Browse the repository at this point in the history
  2. prepare release 2.1.4

    frantuma committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    e41b1c7 View commit details
    Browse the repository at this point in the history
  3. bump snapshot 2.1.5-SNAPSHOT

    frantuma committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    f6270d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3ff07d View commit details
    Browse the repository at this point in the history
  5. prepare release 2.1.5

    frantuma committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    8282c23 View commit details
    Browse the repository at this point in the history
Loading