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: v9.0.0
Choose a base ref
...
head repository: prantlf/jsonlint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.0.0
Choose a head ref
  • 5 commits
  • 19 files changed
  • 1 contributor

Commits on Dec 22, 2019

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

Commits on Dec 26, 2019

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

Commits on Dec 27, 2019

  1. feat: Add support for pretty-printing of the JSON input

    Comments can be retained in the consistently formatted output. Quotes around object keys can be stripped if the key is an identifier name (JSON5).
    
    BREAKING CHANGE: The option for pretty-printing *invalid input* has been renamed:
    
        -p (--pretty-print) ==> -P (--pretty-print-invalid)
    
    The option `-p (--pretty-print)` will newly prettify the raw (text) input instead of formatting the parsed JSON object.
    prantlf committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    d5eaa93 View commit details
    Browse the repository at this point in the history
  2. fix: Rename the property "exzerpt" in error information to "excerpt"

    BREAKING CHANGE: If you used the property "exzerpt" from the parsing error object, you have to change it to "excerpt". It should be easy using a full-text search in your sources.
    prantlf committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    4c74e3d View commit details
    Browse the repository at this point in the history
  3. chore: Add changelog

    prantlf committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    b1385fa View commit details
    Browse the repository at this point in the history
Loading