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: v10.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: v10.0.2
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Dec 27, 2019

  1. fix: Do not modify input options in the tokenize method

    These options can be reused for parse, tokenize or validator methods. Calling tokenize flips the output from the parsed object to token arraym, which would break the following usage of the same options.
    prantlf committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    7e3ac0b View commit details
    Browse the repository at this point in the history
  2. chore: Update the changelog

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