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: stoplightio/json-schema-tree
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.0
Choose a base ref
...
head repository: stoplightio/json-schema-tree
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 11 commits
  • 39 files changed
  • 8 contributors

Commits on May 17, 2022

  1. fix(mergeallof): make sure fragment is fully merged (#16)

    Right now we merge on a fragment with multiple nested refs at most twice; we have some that require more merge 
    operations to be fully merged.
    
    Co-authored-by: Derek Thompson <[email protected]>
    dotslashderek and Derek Thompson authored May 17, 2022
    Copy the full SHA
    3fb8ae0 View commit details

Commits on Aug 2, 2022

  1. Copy the full SHA
    a14a678 View commit details

Commits on May 15, 2023

  1. Copy the full SHA
    7d1bc9d View commit details

Commits on Aug 2, 2023

  1. Copy the full SHA
    c16711d View commit details

Commits on Aug 9, 2023

  1. Copy the full SHA
    12b5623 View commit details
  2. Copy the full SHA
    5cf2801 View commit details

Commits on Nov 15, 2023

  1. feat(tree): account for resolveInlineRef behavior when $ref has sibli…

    …ngs (#25)
    
    * fix(tree): account for resolveInlineRef behavior when $ref has siblings
    
    * feat(walker): adds a max depth option for refs
    
    ---------
    
    Co-authored-by: Daniel A. White <[email protected]>
    P0lip and Daniel A. White authored Nov 15, 2023
    Copy the full SHA
    628627c View commit details

Commits on Nov 17, 2023

  1. Copy the full SHA
    46d92ce View commit details

Commits on Dec 14, 2023

  1. fix(json-schema-merge-allof): bump json-schema-merge-allOf version (#28)

    BREAKING CHANGE: description and summary reference siblings will not get overwritten by description
    and summary from the referenced object
    brendarearden authored Dec 14, 2023
    Copy the full SHA
    44abda7 View commit details

Commits on Jan 23, 2024

  1. feat: support booleanish schemas & represent additional{Items,Propert…

    …ies} (#31)
    
    BREAKING CHANGE: additionalProperties/additionalItems keywords are now processed as schemas
    BREAKING CHANGE: true/false schemas are now represented
    P0lip authored Jan 23, 2024
    Copy the full SHA
    8300b12 View commit details

Commits on Jan 8, 2025

  1. Copy the full SHA
    636840c View commit details
Loading