Skip to content
This repository was archived by the owner on Aug 20, 2018. It is now read-only.
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: webpack-contrib/json-loader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: webpack-contrib/json-loader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: es-modules
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 4 files changed
  • 7 contributors

Commits on May 26, 2015

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

Commits on Jul 6, 2015

  1. making sure source is string before parsing

    Kean Tan authored and Kean Tan committed Jul 6, 2015
    Configuration menu
    Copy the full SHA
    ea70470 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2015

  1. Merge pull request #9 from lmatiolis/patch-1

    Add Installation section on readme
    sokra committed Jul 26, 2015
    Configuration menu
    Copy the full SHA
    81d49ab View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from keanification/master

    making sure source is string before parsing
    sokra committed Jul 26, 2015
    Configuration menu
    Copy the full SHA
    fa5464b View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2015

  1. 0.5.3

    sokra committed Sep 16, 2015
    Configuration menu
    Copy the full SHA
    cfe7880 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2015

  1. Merge pull request #6 from danfo/master

    Fix when multiple
    sokra committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    e6948a3 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2015

  1. 0.5.4

    sokra committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    1409807 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2016

  1. Configuration menu
    Copy the full SHA
    333e9f7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #22 from boxxxie/patch-1

    updated installation instructions
    sokra authored Jul 22, 2016
    Configuration menu
    Copy the full SHA
    4b02035 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2016

  1. Configuration menu
    Copy the full SHA
    5a8701f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #25 from dandv/patch-1

    Create LICENSE file so GitHub displays its icon
    TheLarkInn authored Sep 29, 2016
    Configuration menu
    Copy the full SHA
    3c0e36b View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2016

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

Commits on Oct 17, 2016

  1. Don't stringify with tabs to improve perf

    Fixes #31
    SpaceK33z committed Oct 17, 2016
    1 Configuration menu
    Copy the full SHA
    32384c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2016

  1. Export an ES Module instead of CommonJS module

    Since webpack v2, it's better to use ES modules. Note that this is incompatible with webpack v1, so it should be released as a major version.
    SpaceK33z authored Oct 27, 2016
    Configuration menu
    Copy the full SHA
    67a80e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2016

  1. Configuration menu
    Copy the full SHA
    61e89c2 View commit details
    Browse the repository at this point in the history
Loading