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: prantlf/jsonlint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v13.0.1
Choose a base ref
...
head repository: prantlf/jsonlint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v13.1.0
Choose a head ref
  • 3 commits
  • 25 files changed
  • 2 contributors

Commits on Mar 5, 2023

  1. Configuration menu
    Copy the full SHA
    d92083d View commit details
    Browse the repository at this point in the history
  2. feat: Accept multiple schemas if external definitions are used

    * A schema can be a string|object or an array pf them.
    * The main schema, if there is such, should be passed as the first one
      to be immediately compiled.
    * Fix multivalue argument parsing to accept both comma-delimited items
      and multiple arguments. Unfortunately, data arguments have to be
      separated by "--".
    * Accept schemas either as strings or as already parsed objects.
    * Update the readme with the extended JSON Schema support.
    prantlf committed Mar 5, 2023
    1 Configuration menu
    Copy the full SHA
    32d1cab View commit details
    Browse the repository at this point in the history
  3. chore(release): 13.1.0 [skip ci]

    # [13.1.0](v13.0.1...v13.1.0) (2023-03-05)
    
    ### Features
    
    * Accept multiple schemas if external definitions are used ([32d1cab](32d1cab))
    semantic-release-bot committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    8ea195e View commit details
    Browse the repository at this point in the history
Loading