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

Support for Draft 6 Specification #108

Merged
merged 36 commits into from
Feb 8, 2022
Merged

Commits on Jan 27, 2022

  1. add todo list, some non-compatible changes

    Kiko Fernandez-Reyes authored and seriyps committed Jan 27, 2022
    3 Configuration menu
    Copy the full SHA
    c56fef4 View commit details
    Browse the repository at this point in the history
  2. accept empty "dependencies" and uri-references

    Kiko Fernandez-Reyes authored and seriyps committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    1ad7c8d View commit details
    Browse the repository at this point in the history
  3. add "const" keyword. isomorphic to "enum"

    Kiko Fernandez-Reyes authored and seriyps committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    97620ba View commit details
    Browse the repository at this point in the history
  4. handle "required" with empty array

    Kiko Fernandez-Reyes authored and seriyps committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    4d3304c View commit details
    Browse the repository at this point in the history
  5. add "contains" keyword to schema validation

    Kiko Fernandez-Reyes authored and seriyps committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    e4a384b View commit details
    Browse the repository at this point in the history
  6. add propertynames

    Kiko Fernandez-Reyes authored and seriyps committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    44d9995 View commit details
    Browse the repository at this point in the history
  7. add examples

    Kiko Fernandez-Reyes authored and seriyps committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    15394e1 View commit details
    Browse the repository at this point in the history
  8. fix "contains" combinator

    Kiko Fernandez-Reyes authored and seriyps committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    52352db View commit details
    Browse the repository at this point in the history
  9. possible additions

    Kiko Fernandez-Reyes authored and seriyps committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    833e269 View commit details
    Browse the repository at this point in the history
  10. add draft-6 copy of tests

    Kiko Fernandez-Reyes authored and seriyps committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    94c8238 View commit details
    Browse the repository at this point in the history
  11. add exclusive max and min unit tests

    Kiko Fernandez-Reyes authored and seriyps committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    0015110 View commit details
    Browse the repository at this point in the history
  12. add propertyNames test

    Kiko Fernandez-Reyes authored and seriyps committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    03a9083 View commit details
    Browse the repository at this point in the history
  13. add id and $id tests

    Kiko Fernandez-Reyes authored and seriyps committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    660ee0a View commit details
    Browse the repository at this point in the history
  14. add draft-06 to workflow

    Kiko Fernandez-Reyes authored and seriyps committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    6735191 View commit details
    Browse the repository at this point in the history
  15. Properly handle "$id" tag for draft6

    Mite Ristovski authored and seriyps committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    60b804a View commit details
    Browse the repository at this point in the history
  16. Don't allow "id" to be passed as "$id" in draft4

    Mite Ristovski authored and seriyps committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    f9e6b03 View commit details
    Browse the repository at this point in the history
  17. add const test

    Kiko Fernandez-Reyes authored and seriyps committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    4fae6c9 View commit details
    Browse the repository at this point in the history
  18. fix $id test

    Kiko Fernandez-Reyes authored and seriyps committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    0a9be27 View commit details
    Browse the repository at this point in the history
  19. add test and fix required with empty array

    Kiko Fernandez-Reyes authored and seriyps committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    638dc8d View commit details
    Browse the repository at this point in the history
  20. add dependencies test

    Kiko Fernandez-Reyes authored and seriyps committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    115f84f View commit details
    Browse the repository at this point in the history
  21. remove TODO $id from list

    Kiko Fernandez-Reyes authored and seriyps committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    7655d66 View commit details
    Browse the repository at this point in the history
  22. support for boolean values as objects, as per jsonschemavalidator

    Kiko Fernandez-Reyes authored and seriyps committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    6213e13 View commit details
    Browse the repository at this point in the history
  23. add documentation

    Kiko Fernandez-Reyes authored and seriyps committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    15562d4 View commit details
    Browse the repository at this point in the history
  24. remove changes to config files

    Kiko Fernandez-Reyes authored and seriyps committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    b1823ed View commit details
    Browse the repository at this point in the history
  25. remove changes

    Kiko Fernandez-Reyes authored and seriyps committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    8bfab5b View commit details
    Browse the repository at this point in the history
  26. fix linter issues

    Kiko Fernandez-Reyes authored and seriyps committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    ee24d77 View commit details
    Browse the repository at this point in the history
  27. remove uri-reference support until OTP 20 dependency is removed

    Kiko Fernandez-Reyes authored and seriyps committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    1174e92 View commit details
    Browse the repository at this point in the history
  28. add conditional compilation for uri-reference property

    Kiko Fernandez-Reyes authored and seriyps committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    2b9d587 View commit details
    Browse the repository at this point in the history
  29. add draft-06 as a supported specification

    Kiko Fernandez-Reyes authored and seriyps committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    991b60e View commit details
    Browse the repository at this point in the history
  30. test all drafts where possible

    Kiko Fernandez-Reyes authored and seriyps committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    d0dbce2 View commit details
    Browse the repository at this point in the history
  31. readme includes draft6

    Kiko Fernandez-Reyes authored and seriyps committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    cb0bf2c View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    19743b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. Configuration menu
    Copy the full SHA
    c514ac6 View commit details
    Browse the repository at this point in the history
  2. draft-06: Enable a few more official test cases; fix discovered bugs

    * boolean_schema
    * format
    * id (still broken)
    * propertyNames
    * unknownKeyword (still broken)
    seriyps committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    772b0f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02792a9 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Update AUTHORS list

    Kiko Fernandez-Reyes committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    46b91e4 View commit details
    Browse the repository at this point in the history