Thanks to visit codestin.com
Credit goes to github.com

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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.1
Choose a base ref
...
head repository: json5/json5
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.1
Choose a head ref
  • 15 commits
  • 14 files changed
  • 3 contributors

Commits on Aug 18, 2018

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

    jordanbtucker committed Aug 18, 2018
    Configuration menu
    Copy the full SHA
    59eee02 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2018

  1. Configuration menu
    Copy the full SHA
    671a92d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4660460 View commit details
    Browse the repository at this point in the history
  3. 2.1.0

    jordanbtucker committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    69c4a75 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

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

    jordanbtucker committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    7790a6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97e07f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. Correct spelling mistakes

    EdwardBetts authored and jordanbtucker committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    d8ab1c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdefab8 View commit details
    Browse the repository at this point in the history
  3. fix: stringify \0 as \\x00 in some cases

    The following is invalid JSON5 and ES5 because a digit cannot follow a
    null character escape.
    
        '\01'
    
    However, JSON5 stringifies `'\x001'` as `'\01'` making it impossible to
    round trip. This commit ensures that JSON5 stringifies null characters
    as `\x00` when followed by a digit.
    jordanbtucker committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    3d9c22e View commit details
    Browse the repository at this point in the history
  4. test: fix typo

    jordanbtucker committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    b69ef01 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    72868b3 View commit details
    Browse the repository at this point in the history
  6. docs: update CHANGELOG

    jordanbtucker committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    d6ca1f9 View commit details
    Browse the repository at this point in the history
  7. 2.1.1

    jordanbtucker committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    4425e8e View commit details
    Browse the repository at this point in the history
Loading