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: everit-org/json-schema
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: everit-org/json-schema
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: draft-2019-09
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 88 files changed
  • 4 contributors

Commits on Apr 16, 2020

  1. can recognize draft 201909

    zhxiaogg committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    f6e89a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69f88ae View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. dumping in json-schema-test-suite for draft-2019-09 (test suite commi…

    …t: c4d3e0f92ced13c288d1713815c00539b09c9d2e)
    erosb committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    dfa346e View commit details
    Browse the repository at this point in the history

Commits on May 2, 2020

  1. Consider two numbers equal if they have the same integer part and dif…

    …fers only in the Number type and the number of zeros as decimals.
    
    Since org.json library parses a number as the following types the comparison works fine for these:
    * BigDecimal
    * BigInteger
    * Long
    * Integer
    * Double
    Gyorffi Zsolt committed May 2, 2020
    Configuration menu
    Copy the full SHA
    ddaf242 View commit details
    Browse the repository at this point in the history
  2. Use numberFormat for only doubles to prevent scientific notation and …

    …use json library string conversion for the rest of the values
    Gyorffi Zsolt committed May 2, 2020
    Configuration menu
    Copy the full SHA
    b37b639 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Convert numbers to BigDecimal for comparison instead of using String …

    …representation
    Gyorffi Zsolt committed May 4, 2020
    Configuration menu
    Copy the full SHA
    1941ff5 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. Merge pull request #367 from zgyorffi/draft-2019-09

    Consider two numbers equal if they have the same integer part and dif…
    erosb authored May 15, 2020
    Configuration menu
    Copy the full SHA
    1df0594 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. Support dependentRequired instead of dependencies

    Zsolt Györffi committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    ba6c549 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2020

  1. Define dependentRequired keyword by SpecificationVersions

    Zsolt Györffi committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    99feba6 View commit details
    Browse the repository at this point in the history
  2. Put V201909 dependentRequired ObjectSchemaLoader tests into separate …

    …tests
    Zsolt Györffi committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    5f19f0f View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. Merge pull request #384 from zgyorffi/draft-2019-09

    Support dependentRequired instead of dependencies
    erosb authored Sep 21, 2020
    Configuration menu
    Copy the full SHA
    262e789 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. merging master, resolving conflicts

    Bence Erős committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    8689011 View commit details
    Browse the repository at this point in the history
Loading