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: wI2L/jsondiff
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: wI2L/jsondiff
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.0
Choose a head ref
  • 5 commits
  • 7 files changed
  • 1 contributor

Commits on Oct 20, 2022

  1. Configuration menu
    Copy the full SHA
    60beb82 View commit details
    Browse the repository at this point in the history
  2. fix: invalid operation marshaling

    A 'replace' operation should ALWAYS be marshaled with a 'value' field,
    even if it is a JSON null.
    
    A remove operation should NEVER be marshaled with a 'value' field.
    
    Closes #7
    wI2L committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    e80bf39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5fbf127 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db0a75e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f912ef0 View commit details
    Browse the repository at this point in the history
Loading