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: tidwall/gjson
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.17.1
Choose a base ref
...
head repository: tidwall/gjson
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.17.3
Choose a head ref
  • 5 commits
  • 7 files changed
  • 2 contributors

Commits on Apr 15, 2024

  1. chore: fix some typos in comments

    Signed-off-by: rustfix <771054535@qq.com>
    rustfix committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    5d0d40c View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Merge pull request #354 from rustfix/master

    chore: fix some typos in comments
    tidwall authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    2ba56cc View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. dark mode logo

    tidwall committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    c2bc5a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Disable html escaping

    This commit removes the automatic escaping of html characters,
    effectively rendering JSON strings in the same way as is the
    builtin Go encoder with SetEscapeHTML(false).
    This should not affect the quality of the resulting JSON and
    hopefully will not cause any downstream issues.
    tidwall committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    28d458b View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Add flag for disabling HTML escaping

    Adds the DisableEscapeHTML flag for disable the automatic
    escaping of the HTML characters '>', '<' and '&'.
    
    The previous commit introduced a potentially breaking change by
    removing HTML escaping altogether. This commit fixes that issue
    by allowing the user to choose at runtime.
    tidwall committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    5ab551f View commit details
    Browse the repository at this point in the history
Loading