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: bashtools/JSONPath.sh
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.20
Choose a base ref
...
head repository: bashtools/JSONPath.sh
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.21
Choose a head ref
  • 12 commits
  • 9 files changed
  • 1 contributor

Commits on Aug 11, 2024

  1. Update README.md

    Remove Travis, which is not free anymore.
    mclarkson authored Aug 11, 2024
    Configuration menu
    Copy the full SHA
    1060b80 View commit details
    Browse the repository at this point in the history
  2. Delete CNAME

    mclarkson authored Aug 11, 2024
    Configuration menu
    Copy the full SHA
    671a7de View commit details
    Browse the repository at this point in the history
  3. Update _config.yml

    mclarkson authored Aug 11, 2024
    Configuration menu
    Copy the full SHA
    01c1a19 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. 0.0.19

    mclarkson committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    95fd267 View commit details
    Browse the repository at this point in the history
  2. Revert npm version bump

    mclarkson committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    61ebb57 View commit details
    Browse the repository at this point in the history
  3. 0.0.19

    mclarkson committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    e93e6e0 View commit details
    Browse the repository at this point in the history
  4. release npm version 0.0.20

    mclarkson committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    4c123fd View commit details
    Browse the repository at this point in the history
  5. release pip version 0.0.20

    mclarkson committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    b0d2bdd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d601a96 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. Don't rely on getopts and add version flag (-v)

    Getopts does not allow flags after the filter expression which breaks
    existing examples. The `getopt` command does but introduces an external
    dependency. This commit removes getopt but retains the features it has.
    mclarkson committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    43d6a61 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. Rewrite json encoder

    Add option '-c' for dense/condensed output.
    Remove '-A' option - this is now the default.
    Add '-v' option to output the current version.
    JSON output is the same as `jsonlint` output.
    mclarkson committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    09ef94c View commit details
    Browse the repository at this point in the history
  2. 0.0.21

    mclarkson committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    2e049cb View commit details
    Browse the repository at this point in the history
Loading