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: json5/json5
base: v1.0.1
Choose a base ref
...
head repository: json5/json5
compare: v2.0.0
Choose a head ref
  • 20 commits
  • 31 files changed
  • 2 contributors

Commits on Mar 18, 2018

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

Commits on Mar 21, 2018

  1. Generate package.json5 when bumping version

    A version NPM script has been added that runs a new build/package.js
    script, which generates a package.json5 file with the new version
    number. The package.json5 file is added to the index before committing.
    jordanbtucker committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    bd4a1e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    033b041 View commit details
    Browse the repository at this point in the history
  3. Use babel-node when generating package.json5

    Added a new NPM script named build-package for generating the
    package.json5 file.
    jordanbtucker committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    a189f54 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7991d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7628711 View commit details
    Browse the repository at this point in the history
  6. Set minimum Node.js version to 6.0.0

    Node.js v6 supports ES5 features, which removes the need for Babel. The
    following changes and improvements have been made.
    
    - Development has been moved from the src folder to the lib folder. The
      src folder has been removed.
    - ES Module imports/exports have been replaced with CommonJS equivalents.
    - ESLint now checks for unsupported Node.js features.
    - All Babel dependencies have been removed.
    - Generating lib/unicode.js is no longer done on every build. It is now
      done using `npm run build-unicode`. It is only necessary when the
      version of Unicode has changed.
    - NPM scripts have been simplified.
    jordanbtucker committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    36c79eb View commit details
    Browse the repository at this point in the history
  7. Update to Unicode 10

    jordanbtucker committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    799098f View commit details
    Browse the repository at this point in the history
  8. Use Tap instead of Istanbul and Mocha

    This commit also:
    
    - Updates dependencies
    - Simplifies NPM scripts
    jordanbtucker committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    8cd89c1 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2018

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

Commits on Aug 1, 2018

  1. fix typo in Readme (Contibuting)

    Silvio committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    75130f7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #179 from einSelbst/master

    fix typo in Readme (Contibuting)
    jordanbtucker committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    c89eeb9 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2018

  1. Configuration menu
    Copy the full SHA
    5fe80dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c0723e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6196ab0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02cf24c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0519272 View commit details
    Browse the repository at this point in the history
  6. Use rollup-plugin-terser

    Use rollup-plugin-terser instead of rollup-plugin-uglify since uglify-es
    is no longer supported and uglify-js doesn't support ES6+.
    jordanbtucker committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    bc93dc2 View commit details
    Browse the repository at this point in the history
  7. Update dependencies

    jordanbtucker committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    7514e54 View commit details
    Browse the repository at this point in the history
  8. 2.0.0

    jordanbtucker committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    3b44f2e View commit details
    Browse the repository at this point in the history