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: getify/JSON.minify
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0-python
Choose a base ref
...
head repository: getify/JSON.minify
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: python
Choose a head ref
  • 4 commits
  • 3 files changed
  • 3 contributors

Commits on Oct 10, 2017

  1. Fix mistake in README

    pradyunsg committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    459fba5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03f3f27 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

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

Commits on Nov 28, 2023

  1. python: use raw strings in regex containing escapes. Fix SyntaxWarnin…

    …g in python 3.12 (#74)
    
    Before this change:
        <BASE>/json_minify/__init__.py:20: SyntaxWarning: invalid escape sequence '\*'
          tokenizer = re.compile('"|(/\*)|(\*/)|(//)|\n|\r')
    muxator authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    c74a9c5 View commit details
    Browse the repository at this point in the history
Loading