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: master
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: perl
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 37 files changed
  • 3 contributors

Commits on Mar 31, 2015

  1. Configuration menu
    Copy the full SHA
    4e95e8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    894d54c View commit details
    Browse the repository at this point in the history
  3. 💄 Markdown formatting.

    pradyunsg committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    6789259 View commit details
    Browse the repository at this point in the history
  4. 💄 Change title text to be non-monospace.

    I don't think anyone keeps their titles this way...
    pradyunsg committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    dce02e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2015

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

Commits on May 4, 2015

  1. Merge pull request #25 from pradyun/base

    Reorganize Repository (base)
    getify committed May 4, 2015
    Configuration menu
    Copy the full SHA
    1b3cad5 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2015

  1. tweaking README

    getify committed Jun 13, 2015
    Configuration menu
    Copy the full SHA
    a6a6c31 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. Perl version for JSON minify (#48)

    added perl port of library
    
    Authored-by: Rémi Cohen-Scali <[email protected]>
    rcoscali authored Sep 7, 2020
    Configuration menu
    Copy the full SHA
    6a22661 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. Fixed command and its test and doc tests (#56)

    * moved 'javascript' port files to branch
    
    * moved 'node' port files to branch
    
    * moved 'php' port files to branch
    
    * Remove Python code from master
    
    The Python port now lives in the python branch
    
    * Remove Objective C code
    
    Objective C port now lives in objective-c branch
    
    * Remove Java files from master
    
    * Delete json2.js 🔥
    
    * 📝 Update documentation
    
    Complete documenting the repository re-organization.
    
    Closes #23
    
    * Set theme jekyll-theme-slate
    
    * Fixed json_minify.pl command
    
    Fixed typo on GetOptions
    Fixed wrong way for opening file
    
    * Fixed test number 2
    
    Forgot to print test string in test file for command
    Added initialization for result string #1
    
    * Fixed POD test
    
    Added using for Test::Pod
    
    * Fixed POD coverage test
    
    Added  missing use Test::Pod::Coverage
    
    * Updated manifest
    
    Added some missing tests cases not listed in manifest
    
    * Updated makefile template
    
    Added some missing dependencies for pod tests
    
    * Updated json minify module
    
    Bumped to version 1.1
    
    * Added CI/CD with github actions
    
    Added superlinter.yml for running this github action on every push
    
    * Updated tests for new Test::More done_testing();
    
    * Added CI workflow
    
    Added a github action workflow for greeting new users
    
    * Updated git ignore for dist files
    
    * Changed git ignore
    
    Ignore dist file with any version
    
    * Fixed wildcard in git ignore
    
    * Added circle ci CI/CD config & script
    
    * Add circle ci config
    
    * Create make_and_test.yml
    
    * Update make_and_test.yml
    
    * Update make_and_test.yml
    
    * Update make_and_test.yml
    
    * Update make_and_test.yml
    
    * Update make_and_test.yml
    
    * Create make_dist.yml
    
    * Update make_dist.yml
    
    * Update make_dist.yml
    
    * Update make_and_test.yml
    
    Moved cpan into separate actions
    Added generation of test report
    Added upload of test report as artifact
    
    Co-authored-by: Kyle Simpson <[email protected]>
    Co-authored-by: Pradyun <[email protected]>
    3 people authored Jan 25, 2021
    Configuration menu
    Copy the full SHA
    f59c7c3 View commit details
    Browse the repository at this point in the history
Loading